Author: gaohoward
Date: 2011-11-29 09:28:20 -0500 (Tue, 29 Nov 2011)
New Revision: 11785
Modified:
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/InterruptedLargeMessageTest.java
Log:
add a forceGC before the large message file is cleaned up. To reduce the file.delete()
problem on Windows.
Modified:
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/InterruptedLargeMessageTest.java
===================================================================
---
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/InterruptedLargeMessageTest.java 2011-11-29
10:32:50 UTC (rev 11784)
+++
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/client/InterruptedLargeMessageTest.java 2011-11-29
14:28:20 UTC (rev 11785)
@@ -128,6 +128,9 @@
}
server.stop(false);
+
+ forceGC();
+
server.start();
server.stop();
Show replies by date