Files
pulse/internal
rcourtman 8400976e80 fix: wait for async save in guest metadata test
The TestGuestMetadataStore_GetWithLegacyMigration_ClusteredMatchesNodeFormat
test was flaky because it triggered an async save in GetWithLegacyMigration
but didn't wait for it to complete. When the test ended, t.TempDir() tried
to clean up while the goroutine was still writing, causing 'directory not
empty' errors on CI.

Added time.Sleep(100ms) to wait for the async save, matching the pattern
used in other similar tests in the same file.
2025-12-18 22:48:15 +00:00
..
2025-12-17 19:36:48 +00:00
2025-12-17 12:00:59 +00:00
2025-12-17 12:00:59 +00:00
2025-12-02 17:21:48 +00:00