Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flakey tests preventing merge to master #10529

Closed
alexec opened this issue Feb 13, 2023 · 1 comment
Closed

Flakey tests preventing merge to master #10529

alexec opened this issue Feb 13, 2023 · 1 comment
Labels
area/build Build or GithubAction/CI issues type/bug type/tech-debt

Comments

@alexec
Copy link
Contributor

alexec commented Feb 13, 2023

time="2023-02-13T19:10:04Z" level=warning msg="Error updating workflow: workflows.argoproj.io \"hello-world\" not found NotFound" namespace= workflow=hello-world
time="2023-02-13T19:10:04Z" level=info msg="Failed pod hello-world (hello-world) creation: already exists" namespace= workflow=hello-world
--- FAIL: Test_createSecretVolumesFromArtifactLocations_SSECUsed (0.01s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x118 pc=0x1b93013]

...
github.com/argoproj/argo-workflows/v3/workflow/controller.Test_createSecretVolumesFromArtifactLocations_SSECUsed(0xc002286b60?)
	/home/runner/work/argo-workflows/argo-workflows/workflow/controller/workflowpod_test.go:1250 +0x773
time="2023-02-13T16:57:26Z" level=warning msg="Error updating workflow: workflows.argoproj.io \"hello-world\" not found NotFound" namespace= workflow=hello-world
time="2023-02-13T16:57:26Z" level=info msg="Failed pod hello-world (hello-world) creation: already exists" namespace= workflow=hello-world
--- FAIL: Test_createSecretVolumesFromArtifactLocations_SSECUsed (0.01s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
...
github.com/argoproj/argo-workflows/v3/workflow/controller.Test_createSecretVolumesFromArtifactLocations_SSECUsed(0xc001cb9d40?)
	/home/runner/work/argo-workflows/argo-workflows/workflow/controller/workflowpod_test.go:1250 +0x773
    pod_cleanup_test.go:160: timeout after 1m0s waiting for pod
=== FAIL: PodCleanupSuite/TestOnPodSuccess
@alexec alexec added the type/feature Feature request label Feb 13, 2023
@agilgur5 agilgur5 added area/build Build or GithubAction/CI issues type/bug and removed type/feature Feature request labels Sep 21, 2023
@agilgur5
Copy link
Contributor

agilgur5 commented Sep 21, 2023

Closing this out as these specific test flakes seem to have been fixed at some point as I haven't seen these in recent times (issue is ~7 months old).

There's two other flakey test issues currently open for reference: #10807 , #9027

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build Build or GithubAction/CI issues type/bug type/tech-debt
Projects
None yet
Development

No branches or pull requests

2 participants