[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-901) RedistributionWithDefaultMessagePullPolicyTest tests fail occasionally
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Wed Feb 28 15:03:08 EST 2007
[ http://jira.jboss.com/jira/browse/JBMESSAGING-901?page=comments#action_12354624 ]
Clebert Suconic commented on JBMESSAGING-901:
---------------------------------------------
this failure happens 1 in 6... so this is a way to easily replicate the problem.
public void testConsumeBitByBitPersistentRecoverable() throws Throwable
{
for (int i=1;i<=10;i++)
{
if (i>1)
{
this.setUp();
}
log.info("################################################### Execution " + i);
consumeBitByBit(true, true);
if (i!=10)
{
this.tearDown();
}
}
}
I don't want to commit this code though... this is just for debug purposes
> RedistributionWithDefaultMessagePullPolicyTest tests fail occasionally
> ----------------------------------------------------------------------
>
> Key: JBMESSAGING-901
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-901
> Project: JBoss Messaging
> Issue Type: Bug
> Components: Tests and Performance
> Reporter: Ovidiu Feodorov
> Assigned To: Clebert Suconic
> Priority: Blocker
> Fix For: 1.2.0.GA
>
> Attachments: log-with-trace.zip, messaging-invm.zip
>
>
> I marked the failure points with // <- in test
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list