]
Brian Stansberry reassigned WFLY-14134:
---------------------------------------
Fix Version/s: 22.0.0.Beta1
Assignee: Jeff Mesnil (was: Emmanuel Hugonnet)
Resolution: Done
Ignore OnOffOpenTracingTestCase
-------------------------------
Key: WFLY-14134
URL:
https://issues.redhat.com/browse/WFLY-14134
Project: WildFly
Issue Type: Bug
Components: MP OpenTracing
Affects Versions: 22.0.0.Alpha1
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Priority: Major
Fix For: 22.0.0.Beta1
While doing unrelated development, I noticed that I had a failure in
SimpleRestClientTestCase that seems to come from the OnOffOpenTracingTestCase.
It seems that the test code in OnOffOpenTracingTestCase make Weld get lost and the
failure happens in the next test running...
The code in OnOffOpenTracingTestCase is a bit convoluted (it reload the server 4 times!)
and does not take into account that once the open tracing subsystem is removed, the
deployment used by the test can not be deployed (as the subsystem was responsible for
exposing the opentracing API to the deployment code).