mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
test(iam): create legacy migration bucket through store (#6517)
This commit is contained in:
@@ -97,11 +97,7 @@ async fn minio_permanent_identities_survive_migration_and_repeated_iam_loads() {
|
|||||||
.init_bucket_metadata(false)
|
.init_bucket_metadata(false)
|
||||||
.build()
|
.build()
|
||||||
.await;
|
.await;
|
||||||
for disk_path in &env.disk_paths {
|
env.make_bucket(LEGACY_META_BUCKET, false).await;
|
||||||
tokio::fs::create_dir_all(disk_path.join(LEGACY_META_BUCKET))
|
|
||||||
.await
|
|
||||||
.expect("legacy metadata volume must be created");
|
|
||||||
}
|
|
||||||
|
|
||||||
let regular_source = json!({
|
let regular_source = json!({
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user