dlmarion commented on issue #5787:
URL: https://github.com/apache/accumulo/issues/5787#issuecomment-3168738810

   I think I found the problem, but I'm not sure how to fix it. I think the 
`FatePoolsWatcherITBase.testIncrease1` has some issues. First, each test method 
has a variable `allAssertsOccurred` that is used in the `finally` block to 
check that each assertion was checked. I don't think this is necessary and it 
hides the actual error that causes the test to fail. Second issue, which I'm 
not quite sure how to fix at this point, is that `PoolResizeTestRepo.isReady` 
waits on a latch indefinitely. In `testIncrease1` the configuration is changed 
which is supposed to shutdown the FateExecutor running the transactions. But 
the Fate transactions are blocked on the latch and don't shut down.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to