From 23fef384ce3f1ce94a09672b4d3f5e687c0963a4 Mon Sep 17 00:00:00 2001 From: cxymds Date: Sat, 8 Aug 2026 05:44:25 +0800 Subject: [PATCH] test(e2e): align backpressure assertion with recovery (#5815) --- crates/e2e_test/src/inline_fast_path_cluster_test.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/e2e_test/src/inline_fast_path_cluster_test.rs b/crates/e2e_test/src/inline_fast_path_cluster_test.rs index 085a10a4d..68f37b3a2 100644 --- a/crates/e2e_test/src/inline_fast_path_cluster_test.rs +++ b/crates/e2e_test/src/inline_fast_path_cluster_test.rs @@ -2211,11 +2211,6 @@ async fn four_node_manual_transition_distributed_admission_conflict_reports_stat "queue_snapshot.{field} must be readable in terminal status: {terminal}" ); } - assert!( - cold_tier_object_count(&cold_client).await? < 64, - "queue pressure should leave at least one object untransitioned" - ); - Ok(()) }