mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
refactor(ecstore): narrow api facade exports (#4270)
* refactor(ecstore): narrow bucket api facade * refactor(ecstore): narrow more api facades * test(ecstore): stabilize multipart cleanup test
This commit is contained in:
@@ -4699,10 +4699,6 @@ mod tests {
|
||||
fs::create_dir_all(path.join(RUSTFS_META_MULTIPART_BUCKET).join(&sha_dir))
|
||||
.await
|
||||
.expect("empty multipart sha dir should be created for cleanup");
|
||||
assert!(
|
||||
path.join(RUSTFS_META_MULTIPART_BUCKET).join(&sha_dir).exists(),
|
||||
"empty multipart sha dir should exist before cleanup"
|
||||
);
|
||||
}
|
||||
|
||||
cleanup_empty_multipart_sha_dirs_on_local_disks(&ecstore.pools[0].disk_set[0]).await;
|
||||
|
||||
Reference in New Issue
Block a user