mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-07 20:46:11 +00:00
fix(tests): stabilize Connect inventory fixtures (#6645)
* fix(tests): create inventory fixtures securely * fix(tests): wait for inventory retry request
This commit is contained in:
@@ -1177,6 +1177,7 @@ async fn inventory_retries_with_the_new_credential_after_concurrent_rotation() {
|
||||
.expect("inventory retry status"),
|
||||
InventoryStatus::BackingOff { .. }
|
||||
));
|
||||
wait_for_requests(&server, 3).await;
|
||||
runtime.shutdown().await;
|
||||
|
||||
let inventory_path = format!("/agent/clusters/{CLUSTER_UID}/inventorySnapshots");
|
||||
|
||||
Reference in New Issue
Block a user