]
James Perkins updated WFLY-10954:
---------------------------------
Fix Version/s: 15.0.0.Final
Failing OnOffOpenTracingTestCase on IBM java
--------------------------------------------
Key: WFLY-10954
URL:
https://issues.jboss.org/browse/WFLY-10954
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 14.0.0.Beta2
Reporter: Jan Stourac
Assignee: Jan Stourac
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
The OnOffOpenTracingTestCase fails with IBM java due to the different stack trace output
compared to the OpenJDK/OracleJDK. In the test there is checked
{code}
java.lang.NoClassDefFoundError: Lio/opentracing/Tracer
{code}
but IBM java provides slightly different variation
{code}
java.lang.NoClassDefFoundError: io.opentracing.Tracer
{code}
in the stacktrace.