dlmarion commented on PR #5813: URL: https://github.com/apache/accumulo/pull/5813#issuecomment-3212168676
So, I'm seeing it fail like this currently: ``` org.opentest4j.AssertionFailedError: expected: <0> but was: <3> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:531) at org.apache.accumulo.test.fate.FatePoolsWatcherITBase.testIncrease1(FatePoolsWatcherITBase.java:177) at org.apache.accumulo.test.fate.user.UserFatePoolsWatcherIT_SimpleSuite.executeTest(UserFatePoolsWatcherIT_SimpleSuite.java:56) at org.apache.accumulo.test.fate.FateTestRunner.executeTest(FateTestRunner.java:33) at org.apache.accumulo.test.fate.FatePoolsWatcherITBase.testIncrease1(FatePoolsWatcherITBase.java:73) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) ``` I do have some changes locally, but they haven't made much of a difference. What's interesting here is that this is saying there are 3 tasks and fails this check in the finally block: ``` assertEquals(0, fate.getTotalTxRunnersActive()); ``` You only create two tasks in the `testIncrease1` method... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org