You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Eduardo Burgos (JIRA)" <ji...@apache.org> on 2007/07/13 17:13:04 UTC

[jira] Created: (ODE-152) some test failures

some test failures
------------------

                 Key: ODE-152
                 URL: https://issues.apache.org/jira/browse/ODE-152
             Project: Ode
          Issue Type: Bug
          Components: Build System
         Environment: linux, normal pc
            Reporter: Eduardo Burgos
            Priority: Minor


I tried a whole rake clean install on trunk (rev 556028) and I got some test errors:



There was 1 error:
1) testFilterProcessesByName(org.apache.ode.bpel.runtime.ProcessManagementTest)org.apache.ode.bpel.pmapi.ProcessingException: Exception during instance deletion: org.apache.ode.bpel.iapi.ContextException: Error in tx
        at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl.delete(ProcessAndInstanceManagementImpl.java:434)
        at org.apache.ode.bpel.runtime.ProcessManagementTest.execute(ProcessManagementTest.java:115)
        at org.apache.ode.bpel.runtime.ProcessManagementTest.setUp(ProcessManagementTest.java:99)

FAILURES!!!
Tests run: 3,  Failures: 0,  Errors: 1

rake aborted!
The following tests failed:
org.apache.ode.bpel.runtime.ActivityRecoveryTest
org.apache.ode.bpel.runtime.ProcessManagementTest


just to let you know

Regards,


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


[jira] Commented: (ODE-152) some test failures

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512533 ] 

Matthieu Riou commented on ODE-152:
-----------------------------------

Just letting you know that these are usually problems with the test cases more than the code itself. Which doesn't excuse the fact that the tests fail, you just shouldn't get the impression that this functionality is broken because the test fails.

And if you have some time to check what's wrong with the test and contribute a patch, I'm sure you'd earn huge karma points :-)

> some test failures
> ------------------
>
>                 Key: ODE-152
>                 URL: https://issues.apache.org/jira/browse/ODE-152
>             Project: Ode
>          Issue Type: Bug
>          Components: Build System
>         Environment: linux, normal pc
>            Reporter: Eduardo Burgos
>            Priority: Minor
>
> I tried a whole rake clean install on trunk (rev 556028) and I got some test errors:
> There was 1 error:
> 1) testFilterProcessesByName(org.apache.ode.bpel.runtime.ProcessManagementTest)org.apache.ode.bpel.pmapi.ProcessingException: Exception during instance deletion: org.apache.ode.bpel.iapi.ContextException: Error in tx
>         at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl.delete(ProcessAndInstanceManagementImpl.java:434)
>         at org.apache.ode.bpel.runtime.ProcessManagementTest.execute(ProcessManagementTest.java:115)
>         at org.apache.ode.bpel.runtime.ProcessManagementTest.setUp(ProcessManagementTest.java:99)
> FAILURES!!!
> Tests run: 3,  Failures: 0,  Errors: 1
> rake aborted!
> The following tests failed:
> org.apache.ode.bpel.runtime.ActivityRecoveryTest
> org.apache.ode.bpel.runtime.ProcessManagementTest
> just to let you know
> Regards,

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


[jira] Commented: (ODE-152) some test failures

Posted by "Eduardo Burgos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512574 ] 

Eduardo Burgos commented on ODE-152:
------------------------------------

I'm not familiar with the new rake building method. How can I disable the test phase with rake? (i.e. in maven its mvn -Dmaven.test.skip=true )

> some test failures
> ------------------
>
>                 Key: ODE-152
>                 URL: https://issues.apache.org/jira/browse/ODE-152
>             Project: Ode
>          Issue Type: Bug
>          Components: Build System
>         Environment: linux, normal pc
>            Reporter: Eduardo Burgos
>            Priority: Minor
>
> I tried a whole rake clean install on trunk (rev 556028) and I got some test errors:
> There was 1 error:
> 1) testFilterProcessesByName(org.apache.ode.bpel.runtime.ProcessManagementTest)org.apache.ode.bpel.pmapi.ProcessingException: Exception during instance deletion: org.apache.ode.bpel.iapi.ContextException: Error in tx
>         at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl.delete(ProcessAndInstanceManagementImpl.java:434)
>         at org.apache.ode.bpel.runtime.ProcessManagementTest.execute(ProcessManagementTest.java:115)
>         at org.apache.ode.bpel.runtime.ProcessManagementTest.setUp(ProcessManagementTest.java:99)
> FAILURES!!!
> Tests run: 3,  Failures: 0,  Errors: 1
> rake aborted!
> The following tests failed:
> org.apache.ode.bpel.runtime.ActivityRecoveryTest
> org.apache.ode.bpel.runtime.ProcessManagementTest
> just to let you know
> Regards,

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


[jira] Commented: (ODE-152) some test failures

Posted by "Matthieu Riou (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512581 ] 

Matthieu Riou commented on ODE-152:
-----------------------------------

Just do something like:

rake TEST=no package

> some test failures
> ------------------
>
>                 Key: ODE-152
>                 URL: https://issues.apache.org/jira/browse/ODE-152
>             Project: Ode
>          Issue Type: Bug
>          Components: Build System
>         Environment: linux, normal pc
>            Reporter: Eduardo Burgos
>            Priority: Minor
>
> I tried a whole rake clean install on trunk (rev 556028) and I got some test errors:
> There was 1 error:
> 1) testFilterProcessesByName(org.apache.ode.bpel.runtime.ProcessManagementTest)org.apache.ode.bpel.pmapi.ProcessingException: Exception during instance deletion: org.apache.ode.bpel.iapi.ContextException: Error in tx
>         at org.apache.ode.bpel.engine.ProcessAndInstanceManagementImpl.delete(ProcessAndInstanceManagementImpl.java:434)
>         at org.apache.ode.bpel.runtime.ProcessManagementTest.execute(ProcessManagementTest.java:115)
>         at org.apache.ode.bpel.runtime.ProcessManagementTest.setUp(ProcessManagementTest.java:99)
> FAILURES!!!
> Tests run: 3,  Failures: 0,  Errors: 1
> rake aborted!
> The following tests failed:
> org.apache.ode.bpel.runtime.ActivityRecoveryTest
> org.apache.ode.bpel.runtime.ProcessManagementTest
> just to let you know
> Regards,

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