Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0
-
Reviewed
Description
Our current unit tests are all executed in parallel.
TestTimelineAuthFilterForV2#testPutTimelineEntities will report an error during execution:
[main] collector.PerNodeTimelineCollectorsAuxService (StringUtils.java:startupShutdownMessage(755)) - failed to register any UNIX signal loggers: java.lang.IllegalStateException: Can't re-install the signal handlers.
We can solve this problem by changing static initialization to new Object.
Attachments
Issue Links
- links to