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

Flaky system tests #15991

Open
ericywl opened this issue Mar 4, 2025 · 0 comments · May be fixed by #15992
Open

Flaky system tests #15991

ericywl opened this issue Mar 4, 2025 · 0 comments · May be fixed by #15992
Assignees
Labels
flaky-test Unstable or unreliable test cases.

Comments

@ericywl
Copy link
Contributor

ericywl commented Mar 4, 2025

There are 2 system tests that are flaky currently.
Note: I could not reproduce it on local environment, but it happens a lot in CI.

=== RUN   Test_warmup/4_agent_2s
    main_test.go:95: 
        	Error Trace:	/home/runner/work/apm-server/apm-server/systemtest/benchtest/main_test.go:95
        	Error:      	"0" is not greater than "4"
        	Test:       	Test_warmup/4_agent_2s
=== RUN   TestOTLPRateLimit
    otlp_test.go:479: 
        	Error Trace:	/home/runner/work/apm-server/apm-server/systemtest/otlp_test.go:479
        	Error:      	Not equal: 
        	            	expected: 0x8
        	            	actual  : 0x4
        	Test:       	TestOTLPRateLimit
    otlp_test.go:480: 
        	Error Trace:	/home/runner/work/apm-server/apm-server/systemtest/otlp_test.go:480
        	Error:      	Not equal: 
        	            	expected: "traces export: rpc error: code = ResourceExhausted desc = rate limit exceeded"
        	            	actual  : "traces export: rpc error: code = DeadlineExceeded desc = received context error while waiting for new LB policy update: context deadline exceeded"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-traces export: rpc error: code = ResourceExhausted desc = rate limit exceeded
        	            	+traces export: rpc error: code = DeadlineExceeded desc = received context error while waiting for new LB policy update: context deadline exceeded
        	Test:       	TestOTLPRateLimit
@ericywl ericywl added the flaky-test Unstable or unreliable test cases. label Mar 4, 2025
@ericywl ericywl self-assigned this Mar 4, 2025
@ericywl ericywl linked a pull request Mar 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Unstable or unreliable test cases.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant