feat(ql3): atomically withdraw quarantined automation

This commit is contained in:
whyour
2026-08-13 03:42:38 +08:00
parent a6ad636251
commit 4c2a0b6adf
39 changed files with 983 additions and 264 deletions
@@ -60,10 +60,10 @@ test(
assert.equal(reports.at(-1).durableAfterCrash, point.durable);
}
}
assert.equal(reports.length, 10);
assert.equal(reports.length, 12);
assert.equal(
reports.filter(({ crashBeforeCommit }) => crashBeforeCommit).length,
8,
10,
);
assert.equal(
reports.filter(({ durableAfterCrash }) => durableAfterCrash).length,