Merge pull request #136790 from AutuSnow/fix/TestWaitForAllPodsUnmount/timeout

Fix Resolve WaitForAttachAndMount concurrency contention and timeout …
This commit is contained in:
Kubernetes Prow Robot
2026-03-17 09:05:38 +05:30
committed by GitHub

View File

@@ -741,7 +741,7 @@ func TestWaitForAllPodsUnmount(t *testing.T) {
for _, pod := range pods {
go func() {
err := manager.WaitForAttachAndMount(context.Background(), pod)
err := manager.WaitForAttachAndMount(ctx, pod)
resultChan <- attachResult{
podName: pod.Name,
err: err,