]
Diego Lovison reassigned ISPN-10161:
------------------------------------
Assignee: Diego Lovison
ThreadLeakChecker is blocking PolarionJUnitXMLReporter to generate
the reports
------------------------------------------------------------------------------
Key: ISPN-10161
URL:
https://issues.jboss.org/browse/ISPN-10161
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.4.12.Final, 10.0.0.Final
Reporter: Diego Lovison
Assignee: Diego Lovison
Priority: Critical
When we have Leaked threads we are throwing a new RuntimeException that is preventing the
next listener to be running.
From `master` execute `rm -rf hibernate/cache-v51/target/surefire-reports/ && rm
-rf hibernate/cache-v53/target/surefire-reports/ && mvn verify -pl
hibernate/cache-v51,hibernate/cache-v53 -Dtest=MultiTenancyTest -fae`
After that, check the hibernate/cache-v53/target/surefire-reports/ folder, you see no
reports there.