-
Bug
-
Resolution: Done
-
Major
-
22.0.0.Alpha1
-
None
-
-
Undefined
-
---
-
---
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).