From cc8550c26230cd0fae9a8f78b2be7890eb1a7e65 Mon Sep 17 00:00:00 2001 From: Paul Fidika Date: Mon, 17 Aug 2026 20:49:55 -0600 Subject: [PATCH] pgw#1363 fix-forward: the pgw#858 root-parent row follows the CELLS_DIRNAME -> COMPILED_GRAPHS_DIRNAME rename (nightly-suite red, invisible to mypy inside the docker leg) --- tests/test_pod_privilege_isolation_pgw858.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_pod_privilege_isolation_pgw858.py b/tests/test_pod_privilege_isolation_pgw858.py index 62c269d40..15bc25e5b 100644 --- a/tests/test_pod_privilege_isolation_pgw858.py +++ b/tests/test_pod_privilege_isolation_pgw858.py @@ -417,9 +417,9 @@ def test_the_dropped_child_can_write_a_RELOCATED_local_compiled_graph_store(drop f"{local_compiled_graph_store.ENV_STORE_DIR} is unset, so this row would pass " "for the wrong reason — the suite's autouse fixture sets it" ) - assert not os.path.exists(os.path.join(root, local_compiled_graph_store.CELLS_DIRNAME)), ( + assert not os.path.exists(os.path.join(root, local_compiled_graph_store.COMPILED_GRAPHS_DIRNAME)), ( "this row must measure the CHILD creating the compiled graphs root — a " - f"{local_compiled_graph_store.CELLS_DIRNAME} this root parent made would be " + f"{local_compiled_graph_store.COMPILED_GRAPHS_DIRNAME} this root parent made would be " "root-owned and the probe would report the wrong thing" ) # `write-probe` mkdirs a nested subtree before it writes, which is the