Author: clebert.suconic(a)jboss.com
Date: 2009-12-06 16:32:50 -0500 (Sun, 06 Dec 2009)
New Revision: 8601
Modified:
trunk/tests/src/org/hornetq/tests/integration/journal/ValidateTransactionHealthTest.java
Log:
tweak: just adding a comment to a test
Modified:
trunk/tests/src/org/hornetq/tests/integration/journal/ValidateTransactionHealthTest.java
===================================================================
---
trunk/tests/src/org/hornetq/tests/integration/journal/ValidateTransactionHealthTest.java 2009-12-06
21:22:05 UTC (rev 8600)
+++
trunk/tests/src/org/hornetq/tests/integration/journal/ValidateTransactionHealthTest.java 2009-12-06
21:32:50 UTC (rev 8601)
@@ -301,6 +301,11 @@
try
{
Journal journal = appendData(journalType, journalDir, numberOfElements,
transactionSize, numberOfThreads);
+
+ // We don't stop the journal on the case of an external process...
+ // The test is making sure that committed data can be reloaded fine...
+ // i.e. committs are sync on disk as stated on the transaction.
+ // The journal shouldn't leave any state impeding reloading the server
}
catch (Exception e)
{
Show replies by date