From cec796328cc8403a15701fac387721677b42ca97 Mon Sep 17 00:00:00 2001 From: houseme Date: Thu, 10 Sep 2026 17:10:46 +0800 Subject: [PATCH] test(e2e): keep G14 multi-set restart graceful (#7633) 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: 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?;