[jboss-cvs] JBoss Messaging SVN: r5807 - trunk/tests/src/org/jboss/messaging/tests/stress/journal.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 4 09:24:26 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-02-04 09:24:26 -0500 (Wed, 04 Feb 2009)
New Revision: 5807

Modified:
   trunk/tests/src/org/jboss/messaging/tests/stress/journal/ValidateTransactionHealthTest.java
Log:
The AIONonTransactionalTest was meant to fail, and it was left here for a purpose:
When I wrote this test i was wondering about the probability of AIO loosing uncommitted data after a crash.
After a few failures I see that this is eventually happening (as expected of course), and I concluded that libAIO is pretty efficient on the callback of the data.

Removing the invalid test as I already got my conclusion.

Modified: trunk/tests/src/org/jboss/messaging/tests/stress/journal/ValidateTransactionHealthTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/stress/journal/ValidateTransactionHealthTest.java	2009-02-04 13:41:04 UTC (rev 5806)
+++ trunk/tests/src/org/jboss/messaging/tests/stress/journal/ValidateTransactionHealthTest.java	2009-02-04 14:24:26 UTC (rev 5807)
@@ -69,11 +69,6 @@
       internalTest("aio", getTestDir(), 1000, 100, true, true, 10);
    }
 
-   public void testAIONonTransactional() throws Exception
-   {
-      internalTest("aio", getTestDir(), 10000, 0, true, true, 1);
-   }
-
    public void testAIONonTransactionalNoExternalProcess() throws Exception
    {
       internalTest("aio", getTestDir(), 1000, 0, true, false, 10);




More information about the jboss-cvs-commits mailing list