Wait the readiness of pods for all the containers generate logs

This commit is contained in:
Arda Güçlü
2025-09-08 15:23:24 +03:00
parent 5def66bc46
commit 883b9e570a

View File

@@ -282,6 +282,9 @@ var _ = SIGDescribe("Kubectl logs", func() {
framework.Failf("Failed to wait for Deployment to complete: %v", err)
}
if err = e2epod.WaitForPodsRunningReady(ctx, c, ns, 2, framework.PodStartTimeout); err != nil {
framework.Failf("Failed to wait for Pods are running: %v", err)
}
})
ginkgo.AfterEach(func() {