Thomas Cunningham created CXF-9142: -------------------------------------- Summary: Change async tracing tests to be order-agnostic Key: CXF-9142 URL: https://issues.apache.org/jira/browse/CXF-9142 Project: CXF Issue Type: Task Components: Tracing Reporter: Thomas Cunningham
I'm seeing errors like the following when running the tracing systests {code:java} expected:<[Processing books]> but was:<[GET /bookstore/books/async]>Stacktraceorg.junit.ComparisonFailure: expected:<[Processing books]> but was:<[GET /bookstore/books/async]> at org.junit.Assert.assertEquals(Assert.java:117) at org.junit.Assert.assertEquals(Assert.java:146) at {code} I think the issue here is that the results on the async tracing tests should be order-agnostic (should we expect the "Processing books" response first if the responses are async?) -- This message was sent by Atlassian Jira (v8.20.10#820010)