Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/test_pod_privilege_isolation_pgw858.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading