NO-JIRA Fixing intermittent failures
This commit is contained in:
parent
7fd7558ed8
commit
54de31e813
|
@ -2035,7 +2035,6 @@ public abstract class ActiveMQTestBase extends Assert {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Wait.waitFor(() -> LibaioContext.getTotalMaxIO() == 0)) {
|
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());
|
Assert.fail("test did not close all its files " + LibaioContext.getTotalMaxIO());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue