Files
kubernetes/test/utils
Patrick Ohly 620c1b6305 ktesting: fix potential unit test flake
I've not been able to trigger the flake, but it could happen:
- time.Sleep unblocks some background goroutines inside the synctest bubble.
- Those goroutines do not actually run yet.
- The main test checks for the result of those goroutines.

Adding a `synctest.Wait` ensures that all background processing is complete
because it waits for all goroutines to be durably blocked.
2026-02-26 08:45:35 +01:00
..
2026-02-18 21:29:56 +08:00
2025-08-29 13:43:54 +02:00
2024-11-08 03:00:54 +00:00