mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 19:29:13 +08:00
feat(ql3): atomically withdraw quarantined automation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user