MCPcopy
hub / github.com/argoproj/argo-workflows / WaitForWorkflowDeletion

Method WaitForWorkflowDeletion

test/e2e/fixtures/when.go:423–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421}
422
423func (w *When) WaitForWorkflowDeletion() *When {
424 w.t.Helper()
425 return w.WaitForWorkflowListCount(defaultTimeout, 0)
426}
427
428func (w *When) WaitForWorkflowListFailedCount(count int) *When {
429 w.t.Helper()

Callers 5

TestStoppedWorkflowMethod · 0.80
TestDeleteWorkflowMethod · 0.80
TestArtifactGCMethod · 0.80
TestPodPendingMetricMethod · 0.80

Calls 1

Tested by 5

TestStoppedWorkflowMethod · 0.64
TestDeleteWorkflowMethod · 0.64
TestArtifactGCMethod · 0.64
TestPodPendingMetricMethod · 0.64