[
https://issues.apache.org/jira/browse/SANDBOX-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rahul Akolkar resolved SANDBOX-251.
-----------------------------------
Resolution: Fixed
Resolving as fixed.
> PipelineTest.java - Inconsistent Failures
> -----------------------------------------
>
> Key: SANDBOX-251
> URL: https://issues.apache.org/jira/browse/SANDBOX-251
> Project: Commons Sandbox
> Issue Type: Test
> Components: Pipeline
> Environment: Windows XP SP3 (JRE 1.6) and Mac OS X 10.5.4 (JRE 1.5)
> Reporter: Jon Sanford
> Priority: Minor
> Attachments: pipeline_test_sleep.patch
>
>
> The "testRaise()" and "testRaiseOnBranch()" method fail most of the time. The
> Thread.yield() statement does not wait for the event notifications to
> complete. The asserts fail because the objects are checked prior to the
> completion of the event notifications.
> I had a patch created for this issue but it seems I can't attach it to this
> ticket. To get them to pass consistently add a Thread.sleep(1) statement on
> the line just before Thread.yield() in both methods and add "throws
> Exception" to the "testRaise()" method signature.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.