-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0.0-M5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
In surefire 3.0.0-M5 any test output from a shutdown hook is not printed to the console, and is effectively lost, while this worked in 2.22.
For some background my use case is automatically generating Jacoco reports in a shutdown hook without needing to configure a heap of different maven tasks (so that when using Quarkus Jacoco will 'just work' with no additional config required), my code just waits for the Jacoco agent to finish writing its data, then generates the report. If something goes wrong with this process any error is lost.
- is duplicated by
-
SUREFIRE-1879 M5 swallows exception output from shutdown hooks
-
- Open
-