[
https://issues.jboss.org/browse/ISPN-8839?page=com.atlassian.jira.plugin....
]
Dan Berindei reopened ISPN-8839:
--------------------------------
The fix actually breaks the test:
{noformat}
10:43:22,001 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed:
org.infinispan.topology.ClusterTopologyManagerImplTest.testCoordinatorLostDuringRebalance
java.lang.AssertionError: Timed out waiting for topology 5
at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.9.9.jar:?]
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24) ~[testng-6.9.9.jar:?]
at org.testng.AssertJUnit.assertNotNull(AssertJUnit.java:267) ~[testng-6.9.9.jar:?]
at
org.infinispan.topology.MockLocalTopologyManager.expectTopology(MockLocalTopologyManager.java:60)
~[test-classes/:?]
at
org.infinispan.topology.ClusterTopologyManagerImplTest.testCoordinatorLostDuringRebalance(ClusterTopologyManagerImplTest.java:192)
~[test-classes/:?]
{noformat}
ClusterTopologyManagerImplTest leaks threads
--------------------------------------------
Key: ISPN-8839
URL:
https://issues.jboss.org/browse/ISPN-8839
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.2.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 9.2.0.CR3
Both test methods create an {{ExecutorService}} but don't shut it down.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)