fix(notify): defer disabled bootstrap storage refresh (#5373)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-29 01:39:22 +08:00
committed by GitHub
parent eb755e2b97
commit 775279b6fd
10 changed files with 299 additions and 163 deletions
@@ -7024,6 +7024,9 @@ mod transition_source_identity_matrix_tests {
changed.metadata.insert("etag".to_string(), format!("changed-{index}"));
}
}
// Replace the object version list so VersionId drift removes the
// accepted source version instead of appending a second version.
changed.fresh = true;
for disk in &disk_stores {
disk.write_metadata("", bucket, &object, changed.clone())
.await