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: make TestDropNamespaceErr resilient to async namespace operations
DropAll and DropNamespace are asynchronous operations. The test was
flaky because it called ListNamespaces immediately after these
operations, before the state had propagated. Added polling helper
to wait for the expected namespace count.
0 commit comments