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

4.x: WebClient TracingPropagationTest intermittent failure #5754

Closed
tomas-langer opened this issue Dec 22, 2022 · 0 comments
Closed

4.x: WebClient TracingPropagationTest intermittent failure #5754

tomas-langer opened this issue Dec 22, 2022 · 0 comments
Assignees

Comments

@tomas-langer
Copy link
Member

Disabling this test in PR #5747

[INFO] Running io.helidon.tests.integration.webclient.TracingPropagationTest
Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.982 s <<< FAILURE! - in io.helidon.tests.integration.webclient.TracingPropagationTest
Error:  io.helidon.tests.integration.webclient.TracingPropagationTest.testTracingSuccess  Time elapsed: 0.967 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: Could not find span with parent id 2 in [{traceId:1, spanId:4, parentId:3, operationName:"content-write"}, {traceId:1, spanId:2, parentId:0, operationName:"GET-http://localhost:33087/greet"}]
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39)
	at org.junit.jupiter.api.Assertions.fail(Assertions.java:117)
	at io.helidon.tests.integration.webclient.TracingPropagationTest.lambda$findSpanWithParentId$1(TracingPropagationTest.java:102)
	at java.base/java.util.Optional.orElseGet(Optional.java:364)
	at io.helidon.tests.integration.webclient.TracingPropagationTest.findSpanWithParentId(TracingPropagationTest.java:102)
	at io.helidon.tests.integration.webclient.TracingPropagationTest.testTracingSuccess(TracingPropagationTest.java:86)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant