pod-registry-rename修正

This commit is contained in:
2026-04-29 21:04:47 +09:00
parent 274b7df32d
commit 0b322a645a
4 changed files with 49 additions and 3 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ async fn shutdown_releases_scope_allocation_when_present() {
)
.await;
// Allocation is gone from the scope lock.
// Allocation is gone from the pod-registry.
let g = LockFileGuard::open(&lock_path).unwrap();
assert!(
g.data().find("kid").is_none(),