You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use WaitForCacheSync instead of time.Sleep in flaky test
The Test_newPodEventLogger_multipleNamespaces test was flaky because
informers might not have started watching before pods were created.
- Add hasSyncedFuncs field to podEventLogger to track informer sync functions
- Add WaitForCacheSync() method using cache.WaitForCacheSync
- Replace time.Sleep with WaitForCacheSync in the test
0 commit comments