[jboss-jira] [JBoss JIRA] (WFLY-10954) Failing OnOffOpenTracingTestCase on IBM java

Jan Stourac (JIRA) issues at jboss.org
Thu Aug 30 12:40:00 EDT 2018


Jan Stourac created WFLY-10954:
----------------------------------

             Summary: 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


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.5.0#75005)


More information about the jboss-jira mailing list