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

ci: labels test does not work with GH arm runners #3060

Open
kkourt opened this issue Oct 31, 2024 · 0 comments
Open

ci: labels test does not work with GH arm runners #3060

kkourt opened this issue Oct 31, 2024 · 0 comments
Labels
area/ci Related to CI

Comments

@kkourt
Copy link
Contributor

kkourt commented Oct 31, 2024

The e2e labels test fails on the GH arm runner ("ubuntu-22.04-arm64"):

labels otel-demo-opensearch-0 0/1 Pending 0 15m

As a result, the test fails:

d: PodChecker: PodLabels[app.kubernetes.io/component] (app.kubernetes.io/component=loadgenerator) check failed: 'loadgenerator' does not match full 'otel-demo-opensearch'"
2024-10-31T08:59:08.8672504Z time="2024-10-31T08:59:08Z" level=info msg="PROCESS_EXEC:3584 => no match: UnorderedEventChecker: all 1 check(s) failed, continuing"
2024-10-31T08:59:09.0824913Z I1031 08:59:09.081023   13892 rpcchecker.go:249] event checker labelsEventChecker timed out after 10m0s
2024-10-31T08:59:09.0826229Z === NAME  TestLabelsDemoApp/Run_Event_Checks/Run_Event_Checks
2024-10-31T08:59:09.0827359Z     rpcchecker.go:171: 
2024-10-31T08:59:09.0828916Z            Error Trace:    /home/runner/work/tetragon/tetragon/go/src/github.com/cilium/tetragon/tests/e2e/checker/rpcchecker.go:171
2024-10-31T08:59:09.0832282Z                                                    /home/runner/work/tetragon/tetragon/go/src/github.com/cilium/tetragon/vendor/sigs.k8s.io/e2e-framework/pkg/env/env.go:422
2024-10-31T08:59:09.0835700Z                                                    /home/runner/work/tetragon/tetragon/go/src/github.com/cilium/tetragon/vendor/sigs.k8s.io/e2e-framework/pkg/env/env.go:453
2024-10-31T08:59:09.0837173Z            Error:          Received unexpected error:
2024-10-31T08:59:09.0838612Z                            UnorderedEventChecker: 1/23 checks remain
2024-10-31T08:59:09.0839667Z            Test:           TestLabelsDemoApp/Run_Event_Checks/Run_Event_Checks
2024-10-31T08:59:09.0840763Z            Messages:       checks should pass
2024-10-31T08:59:09.0841535Z --- FAIL: TestLabelsDemoApp (908.32s)
2024-10-31T08:59:09.0842337Z     --- PASS: TestLabelsDemoApp/Setup_Export (0.00s)
2024-10-31T08:59:09.0843399Z         --- PASS: TestLabelsDemoApp/Setup_Export/Setup_Export (0.00s)
2024-10-31T08:59:09.0844679Z     --- FAIL: TestLabelsDemoApp/Run_Workload (308.32s)
2024-10-31T08:59:09.0845954Z         --- PASS: TestLabelsDemoApp/Run_Workload/Wait_for_Checker (0.02s)
2024-10-31T08:59:09.0847147Z         --- FAIL: TestLabelsDemoApp/Run_Workload/Run_Workload (308.30s)
2024-10-31T08:59:09.0848139Z     --- FAIL: TestLabelsDemoApp/Run_Event_Checks (908.32s)
2024-10-31T08:59:09.0849301Z         --- FAIL: TestLabelsDemoApp/Run_Event_Checks/Run_Event_Checks (908.32s)
2024-10-31T08:59:09.0850045Z FAIL
2024-10-31T08:59:09.0860441Z coverage: [no statements]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Related to CI
Projects
None yet
Development

No branches or pull requests

1 participant