NO-JIRA fixing intermittent failures
This commit is contained in:
parent
a948991fac
commit
ef815997e9
|
@ -211,6 +211,8 @@ public abstract class JournalImplTestBase extends ActiveMQTestBase {
|
|||
}
|
||||
|
||||
protected void stopJournal(final boolean reclaim) throws Exception {
|
||||
journal.flush();
|
||||
|
||||
// We do a reclaim in here
|
||||
if (reclaim) {
|
||||
checkAndReclaimFiles();
|
||||
|
|
Loading…
Reference in New Issue