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

Ondrej Kotek (Jira) issues at jboss.org
Tue Nov 13 05:32:00 EST 2018


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)


More information about the jboss-jira mailing list