From a6eaf826b004aa05ef53a893b96e8b1be756184f Mon Sep 17 00:00:00 2001 From: houseme Date: Thu, 10 Sep 2026 16:48:03 +0800 Subject: [PATCH] test(e2e): keep multi-set restart graceful Include the EC8+4 multi-set restart scenario in the graceful interruption lane so the unclean-shutdown marker assertion matches the scenario semantics. Co-Authored-By: heihutu Co-Authored-By: zhi22915 --- crates/e2e_test/src/heal_erasure_disk_rebuild_test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/e2e_test/src/heal_erasure_disk_rebuild_test.rs b/crates/e2e_test/src/heal_erasure_disk_rebuild_test.rs index 5716bdbf6..c1c605c4c 100644 --- a/crates/e2e_test/src/heal_erasure_disk_rebuild_test.rs +++ b/crates/e2e_test/src/heal_erasure_disk_rebuild_test.rs @@ -1823,6 +1823,7 @@ mod tests { scenario, InterruptionScenario::BackgroundTargetRestart | InterruptionScenario::BackgroundTargetRestartEc84 + | InterruptionScenario::BackgroundTargetRestartEc84MultiSet | InterruptionScenario::BackgroundCoordinatorRestart ) { cluster.stop_node_gracefully(interruption_node).await?;