sapling/eden/test_support
Mark Shroyer f2cc4b4a82 Enable StartFakeEdenFSTest
Summary:
This is another case where we had issues with the long default temp path on
macOS.  Here, fake_edenfs was failing with SIGABRT on startup due to trying to
open a unix-domain socket with too long of a path.

D43925614 addressed this for tests based on EdenTestCase, but this doesn't help
with StartFakeEdenFSTestBase which only inherits from EdenTestCaseBase.  So
this diff moves the environment variable override one level up in the type
hierarchy to cover more test cases.

Reviewed By: kmancini

Differential Revision: D43988120

fbshipit-source-id: 9eca299c42aea819d3e93ed5bb408b4a4783d8ee
2023-03-14 13:25:16 -07:00
..
async_case_backport.py Add annotations to eden 2022-02-14 12:17:43 -08:00
CMakeLists.txt fs: fix license header 2022-01-04 15:00:07 -08:00
environment_variable.py fs: fix license header 2022-01-04 15:00:07 -08:00
temporary_directory.py upgrade pyre version in fbcode/eden - batch 1 2023-02-01 20:39:41 -08:00
testcase.py Enable StartFakeEdenFSTest 2023-03-14 13:25:16 -07:00