From 6dcb8c763021750011d9b96c329f85e8571fb126 Mon Sep 17 00:00:00 2001 From: "duanjialing.777" Date: Mon, 21 Sep 2026 18:40:56 +0800 Subject: [PATCH] test(ci): stabilize state-lock mutation oracle Signed-off-by: duanjialing.777 --- examples/shared-goal-authority-e2e/mutants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/shared-goal-authority-e2e/mutants.py b/examples/shared-goal-authority-e2e/mutants.py index bbd691d2e..b65ba8745 100644 --- a/examples/shared-goal-authority-e2e/mutants.py +++ b/examples/shared-goal-authority-e2e/mutants.py @@ -275,7 +275,8 @@ def apply(source: str) -> str: Case("fence_unshared_state_lock", ((COORDINATION + "legacy_writer_fence.ts", replacement( "withFileMutationLock(statePath, () =>", 'withFileMutationLock(statePath + ".mutant-unshared", () =>')),), - WRITER_TEST + "test_real_writer_commits_before_a_later_fence_is_published[True]"), + "tests/control_plane_ts/shadow_native_writer_boundary.test.ts", + "^fence engagement waits for an existing state writer before publication$"), Case("remove_bound_state_path", ((COORDINATION + "legacy_writer_fence.py", replacement( "if bound_source.resolve(strict=False) != state_file.resolve(strict=False):", "if False:")),),