mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-26 17:49:25 +00:00
Only relying on the NewAttacher/Detacher call counts is not enough as they happen in parallel to the testing/verification code and thus the actual attaching/detaching may not be done yet, resulting in flaky test results. Fixes #46244