[
https://issues.redhat.com/browse/WFLY-14199?page=com.atlassian.jira.plugi...
]
Emmanuel Hugonnet edited comment on WFLY-14199 at 12/10/20 3:05 AM:
--------------------------------------------------------------------
[~ron_sigal] Hello, you need to run the tests in the 'proper' order :
{code:java}
@RunWith(Suite.class)
@SuiteClasses({
org.wildfly.test.integration.microprofile.opentracing.OnOffOpenTracingTestCase.class,
org.wildfly.test.integration.microprofile.opentracing.SimpleRestClientTestCase.class
})
public class WFLY14199TestSuite {}
{code}
look at my branch
[
https://github.com/wildfly/wildfly/pull/13774|https://github.com/wildfly/...]
The tests have been moved to testsuite/integration/microprofile
was (Author: ehugonnet):
[~ron_sigal] Hello,
{code:java}
@RunWith(Suite.class)
@SuiteClasses({
org.wildfly.test.integration.microprofile.opentracing.OnOffOpenTracingTestCase.class,
org.wildfly.test.integration.microprofile.opentracing.SimpleRestClientTestCase.class
})
public class WFLY14199TestSuite {}
{code}
look at my branch
[
https://github.com/wildfly/wildfly/pull/13774|https://github.com/wildfly/...]
The tests have been moved to testsuite/integration/microprofile
OnOffOpenTracingTestCase leaves the server in a bad state
---------------------------------------------------------
Key: WFLY-14199
URL:
https://issues.redhat.com/browse/WFLY-14199
Project: WildFly
Issue Type: Bug
Components: MP OpenTracing, Test Suite
Affects Versions: 22.0.0.Alpha1
Reporter: Emmanuel Hugonnet
Assignee: Emmanuel Hugonnet
Priority: Major
{color:#333333}OnOffOpenTracingTestCase{color} will leave the server in such a state that
SimpleRestClientTestCase will fail. Removing and adding the opentracing subsystem to check
that it doesn't work once removed shoudl be reevaluated.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)