[JBoss JIRA] (ISPN-10161) ThreadLeakChecker is blocking PolarionJUnitXMLReporter to generate the reports
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10161?page=com.atlassian.jira.plugin... ]
Diego Lovison commented on ISPN-10161:
--------------------------------------
Changing to
{code:java}
log.error("Leaked threads: \n " +
leaks.stream()
.map(Object::toString)
.collect(Collectors.joining(",\n ")));
{code}
> 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
> 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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10161) ThreadLeakChecker is blocking PolarionJUnitXMLReporter to generate the reports
by Diego Lovison (Jira)
Diego Lovison created ISPN-10161:
------------------------------------
Summary: 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
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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months