NO-JIRA Fixing intermittent failures

This commit is contained in:
Clebert Suconic 2019-09-10 15:00:45 -04:00
parent 7fd7558ed8
commit 54de31e813
1 changed files with 0 additions and 1 deletions

View File

@ -2035,7 +2035,6 @@ public abstract class ActiveMQTestBase extends Assert {
}
if (!Wait.waitFor(() -> LibaioContext.getTotalMaxIO() == 0)) {
Assert.fail("There are still libaio files open :: " + LibaioContext.getTotalMaxIO());
Assert.fail("test did not close all its files " + LibaioContext.getTotalMaxIO());
}