You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
The text was updated successfully, but these errors were encountered:
Disabling this test in PR #5747
The text was updated successfully, but these errors were encountered: