[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: AIO/DirectIO Integration (Repost)
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Apr 25 09:21:05 EDT 2008
The test is a simple copy of testMultipleTransactionsDifferentIDs that started to fail when I was using AIO (as it changed the positioning of the records a little bit).
If the test is illegl, a the delete should throw an exception, but the test is failing just because of the position of the commit. In fact I managed to change the test in another way and still fails:
| addTx(1, 1, 2, 3, 4, 5, 6);
| updateTx(1, 1, 3, 5);
| commit(1);
| deleteTx(2, 1, 2, 3, 4, 5, 6);
| commit(2);
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146807#4146807
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146807
More information about the jboss-dev-forums
mailing list