Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
423
func
(w *When) WaitForWorkflowDeletion() *When {
424
w.t.Helper()
425
return
w.WaitForWorkflowListCount(defaultTimeout, 0)
426
}
427
428
func
(w *When) WaitForWorkflowListFailedCount(count int) *When {
429
w.t.Helper()
Callers
5
TestStoppedWorkflow
Method · 0.80
TestDeleteWorkflow
Method · 0.80
TestDeleteWorkflowPlugin
Method · 0.80
TestArtifactGC
Method · 0.80
TestPodPendingMetric
Method · 0.80
Calls
1
WaitForWorkflowListCount
Method · 0.95
Tested by
5
TestStoppedWorkflow
Method · 0.64
TestDeleteWorkflow
Method · 0.64
TestDeleteWorkflowPlugin
Method · 0.64
TestArtifactGC
Method · 0.64
TestPodPendingMetric
Method · 0.64