You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Sean Ahn (JIRA)" <ji...@apache.org> on 2008/12/22 21:19:44 UTC

[jira] Created: (ODE-469) Fix scheduler-simple SiimpleSchedulerTest: it has timing sensitive assert statements

Fix scheduler-simple SiimpleSchedulerTest: it has timing sensitive assert statements
------------------------------------------------------------------------------------

                 Key: ODE-469
                 URL: https://issues.apache.org/jira/browse/ODE-469
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
            Reporter: Sean Ahn
         Attachments: ode-469.1x.patch

It seems the behavior on simple scheduler has been changed some time. 

The tests assumes the scheduled jobs cannot run without committing database, but, transacted jobs are now committing at the end by themselves. Take out the assert statements that check if no jobs are scheduled until the transaction is committed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-469) Fix scheduler-simple SiimpleSchedulerTest: it has timing sensitive assert statements

Posted by "Sean Ahn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Ahn resolved ODE-469.
--------------------------

    Resolution: Fixed

Thanks for applying the patch, Karthick!!

> Fix scheduler-simple SiimpleSchedulerTest: it has timing sensitive assert statements
> ------------------------------------------------------------------------------------
>
>                 Key: ODE-469
>                 URL: https://issues.apache.org/jira/browse/ODE-469
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>         Attachments: ode-469.1x.patch
>
>
> It seems the behavior on simple scheduler has been changed some time. 
> The tests assumes the scheduled jobs cannot run without committing database, but, transacted jobs are now committing at the end by themselves. Take out the assert statements that check if no jobs are scheduled until the transaction is committed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-469) Fix scheduler-simple SiimpleSchedulerTest: it has timing sensitive assert statements

Posted by "Sean Ahn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Ahn updated ODE-469:
-------------------------

    Attachment: ode-469.1x.patch

Attached a patch for 1.x branch.

> Fix scheduler-simple SiimpleSchedulerTest: it has timing sensitive assert statements
> ------------------------------------------------------------------------------------
>
>                 Key: ODE-469
>                 URL: https://issues.apache.org/jira/browse/ODE-469
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>            Reporter: Sean Ahn
>         Attachments: ode-469.1x.patch
>
>
> It seems the behavior on simple scheduler has been changed some time. 
> The tests assumes the scheduled jobs cannot run without committing database, but, transacted jobs are now committing at the end by themselves. Take out the assert statements that check if no jobs are scheduled until the transaction is committed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.