mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 13:36:50 +00:00
test(e2e): align backpressure assertion with recovery (#5815)
This commit is contained in:
@@ -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}"
|
"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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user