Merge pull request #79162 from SataQiu/fix-test-20190619

Refactor: replace framework.Failf with e2elog.Failf
This commit is contained in:
Kubernetes Prow Robot
2019-06-21 12:17:04 -07:00
committed by GitHub
144 changed files with 767 additions and 723 deletions

View File

@@ -359,7 +359,7 @@ func runDensityBatchTest(f *framework.Framework, rc *ResourceCollector, testArg
}, 10*time.Minute, 10*time.Second).Should(BeTrue())
if len(watchTimes) < testArg.podsNr {
framework.Failf("Timeout reached waiting for all Pods to be observed by the watch.")
e2elog.Failf("Timeout reached waiting for all Pods to be observed by the watch.")
}
// Analyze results