Never drop root perms in test harness

service_subpkg
Tyler Goodlet 2023-03-09 18:34:47 -05:00
parent 44a3115539
commit 97290fcb05
1 changed files with 6 additions and 0 deletions

View File

@ -117,7 +117,13 @@ async def _open_test_pikerd(
tractor_runtime_overrides={ tractor_runtime_overrides={
'piker_test_dir': tmpconfdir, 'piker_test_dir': tmpconfdir,
}, },
# tests may need to spawn containers dynamically
# or just in sequence per test, so we keep root.
drop_root_perms_for_ahab=False,
**kwargs, **kwargs,
) as service_manager, ) as service_manager,
): ):
# this proc/actor is the pikerd # this proc/actor is the pikerd