Ondrej Kotek created WFLY-11334:
-----------------------------------
Summary: Failing OnOffOpenTracingTestCase on IBM java
Key: WFLY-11334
URL:
https://issues.jboss.org/browse/WFLY-11334
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 14.0.0.Beta2
Reporter: Ondrej Kotek
Assignee: Jan Stourac
Fix For: 15.0.0.Beta1
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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)