[
https://issues.redhat.com/browse/WFLY-14199?page=com.atlassian.jira.plugi...
]
Ronald Sigal commented on WFLY-14199:
-------------------------------------
Second observation.
{code:java}
@Test
public void passes3() throws Exception {
URI requestUri = new URI(url.toString() + "rest" +
SimpleJaxRs.GET_TRACER);
enableServletStackTraceOnError();
makeCall(requestUri);
}
@Test
public void fails() throws Exception {
URI requestUri = new URI(url.toString() + "rest" +
SimpleJaxRs.GET_TRACER);
removeOpentracingSubsystem();
makeCall(requestUri);
} {code}
passes3() doesn't cause any problems, and fails() does.
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)