From 97290fcb05e84f5c8bbcdf2e43692ed6c10f518f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 9 Mar 2023 18:34:47 -0500 Subject: [PATCH] Never drop root perms in test harness --- tests/conftest.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 327b71a9..3a0afba2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -117,7 +117,13 @@ async def _open_test_pikerd( tractor_runtime_overrides={ '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, + ) as service_manager, ): # this proc/actor is the pikerd