[jbossts-issues] [JBoss JIRA] (JBTM-2065) TestExternManageDestination::test_stored_message_schedule() hangs on Windows

Clebert Suconic (JIRA) issues at jboss.org
Tue Jan 28 00:17:28 EST 2014


    [ https://issues.jboss.org/browse/JBTM-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12939167#comment-12939167 ] 

Clebert Suconic commented on JBTM-2065:
---------------------------------------

The issue was that on windows. a scheduleImpl.schedule(Runnable, delay, MILLISECONDS) could finish earlier than expected.


I added a workaround to the scheduler, with this following trace: 


calling another scheduler now as deliverTime " + deliveryTime + " < now=" + now


which is happening quite a lot on the windows box that was failing.


The test was replicated in loop and after this fix we couldn't make it fail again

                
> TestExternManageDestination::test_stored_message_schedule() hangs on Windows
> ----------------------------------------------------------------------------
>
>                 Key: JBTM-2065
>                 URL: https://issues.jboss.org/browse/JBTM-2065
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: BlackTie
>            Reporter: Amos Feng
>            Assignee: Amos Feng
>             Fix For: 6.0.0.Alpha1
>
>
> http://172.17.131.2/job/btny-pulls-narayana-windows2008/523/consoleText
> http://172.17.131.2/job/btny-pulls-narayana-windows2008/524/consoleText

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list