fix(ci): restore main branch checks (#6465)

* fix(protocols): add missing test dependency

* style(ecstore): fix decommission formatting
This commit is contained in:
Zhengchao An
2026-08-23 23:34:46 +08:00
committed by GitHub
parent 83aa9c221b
commit d269b90201
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7665,7 +7665,7 @@ impl ECStore {
let buckets = self.get_buckets_to_decommission().await?;
let pool = self.pools[idx].clone();
self.ensure_decommission_multipart_uploads_drained(idx, pool.as_ref(), &buckets)
.await
.await
}
#[cfg(test)]
pub(crate) async fn check_after_decommission_for_test(self: &Arc<Self>, idx: usize) -> Result<()> {
+1
View File
@@ -183,6 +183,7 @@ subtle = { workspace = true, optional = true }
socket2 = { workspace = true, optional = true, features = ["all"] }
[dev-dependencies]
http = { workspace = true }
tempfile = { workspace = true }
proptest = "1"
rustfs-test-utils = { workspace = true }