ARTEMIS-3084 Fixing intermittent failures on testsuite. file.close() should block
This fixed a failure I saw once at GroupingFailoverReplicationTest.testGroupingLocalHandlerFailsMultipleGroups
This commit is contained in:
parent
f122b5059f
commit
4b5c29939c
|
@ -111,7 +111,7 @@ public class AIOSequentialFile extends AbstractSequentialFile {
|
|||
|
||||
@Override
|
||||
public void close() throws IOException, InterruptedException, ActiveMQException {
|
||||
close(true, false);
|
||||
close(true, true);
|
||||
}
|
||||
|
||||
private void actualClose() {
|
||||
|
|
Loading…
Reference in New Issue