You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix legacyephemeral_cleanup_test.py to use self.eden.start()
Summary:
Fix legacyephemeral_cleanup_test.py failures when run as root in CI.
The tests were failing because they called eden start/restart via subprocess without the `--allowRoot` flag. This diff changes the tests to use `self.eden.start()` and `self.eden.restart() `which properly handle using `--allowRoot` in CI
example failure:
https://www.internalfb.com/intern/testinfra/diagnostics/4785074941864738.562950236621714.1767742457/?section=%22summary%22
Reviewed By: vilatto
Differential Revision: D90212871
fbshipit-source-id: ad24ccb5718d9d5990362ca1ff13e2770db7b917
0 commit comments