[Design of JBoss jBPM] - Error building 3.2.6.SP1
by osvaldo.pina
Hi all,
I'm trying ot build 3.2.6.SP1 and I'm getting the following tests on error:
Failed tests:
testTimerAction(org.jbpm.jbpm2036.JBPM2036Test)
Tests in error:
testReadLock(org.jbpm.jbpm1755.JBPM1755Test)
testUpgradeLock(org.jbpm.jbpm1755.JBPM1755Test)
testForceLock(org.jbpm.jbpm1755.JBPM1755Test)
testTaskMgmtDefinitionAddSwimlaneInverseReference(org.jbpm.taskmgmt.def.TaskMgmtDefinitionDbTest)
testTimerRepeat(org.jbpm.scheduler.exe.UnsafeSessionUsageTest)
testStartStateSwimlaneInitialization(org.jbpm.taskmgmt.exe.SwimlaneDbTest)
testSwimlaneActorId(org.jbpm.taskmgmt.exe.SwimlaneDbTest)
testSwimlanePooledActor(org.jbpm.taskmgmt.exe.SwimlaneDbTest)
testSwimlanePooledActorThenTaskInstanceAssignment(org.jbpm.taskmgmt.exe.SwimlaneDbTest)
testSwimlanePooledActorThenSwimlaneInstanceAssignment(org.jbpm.taskmgmt.exe.SwimlaneDbTest)
testSwimlanePooledActorsUpdate(org.jbpm.taskmgmt.exe.SwimlaneDbTest)
testSwimlanePoolInitialization(org.jbpm.taskmgmt.exe.SwimlaneDbTest)
this are the exception stack traces:
Running org.jbpm.jbpm1755.JBPM1755Test
org.jbpm.persistence.JbpmPersistenceException: transaction commit failed
at org.jbpm.persistence.db.DbPersistenceService.endTransaction(DbPersistenceService.java:137)
at org.jbpm.persistence.db.DbPersistenceService.close(DbPersistenceService.java:198)
at org.jbpm.svc.Services.close(Services.java:243)
org.jbpm.JbpmException: event 'process-end' did not occur within 300000 ms
at org.jbpm.graph.def.EventCallback.waitForEvent(EventCallback.java:165)
at org.jbpm.graph.def.EventCallback.waitForEvent(EventCallback.java:154)
at org.jbpm.jbpm1755.JBPM1755Test.launchProcessInstances(JBPM1755Test.java:68)
Caused by: org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.jbpm.graph.exe.Token#2]
at org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEntityPersister.java:1769)
org.jbpm.JbpmException: could not delete ProcessDefinition(testStartStateSwimlaneInitialization)
at org.jbpm.db.GraphSession.deleteProcessDefinition(GraphSession.java:263)
at org.jbpm.db.GraphSession.deleteProcessDefinition(GraphSession.java:230)
at org.jbpm.taskmgmt.exe.SwimlaneDbTest.testStartStateSwimlaneInitialization(SwimlaneDbTest.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Caused by: org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jbpm.graph.node.StartState#5]
at org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:377)
at org.hibernate.proxy.AbstractLazyInitializer.checkTargetState(AbstractLazyInitializer.java:79)
at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:68)
at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:111)
...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239202#4239202
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239202
15 years, 5 months
Build failed in Hudson: jbpm4-jboss » postgresql,5.0.1.GA,java15_default,dev45 #44
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jbpm4-jboss/./DATABASE=postgresql,J...
Changes:
[tom.baeyens(a)jboss.com] JBPM-2322 enabled module test-db in the integration test suite
[jeff.yuchang] * JBPM-2172 update identity api usage and idmIdentitySessionImpl class.
------------------------------------------
[...truncated 5672 lines...]
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: java.lang.IllegalStateException: BaseTransaction.rollback - [com.arjuna.ats.internal.jta.transaction.arjunacore.notx] [com.arjuna.ats.internal.jta.transaction.arjunacore.notx] no transaction!
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.rollback(BaseTransaction.java:158)
at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.rollback(BaseTransactionManagerDelegate.java:114)
at org.jboss.ejb.EnterpriseContext$UserTransactionImpl.rollback(EnterpriseContext.java:659)
at org.jboss.ejb.StatelessSessionEnterpriseContext$SessionContextImpl$1.rollback(StatelessSessionEnterpriseContext.java:279)
at org.jbpm.pvm.internal.tx.jta.JtaTransaction.rollback(JtaTransaction.java:77)
at org.jbpm.pvm.internal.tx.jta.JtaTransactionInterceptor.execute(JtaTransactionInterceptor.java:78)
at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
at org.jbpm.enterprise.internal.ejb.CommandExecutorSLSB.execute(CommandExecutorSLSB.java:102)
at sun.reflect.GeneratedMethodAccessor293.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:228)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:156)
at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)
at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:173)
at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java:97)
at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java:81)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
at org.jboss.ejb.Container.invoke(Container.java:1029)
at sun.reflect.GeneratedMethodAccessor279.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:232)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:742)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:695)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:549)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:230)
### EXCEPTION ###########################################
12:00:19,419 SEV | [BaseJbpmTestCase]
12:00:19,656 FIN | [BaseJbpmTestCase] === ending testForkToJoinInLoopInOneTransaction =============================
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 2.737 sec <<< FAILURE!
Running org.jbpm.test.task.TaskQueryProcessTest
12:00:19,698 FIN | [BaseJbpmTestCase] === starting testTaskQueryProcessInstanceId =============================
12:00:22,533 FIN | [BaseJbpmTestCase] === ending testTaskQueryProcessInstanceId =============================
12:00:22,534 FIN | [BaseJbpmTestCase] === starting testTaskQueryProcessDefinitionId =============================
12:00:25,147 FIN | [BaseJbpmTestCase] === ending testTaskQueryProcessDefinitionId =============================
12:00:25,147 FIN | [BaseJbpmTestCase] === starting testTaskQueryActivityName =============================
12:00:27,550 FIN | [BaseJbpmTestCase] === ending testTaskQueryActivityName =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.867 sec
Running org.jbpm.test.cfg.ConfigurationTest
12:00:27,564 FIN | [BaseJbpmTestCase] === starting testDefaultConfiguration =============================
12:00:27,674 FIN | [BaseJbpmTestCase] === ending testDefaultConfiguration =============================
12:00:27,675 FIN | [BaseJbpmTestCase] === starting testMinimalConfiguration =============================
12:00:27,685 FIN | [BaseJbpmTestCase] === ending testMinimalConfiguration =============================
12:00:27,686 FIN | [BaseJbpmTestCase] === starting testConfigurationServices =============================
12:00:27,696 FIN | [BaseJbpmTestCase] === ending testConfigurationServices =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec
Running org.jbpm.examples.goup.timer.GroupTimerTest
12:00:27,729 FIN | [BaseJbpmTestCase] === starting testGroupTimerFires =============================
12:00:28,958 FIN | [BaseJbpmTestCase] === ending testGroupTimerFires =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.236 sec
Running org.jbpm.test.task.TaskVariablesTest
12:00:28,964 FIN | [BaseJbpmTestCase] === starting testTaskVariables =============================
12:00:29,747 FIN | [BaseJbpmTestCase] === ending testTaskVariables =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 sec
Running org.jbpm.test.history.ProcessInstanceHistoryTest
12:00:29,767 FIN | [BaseJbpmTestCase] === starting testProcessInstanceHistory =============================
12:00:31,019 FIN | [BaseJbpmTestCase] === ending testProcessInstanceHistory =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.27 sec
Running org.jbpm.test.deploy.ImageTest
12:00:31,038 FIN | [BaseJbpmTestCase] === starting testImage =============================
12:00:31,799 FIN | [BaseJbpmTestCase] === ending testImage =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 sec
Running org.jbpm.test.task.TaskListTest
12:00:31,835 FIN | [BaseJbpmTestCase] === starting testPersonalTaskList =============================
12:00:33,501 FIN | [BaseJbpmTestCase] === ending testPersonalTaskList =============================
12:00:33,502 FIN | [BaseJbpmTestCase] === starting testPersonalTaskListDefaultSortOrder =============================
12:00:35,861 FIN | [BaseJbpmTestCase] === ending testPersonalTaskListDefaultSortOrder =============================
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.053 sec
Running org.jbpm.test.execution.SystemVariablesTest
12:00:35,878 FIN | [BaseJbpmTestCase] === starting testSystemVariables =============================
12:00:37,013 FIN | [BaseJbpmTestCase] === ending testSystemVariables =============================
12:00:37,019 FIN | [BaseJbpmTestCase] === starting testSingleUser =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.142 sec
Running org.jbpm.test.identity.IdentityTest
12:00:37,486 FIN | [BaseJbpmTestCase] === ending testSingleUser =============================
12:00:37,487 FIN | [BaseJbpmTestCase] === starting testCreateGroup =============================
12:00:37,869 FIN | [BaseJbpmTestCase] === ending testCreateGroup =============================
12:00:37,870 FIN | [BaseJbpmTestCase] === starting testFindGroupsByUser =============================
12:00:38,835 FIN | [BaseJbpmTestCase] === ending testFindGroupsByUser =============================
12:00:38,836 FIN | [BaseJbpmTestCase] === starting testFindGroupByUserAndGroupType =============================
12:00:40,245 FIN | [BaseJbpmTestCase] === ending testFindGroupByUserAndGroupType =============================
12:00:40,246 FIN | [BaseJbpmTestCase] === starting testSingleGroup =============================
12:00:43,260 FIN | [BaseJbpmTestCase] === ending testSingleGroup =============================
12:00:43,261 FIN | [BaseJbpmTestCase] === starting testSingleUser2 =============================
12:00:43,764 FIN | [BaseJbpmTestCase] === ending testSingleUser2 =============================
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.765 sec
12:00:43,791 FIN | [BaseJbpmTestCase] === starting testAsyncEventListener =============================
Running org.jbpm.examples.async.eventlistener.AsyncEventListenerTest
12:00:45,267 FIN | [BaseJbpmTestCase] === ending testAsyncEventListener =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.494 sec
Running org.jbpm.test.process.ProcessDefinitionQueryTest
12:00:45,290 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsEmpty =============================
12:00:45,352 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsEmpty =============================
12:00:45,352 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsNameLike =============================
12:00:48,548 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsNameLike =============================
12:00:48,549 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsKeyLike =============================
12:00:52,246 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsKeyLike =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.971 sec
Running org.jbpm.test.history.ChoiceDistributionTest
12:00:52,262 FIN | [BaseJbpmTestCase] === starting testDecisionExpression =============================
12:00:54,320 FIN | [BaseJbpmTestCase] === ending testDecisionExpression =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.071 sec
Running org.jbpm.test.execution.ExecutionQueryTest
12:00:54,336 FIN | [BaseJbpmTestCase] === starting testQueryForEndedExecutions =============================
12:00:56,674 FIN | [BaseJbpmTestCase] === ending testQueryForEndedExecutions =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.358 sec
Running org.jbpm.test.execution.StartExecutionTest
12:00:56,695 FIN | [BaseJbpmTestCase] === starting testStartNewExecutionByKey =============================
12:00:57,396 FIN | [BaseJbpmTestCase] === ending testStartNewExecutionByKey =============================
12:00:57,397 FIN | [BaseJbpmTestCase] === starting testStartNewExecutionInLatestProcessDefinition =============================
12:00:58,876 FIN | [BaseJbpmTestCase] === ending testStartNewExecutionInLatestProcessDefinition =============================
12:00:58,876 FIN | [BaseJbpmTestCase] === starting testStartExecutionInLatestByNameWithVariables =============================
12:01:00,224 FIN | [BaseJbpmTestCase] === ending testStartExecutionInLatestByNameWithVariables =============================
12:01:00,225 FIN | [BaseJbpmTestCase] === starting testStartNewProcessInstanceWithAKey =============================
12:01:01,021 FIN | [BaseJbpmTestCase] === ending testStartNewProcessInstanceWithAKey =============================
12:01:01,022 FIN | [BaseJbpmTestCase] === starting testStartNewProcessInstanceWithVariables =============================
12:01:02,005 FIN | [BaseJbpmTestCase] === ending testStartNewProcessInstanceWithVariables =============================
12:01:02,006 FIN | [BaseJbpmTestCase] === starting testStartExecutionById =============================
12:01:02,754 FIN | [BaseJbpmTestCase] === ending testStartExecutionById =============================
12:01:02,754 FIN | [BaseJbpmTestCase] === starting testStartExecutionByIdWithVariables =============================
12:01:03,478 FIN | [BaseJbpmTestCase] === ending testStartExecutionByIdWithVariables =============================
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.798 sec
Running org.jbpm.test.execution.SignalExecutionTest
12:01:03,506 FIN | [BaseJbpmTestCase] === starting testDefaultSignalWithoutTransitions =============================
12:01:04,226 FIN | [BaseJbpmTestCase] === ending testDefaultSignalWithoutTransitions =============================
12:01:04,230 FIN | [BaseJbpmTestCase] === starting testSignalExecutionById =============================
12:01:05,398 FIN | [BaseJbpmTestCase] === ending testSignalExecutionById =============================
12:01:05,399 FIN | [BaseJbpmTestCase] === starting testSignalExecutionWithVariables =============================
12:01:06,426 FIN | [BaseJbpmTestCase] === ending testSignalExecutionWithVariables =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.945 sec
Running org.jbpm.examples.goup.multipleentries.MultipleEntriesTest
12:01:06,443 FIN | [BaseJbpmTestCase] === starting testPlentyOfTime =============================
12:01:07,359 FIN | [BaseJbpmTestCase] === ending testPlentyOfTime =============================
12:01:07,361 FIN | [BaseJbpmTestCase] === starting testTimeIsRunningOut =============================
12:01:08,125 FIN | [BaseJbpmTestCase] === ending testTimeIsRunningOut =============================
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.696 sec
Running org.jbpm.test.execution.ExecutionEagerLoadingTest
12:01:08,146 FIN | [BaseJbpmTestCase] === starting testEagerLoading =============================
12:01:09,091 FIN | [BaseJbpmTestCase] === ending testEagerLoading =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.956 sec
12:01:09,098 FIN | [BaseJbpmTestCase] === starting testTaskParticipants =============================
Running org.jbpm.test.task.TaskParticipationsTest
12:01:11,057 FIN | [BaseJbpmTestCase] === ending testTaskParticipants =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.976 sec
Running org.jbpm.test.history.EndProcessInstanceTest
12:01:11,079 FIN | [BaseJbpmTestCase] === starting testCancelProcessInstance =============================
12:01:12,093 FIN | [BaseJbpmTestCase] === ending testCancelProcessInstance =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 sec
Running org.jbpm.test.activities.ForkToTaskTest
12:01:12,113 FIN | [BaseJbpmTestCase] === starting testForkToTasks =============================
12:01:13,069 FIN | [BaseJbpmTestCase] === ending testForkToTasks =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 sec
Results :
Tests in error:
testConcurrentEndScenario1(org.jbpm.test.execution.ConcurrentEndTest)
testConcurrentEndScenario2(org.jbpm.test.execution.ConcurrentEndTest)
testConcurrentEndScenario1(org.jbpm.test.execution.AsyncEndCombinationTest)
testConcurrentScenario2(org.jbpm.test.execution.AsyncEndCombinationTest)
testForkToJoinInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinAfterStateInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinWithActivitiesInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinInLoopInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
Tests run: 142, Failures: 0, Errors: 8, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to http://hudson.qa.jboss.com/hudson/job/jbpm4-jboss/./DATABASE=postgresql,J... for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 15 seconds
[INFO] Finished at: Wed Jun 17 12:01:13 EDT 2009
[INFO] Final Memory: 47M/1016M
[INFO] ------------------------------------------------------------------------
Recording test results
15 years, 5 months
Build failed in Hudson: jbpm4-jboss » postgresql,5.0.1.GA,java16_default,dev45 #44
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jbpm4-jboss/./DATABASE=postgresql,J...
Changes:
[tom.baeyens(a)jboss.com] JBPM-2322 enabled module test-db in the integration test suite
[jeff.yuchang] * JBPM-2172 update identity api usage and idmIdentitySessionImpl class.
------------------------------------------
[...truncated 5660 lines...]
11:48:31,958 SEV | [BaseJbpmTestCase]
11:48:32,326 FIN | [BaseJbpmTestCase] === ending testConcurrentScenario2 =============================
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.338 sec <<< FAILURE!
11:48:32,339 FIN | [BaseJbpmTestCase] === starting testDefaultSignalWithoutTransitions =============================
Running org.jbpm.test.execution.SignalExecutionTest
11:48:33,013 FIN | [BaseJbpmTestCase] === ending testDefaultSignalWithoutTransitions =============================
11:48:33,014 FIN | [BaseJbpmTestCase] === starting testSignalExecutionById =============================
11:48:34,166 FIN | [BaseJbpmTestCase] === ending testSignalExecutionById =============================
11:48:34,169 FIN | [BaseJbpmTestCase] === starting testSignalExecutionWithVariables =============================
11:48:35,391 FIN | [BaseJbpmTestCase] === ending testSignalExecutionWithVariables =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.063 sec
Running org.jbpm.test.timer.TimerTest
11:48:35,408 FIN | [BaseJbpmTestCase] === starting testSignalExecutionById =============================
11:48:36,352 FIN | [BaseJbpmTestCase] === ending testSignalExecutionById =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 sec
Running org.jbpm.test.execution.ExecutionEagerLoadingTest
11:48:36,368 FIN | [BaseJbpmTestCase] === starting testEagerLoading =============================
11:48:37,290 FIN | [BaseJbpmTestCase] === ending testEagerLoading =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 sec
Running org.jbpm.test.history.ChoiceDistributionTest
11:48:37,297 FIN | [BaseJbpmTestCase] === starting testDecisionExpression =============================
11:48:39,349 FIN | [BaseJbpmTestCase] === ending testDecisionExpression =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.066 sec
Running org.jbpm.test.cfg.ConfigurationTest
11:48:39,366 FIN | [BaseJbpmTestCase] === starting testDefaultConfiguration =============================
11:48:39,381 FIN | [BaseJbpmTestCase] === ending testDefaultConfiguration =============================
11:48:39,382 FIN | [BaseJbpmTestCase] === starting testMinimalConfiguration =============================
11:48:39,388 FIN | [BaseJbpmTestCase] === ending testMinimalConfiguration =============================
11:48:39,392 FIN | [BaseJbpmTestCase] === starting testConfigurationServices =============================
11:48:39,397 FIN | [BaseJbpmTestCase] === ending testConfigurationServices =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.jbpm.test.history.HistoryTaskAssigneeTest
11:48:39,415 FIN | [BaseJbpmTestCase] === starting testHistoryTaskAssignee =============================
11:48:40,406 FIN | [BaseJbpmTestCase] === ending testHistoryTaskAssignee =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 sec
Running org.jbpm.test.variables.BasicVariablesTest
11:48:40,423 FIN | [BaseJbpmTestCase] === starting testStartProcessInstanceWithoutVariables =============================
11:48:41,196 FIN | [BaseJbpmTestCase] === ending testStartProcessInstanceWithoutVariables =============================
11:48:41,196 FIN | [BaseJbpmTestCase] === starting testStartProcessInstanceWithThreeVariables =============================
11:48:41,947 FIN | [BaseJbpmTestCase] === ending testStartProcessInstanceWithThreeVariables =============================
11:48:41,948 FIN | [BaseJbpmTestCase] === starting testSetAndUpdateVariable =============================
11:48:43,040 FIN | [BaseJbpmTestCase] === ending testSetAndUpdateVariable =============================
11:48:43,041 FIN | [BaseJbpmTestCase] === starting testUpdateVariableToDifferentType =============================
11:48:44,185 FIN | [BaseJbpmTestCase] === ending testUpdateVariableToDifferentType =============================
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.77 sec
Running org.jbpm.test.execution.SystemVariablesTest
11:48:44,192 FIN | [BaseJbpmTestCase] === starting testSystemVariables =============================
11:48:45,236 FIN | [BaseJbpmTestCase] === ending testSystemVariables =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 sec
Running org.jbpm.test.process.ProcessDefinitionQueryTest
11:48:45,243 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsEmpty =============================
11:48:45,266 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsEmpty =============================
11:48:45,266 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsNameLike =============================
11:48:48,235 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsNameLike =============================
11:48:48,236 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsKeyLike =============================
11:48:51,686 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsKeyLike =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.454 sec
Running org.jbpm.test.execution.ExecutionQueryTest
11:48:51,699 FIN | [BaseJbpmTestCase] === starting testQueryForEndedExecutions =============================
11:48:53,915 FIN | [BaseJbpmTestCase] === ending testQueryForEndedExecutions =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.226 sec
11:48:53,929 FIN | [BaseJbpmTestCase] === starting testProcessStartListener =============================
Running org.jbpm.test.eventlistener.EventListenerTest
11:48:54,644 FIN | [BaseJbpmTestCase] === ending testProcessStartListener =============================
11:48:54,649 FIN | [BaseJbpmTestCase] === starting testActivityStartListener =============================
11:48:55,340 FIN | [BaseJbpmTestCase] === ending testActivityStartListener =============================
11:48:55,343 FIN | [BaseJbpmTestCase] === starting testActivityEndListener =============================
11:48:56,357 FIN | [BaseJbpmTestCase] === ending testActivityEndListener =============================
11:48:56,357 FIN | [BaseJbpmTestCase] === starting testTransitionListener =============================
11:48:56,979 FIN | [BaseJbpmTestCase] === ending testTransitionListener =============================
11:48:56,979 FIN | [BaseJbpmTestCase] === starting testEventOrdering =============================
11:48:57,643 FIN | [BaseJbpmTestCase] === ending testEventOrdering =============================
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.729 sec
Running org.jbpm.test.task.TaskCreateUpdateDeleteTest
11:48:57,665 FIN | [BaseJbpmTestCase] === starting testNewTask =============================
11:48:57,731 FIN | [BaseJbpmTestCase] === ending testNewTask =============================
11:48:57,733 FIN | [BaseJbpmTestCase] === starting testSaveTask =============================
11:48:58,623 FIN | [BaseJbpmTestCase] === ending testSaveTask =============================
11:48:58,624 FIN | [BaseJbpmTestCase] === starting testDeleteTask =============================
11:48:59,153 FIN | [BaseJbpmTestCase] === ending testDeleteTask =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.498 sec
11:48:59,160 FIN | [BaseJbpmTestCase] === starting testAsyncEventListener =============================
Running org.jbpm.examples.async.eventlistener.AsyncEventListenerTest
11:49:00,638 FIN | [BaseJbpmTestCase] === ending testAsyncEventListener =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.483 sec
Running org.jbpm.test.history.ProcessInstanceHistoryTest
11:49:00,645 FIN | [BaseJbpmTestCase] === starting testProcessInstanceHistory =============================
11:49:01,798 FIN | [BaseJbpmTestCase] === ending testProcessInstanceHistory =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 sec
Running org.jbpm.test.history.HistoryActivityInstanceQeuryTest
11:49:01,815 FIN | [BaseJbpmTestCase] === starting testSimpleQuery =============================
11:49:05,062 FIN | [BaseJbpmTestCase] === ending testSimpleQuery =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.262 sec
Running org.jbpm.test.process.ActivityCoordinatesTest
11:49:05,079 FIN | [BaseJbpmTestCase] === starting testActivityCoordinates =============================
11:49:05,647 FIN | [BaseJbpmTestCase] === ending testActivityCoordinates =============================
11:49:05,648 FIN | [BaseJbpmTestCase] === starting testUnexistingCoordinates =============================
11:49:06,119 FIN | [BaseJbpmTestCase] === ending testUnexistingCoordinates =============================
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.045 sec
11:49:06,127 FIN | [BaseJbpmTestCase] === starting testTaskParticipants =============================
Running org.jbpm.test.task.TaskParticipationsTest
11:49:07,914 FIN | [BaseJbpmTestCase] === ending testTaskParticipants =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 sec
Running org.jbpm.test.execution.FindExecutionTest
11:49:07,931 FIN | [BaseJbpmTestCase] === starting testFindExecutionById =============================
11:49:08,670 FIN | [BaseJbpmTestCase] === ending testFindExecutionById =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec
Running org.jbpm.test.async.AsyncBasicsTest
11:49:08,694 FIN | [BaseJbpmTestCase] === starting testAsyncAutomaticSequence =============================
11:49:10,146 FIN | [BaseJbpmTestCase] === ending testAsyncAutomaticSequence =============================
11:49:10,147 FIN | [BaseJbpmTestCase] === starting testAsyncTransitions =============================
11:49:11,409 FIN | [BaseJbpmTestCase] === ending testAsyncTransitions =============================
11:49:11,410 FIN | [BaseJbpmTestCase] === starting testExecutionBlockedDuringAsync =============================
11:49:12,192 FIN | [BaseJbpmTestCase] === ending testExecutionBlockedDuringAsync =============================
11:49:12,202 FIN | [BaseJbpmTestCase] === starting testCancelProcessInstance =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.514 sec
Running org.jbpm.test.history.EndProcessInstanceTest
11:49:13,192 FIN | [BaseJbpmTestCase] === ending testCancelProcessInstance =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec
Running org.jbpm.test.process.RepositoryServiceTest
11:49:13,207 FIN | [BaseJbpmTestCase] === starting testProcessWithNameOnly =============================
11:49:13,648 FIN | [BaseJbpmTestCase] === ending testProcessWithNameOnly =============================
11:49:13,649 FIN | [BaseJbpmTestCase] === starting testProcessWithNameAndKey =============================
11:49:14,204 FIN | [BaseJbpmTestCase] === ending testProcessWithNameAndKey =============================
11:49:14,205 FIN | [BaseJbpmTestCase] === starting testFindProcessByKey =============================
11:49:14,725 FIN | [BaseJbpmTestCase] === ending testFindProcessByKey =============================
11:49:14,726 FIN | [BaseJbpmTestCase] === starting testFindProcessDefinitions =============================
11:49:19,383 FIN | [BaseJbpmTestCase] === ending testFindProcessDefinitions =============================
11:49:19,383 FIN | [BaseJbpmTestCase] === starting testFindLatestProcessDefinition =============================
11:49:23,131 FIN | [BaseJbpmTestCase] === ending testFindLatestProcessDefinition =============================
11:49:23,132 FIN | [BaseJbpmTestCase] === starting testFindProcessDefinitionById =============================
11:49:23,688 FIN | [BaseJbpmTestCase] === ending testFindProcessDefinitionById =============================
11:49:23,690 FIN | [BaseJbpmTestCase] === starting testDeleteDeployment =============================
11:49:24,298 FIN | [BaseJbpmTestCase] === ending testDeleteDeployment =============================
11:49:24,298 FIN | [BaseJbpmTestCase] === starting testDeleteProcessDefinitionAndInstances =============================
11:49:25,829 FIN | [BaseJbpmTestCase] === ending testDeleteProcessDefinitionAndInstances =============================
11:49:25,829 FIN | [BaseJbpmTestCase] === starting testDeleteProcessDefinitionButNotInstances =============================
11:49:27,218 FIN | [BaseJbpmTestCase] === ending testDeleteProcessDefinitionButNotInstances =============================
11:49:27,219 FIN | [BaseJbpmTestCase] === starting testAutomaticVersioning =============================
11:49:28,263 FIN | [BaseJbpmTestCase] === ending testAutomaticVersioning =============================
11:49:28,264 FIN | [BaseJbpmTestCase] === starting testUserProvidedVersion =============================
11:49:28,758 FIN | [BaseJbpmTestCase] === ending testUserProvidedVersion =============================
11:49:28,759 FIN | [BaseJbpmTestCase] === starting testDuplicateUserProvidedVersion =============================
11:49:29,251 FIN | [BaseJbpmTestCase] === ending testDuplicateUserProvidedVersion =============================
11:49:29,251 FIN | [BaseJbpmTestCase] === starting testMinimalProcess =============================
11:49:30,180 FIN | [BaseJbpmTestCase] === ending testMinimalProcess =============================
11:49:30,181 FIN | [BaseJbpmTestCase] === starting testMostMinimalProcess =============================
11:49:30,956 FIN | [BaseJbpmTestCase] === ending testMostMinimalProcess =============================
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.765 sec
Running org.jbpm.test.deploy.ImageTest
11:49:30,975 FIN | [BaseJbpmTestCase] === starting testImage =============================
11:49:31,543 FIN | [BaseJbpmTestCase] === ending testImage =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec
Running org.jbpm.test.task.TaskListTest
11:49:31,569 FIN | [BaseJbpmTestCase] === starting testPersonalTaskList =============================
11:49:33,305 FIN | [BaseJbpmTestCase] === ending testPersonalTaskList =============================
11:49:33,306 FIN | [BaseJbpmTestCase] === starting testPersonalTaskListDefaultSortOrder =============================
11:49:35,504 FIN | [BaseJbpmTestCase] === ending testPersonalTaskListDefaultSortOrder =============================
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.957 sec
Running org.jbpm.examples.goup.concurrency.GroupConcurrencyTest
11:49:35,517 FIN | [BaseJbpmTestCase] === starting testOneFeedbackLoop =============================
11:49:37,670 FIN | [BaseJbpmTestCase] === ending testOneFeedbackLoop =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 sec
Results :
Tests in error:
testForkToJoinInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinAfterStateInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinWithActivitiesInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinInLoopInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testConcurrentEndScenario1(org.jbpm.test.execution.ConcurrentEndTest)
testConcurrentEndScenario2(org.jbpm.test.execution.ConcurrentEndTest)
testConcurrentEndScenario1(org.jbpm.test.execution.AsyncEndCombinationTest)
testConcurrentScenario2(org.jbpm.test.execution.AsyncEndCombinationTest)
Tests run: 142, Failures: 0, Errors: 8, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to http://hudson.qa.jboss.com/hudson/job/jbpm4-jboss/./DATABASE=postgresql,J... for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 12 seconds
[INFO] Finished at: Wed Jun 17 11:49:37 EDT 2009
[INFO] Final Memory: 48M/1016M
[INFO] ------------------------------------------------------------------------
Recording test results
15 years, 5 months
Build failed in Hudson: jbpm4-jboss » postgresql,5.0.0.GA,java15_default,dev45 #44
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jbpm4-jboss/./DATABASE=postgresql,J...
Changes:
[tom.baeyens(a)jboss.com] JBPM-2322 enabled module test-db in the integration test suite
[jeff.yuchang] * JBPM-2172 update identity api usage and idmIdentitySessionImpl class.
------------------------------------------
[...truncated 5685 lines...]
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: java.lang.IllegalStateException: BaseTransaction.rollback - [com.arjuna.ats.internal.jta.transaction.arjunacore.notx] [com.arjuna.ats.internal.jta.transaction.arjunacore.notx] no transaction!
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.rollback(BaseTransaction.java:158)
at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.rollback(BaseTransactionManagerDelegate.java:114)
at org.jboss.ejb.EnterpriseContext$UserTransactionImpl.rollback(EnterpriseContext.java:659)
at org.jboss.ejb.StatelessSessionEnterpriseContext$SessionContextImpl$1.rollback(StatelessSessionEnterpriseContext.java:279)
at org.jbpm.pvm.internal.tx.jta.JtaTransaction.rollback(JtaTransaction.java:77)
at org.jbpm.pvm.internal.tx.jta.JtaTransactionInterceptor.execute(JtaTransactionInterceptor.java:78)
at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:54)
at org.jbpm.enterprise.internal.ejb.CommandExecutorSLSB.execute(CommandExecutorSLSB.java:102)
at sun.reflect.GeneratedMethodAccessor293.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.invocation.Invocation.performCall(Invocation.java:386)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:228)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:156)
at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:173)
at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:173)
at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:228)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:211)
at org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java:97)
at org.jboss.ejb.plugins.security.PreSecurityInterceptor.invoke(PreSecurityInterceptor.java:81)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:650)
at org.jboss.ejb.Container.invoke(Container.java:1029)
at sun.reflect.GeneratedMethodAccessor279.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:232)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:742)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:695)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:549)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:230)
### EXCEPTION ###########################################
11:36:44,071 SEV | [BaseJbpmTestCase]
11:36:44,271 FIN | [BaseJbpmTestCase] === ending testForkToJoinInLoopInOneTransaction =============================
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 2.624 sec <<< FAILURE!
11:36:44,312 FIN | [BaseJbpmTestCase] === starting testTaskQueryProcessInstanceId =============================
Running org.jbpm.test.task.TaskQueryProcessTest
11:36:47,043 FIN | [BaseJbpmTestCase] === ending testTaskQueryProcessInstanceId =============================
11:36:47,044 FIN | [BaseJbpmTestCase] === starting testTaskQueryProcessDefinitionId =============================
11:36:49,875 FIN | [BaseJbpmTestCase] === ending testTaskQueryProcessDefinitionId =============================
11:36:49,876 FIN | [BaseJbpmTestCase] === starting testTaskQueryActivityName =============================
11:36:52,460 FIN | [BaseJbpmTestCase] === ending testTaskQueryActivityName =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.156 sec
Running org.jbpm.test.cfg.ConfigurationTest
11:36:52,467 FIN | [BaseJbpmTestCase] === starting testDefaultConfiguration =============================
11:36:52,522 FIN | [BaseJbpmTestCase] === ending testDefaultConfiguration =============================
11:36:52,522 FIN | [BaseJbpmTestCase] === starting testMinimalConfiguration =============================
11:36:52,528 FIN | [BaseJbpmTestCase] === ending testMinimalConfiguration =============================
11:36:52,529 FIN | [BaseJbpmTestCase] === starting testConfigurationServices =============================
11:36:52,533 FIN | [BaseJbpmTestCase] === ending testConfigurationServices =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.jbpm.examples.goup.timer.GroupTimerTest
11:36:52,542 FIN | [BaseJbpmTestCase] === starting testGroupTimerFires =============================
11:36:53,692 FIN | [BaseJbpmTestCase] === ending testGroupTimerFires =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 sec
11:36:53,712 FIN | [BaseJbpmTestCase] === starting testTaskVariables =============================
Running org.jbpm.test.task.TaskVariablesTest
11:36:54,538 FIN | [BaseJbpmTestCase] === ending testTaskVariables =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 sec
Running org.jbpm.test.history.ProcessInstanceHistoryTest
11:36:54,544 FIN | [BaseJbpmTestCase] === starting testProcessInstanceHistory =============================
11:36:55,763 FIN | [BaseJbpmTestCase] === ending testProcessInstanceHistory =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.233 sec
Running org.jbpm.test.deploy.ImageTest
11:36:55,781 FIN | [BaseJbpmTestCase] === starting testImage =============================
11:36:56,389 FIN | [BaseJbpmTestCase] === ending testImage =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 sec
Running org.jbpm.test.task.TaskListTest
11:36:56,422 FIN | [BaseJbpmTestCase] === starting testPersonalTaskList =============================
11:36:58,060 FIN | [BaseJbpmTestCase] === ending testPersonalTaskList =============================
11:36:58,061 FIN | [BaseJbpmTestCase] === starting testPersonalTaskListDefaultSortOrder =============================
11:37:00,162 FIN | [BaseJbpmTestCase] === ending testPersonalTaskListDefaultSortOrder =============================
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.766 sec
Running org.jbpm.test.execution.SystemVariablesTest
11:37:00,178 FIN | [BaseJbpmTestCase] === starting testSystemVariables =============================
11:37:01,213 FIN | [BaseJbpmTestCase] === ending testSystemVariables =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 sec
Running org.jbpm.test.identity.IdentityTest
11:37:01,232 FIN | [BaseJbpmTestCase] === starting testSingleUser =============================
11:37:01,674 FIN | [BaseJbpmTestCase] === ending testSingleUser =============================
11:37:01,675 FIN | [BaseJbpmTestCase] === starting testCreateGroup =============================
11:37:02,074 FIN | [BaseJbpmTestCase] === ending testCreateGroup =============================
11:37:02,075 FIN | [BaseJbpmTestCase] === starting testFindGroupsByUser =============================
11:37:03,083 FIN | [BaseJbpmTestCase] === ending testFindGroupsByUser =============================
11:37:03,084 FIN | [BaseJbpmTestCase] === starting testFindGroupByUserAndGroupType =============================
11:37:04,099 FIN | [BaseJbpmTestCase] === ending testFindGroupByUserAndGroupType =============================
11:37:04,100 FIN | [BaseJbpmTestCase] === starting testSingleGroup =============================
11:37:07,240 FIN | [BaseJbpmTestCase] === ending testSingleGroup =============================
11:37:07,241 FIN | [BaseJbpmTestCase] === starting testSingleUser2 =============================
11:37:07,832 FIN | [BaseJbpmTestCase] === ending testSingleUser2 =============================
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.613 sec
11:37:07,848 FIN | [BaseJbpmTestCase] === starting testAsyncEventListener =============================
Running org.jbpm.examples.async.eventlistener.AsyncEventListenerTest
11:37:09,279 FIN | [BaseJbpmTestCase] === ending testAsyncEventListener =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.45 sec
Running org.jbpm.test.process.ProcessDefinitionQueryTest
11:37:09,302 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsEmpty =============================
11:37:09,364 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsEmpty =============================
11:37:09,365 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsNameLike =============================
11:37:12,606 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsNameLike =============================
11:37:12,606 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsKeyLike =============================
11:37:16,077 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsKeyLike =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.789 sec
Running org.jbpm.test.execution.ExecutionQueryTest
11:37:16,096 FIN | [BaseJbpmTestCase] === starting testQueryForEndedExecutions =============================
11:37:18,336 FIN | [BaseJbpmTestCase] === ending testQueryForEndedExecutions =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.258 sec
Running org.jbpm.test.history.ChoiceDistributionTest
11:37:18,358 FIN | [BaseJbpmTestCase] === starting testDecisionExpression =============================
11:37:20,517 FIN | [BaseJbpmTestCase] === ending testDecisionExpression =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.178 sec
Running org.jbpm.test.execution.StartExecutionTest
11:37:20,537 FIN | [BaseJbpmTestCase] === starting testStartNewExecutionByKey =============================
11:37:21,273 FIN | [BaseJbpmTestCase] === ending testStartNewExecutionByKey =============================
11:37:21,275 FIN | [BaseJbpmTestCase] === starting testStartNewExecutionInLatestProcessDefinition =============================
11:37:22,890 FIN | [BaseJbpmTestCase] === ending testStartNewExecutionInLatestProcessDefinition =============================
11:37:22,894 FIN | [BaseJbpmTestCase] === starting testStartExecutionInLatestByNameWithVariables =============================
11:37:24,198 FIN | [BaseJbpmTestCase] === ending testStartExecutionInLatestByNameWithVariables =============================
11:37:24,200 FIN | [BaseJbpmTestCase] === starting testStartNewProcessInstanceWithAKey =============================
11:37:24,889 FIN | [BaseJbpmTestCase] === ending testStartNewProcessInstanceWithAKey =============================
11:37:24,890 FIN | [BaseJbpmTestCase] === starting testStartNewProcessInstanceWithVariables =============================
11:37:25,620 FIN | [BaseJbpmTestCase] === ending testStartNewProcessInstanceWithVariables =============================
11:37:25,621 FIN | [BaseJbpmTestCase] === starting testStartExecutionById =============================
11:37:26,346 FIN | [BaseJbpmTestCase] === ending testStartExecutionById =============================
11:37:26,348 FIN | [BaseJbpmTestCase] === starting testStartExecutionByIdWithVariables =============================
11:37:27,104 FIN | [BaseJbpmTestCase] === ending testStartExecutionByIdWithVariables =============================
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.58 sec
Running org.jbpm.test.execution.SignalExecutionTest
11:37:27,126 FIN | [BaseJbpmTestCase] === starting testDefaultSignalWithoutTransitions =============================
11:37:27,820 FIN | [BaseJbpmTestCase] === ending testDefaultSignalWithoutTransitions =============================
11:37:27,822 FIN | [BaseJbpmTestCase] === starting testSignalExecutionById =============================
11:37:29,011 FIN | [BaseJbpmTestCase] === ending testSignalExecutionById =============================
11:37:29,012 FIN | [BaseJbpmTestCase] === starting testSignalExecutionWithVariables =============================
11:37:30,037 FIN | [BaseJbpmTestCase] === ending testSignalExecutionWithVariables =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.935 sec
Running org.jbpm.examples.goup.multipleentries.MultipleEntriesTest
11:37:30,056 FIN | [BaseJbpmTestCase] === starting testPlentyOfTime =============================
11:37:30,847 FIN | [BaseJbpmTestCase] === ending testPlentyOfTime =============================
11:37:30,850 FIN | [BaseJbpmTestCase] === starting testTimeIsRunningOut =============================
11:37:31,615 FIN | [BaseJbpmTestCase] === ending testTimeIsRunningOut =============================
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.571 sec
11:37:31,632 FIN | [BaseJbpmTestCase] === starting testEagerLoading =============================
Running org.jbpm.test.execution.ExecutionEagerLoadingTest
11:37:32,576 FIN | [BaseJbpmTestCase] === ending testEagerLoading =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 sec
Running org.jbpm.test.task.TaskParticipationsTest
11:37:32,595 FIN | [BaseJbpmTestCase] === starting testTaskParticipants =============================
11:37:34,534 FIN | [BaseJbpmTestCase] === ending testTaskParticipants =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.952 sec
Running org.jbpm.test.history.EndProcessInstanceTest
11:37:34,547 FIN | [BaseJbpmTestCase] === starting testCancelProcessInstance =============================
11:37:35,655 FIN | [BaseJbpmTestCase] === ending testCancelProcessInstance =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 sec
Running org.jbpm.test.activities.ForkToTaskTest
11:37:35,662 FIN | [BaseJbpmTestCase] === starting testForkToTasks =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 sec
Results :
Tests in error:
testConcurrentEndScenario1(org.jbpm.test.execution.ConcurrentEndTest)
testConcurrentEndScenario2(org.jbpm.test.execution.ConcurrentEndTest)
testConcurrentEndScenario1(org.jbpm.test.execution.AsyncEndCombinationTest)
testConcurrentScenario2(org.jbpm.test.execution.AsyncEndCombinationTest)
testForkToJoinInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinAfterStateInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinWithActivitiesInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinInLoopInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
Tests run: 142, Failures: 0, Errors: 8, Skipped: 0
11:37:36,580 FIN | [BaseJbpmTestCase] === ending testForkToTasks =============================
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to http://hudson.qa.jboss.com/hudson/job/jbpm4-jboss/./DATABASE=postgresql,J... for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 16 seconds
[INFO] Finished at: Wed Jun 17 11:37:36 EDT 2009
[INFO] Final Memory: 47M/1016M
[INFO] ------------------------------------------------------------------------
Recording test results
15 years, 5 months
Build failed in Hudson: jbpm4-jboss » postgresql,5.0.0.GA,java16_default,dev45 #44
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jbpm4-jboss/./DATABASE=postgresql,J...
Changes:
[tom.baeyens(a)jboss.com] JBPM-2322 enabled module test-db in the integration test suite
[jeff.yuchang] * JBPM-2172 update identity api usage and idmIdentitySessionImpl class.
------------------------------------------
[...truncated 5749 lines...]
11:24:47,730 SEV | [BaseJbpmTestCase]
11:24:47,959 FIN | [BaseJbpmTestCase] === ending testConcurrentScenario2 =============================
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.47 sec <<< FAILURE!
11:24:47,990 FIN | [BaseJbpmTestCase] === starting testSignalExecutionById =============================
Running org.jbpm.test.execution.SignalExecutionTest
11:24:49,292 FIN | [BaseJbpmTestCase] === ending testSignalExecutionById =============================
11:24:49,293 FIN | [BaseJbpmTestCase] === starting testSignalExecutionWithVariables =============================
11:24:50,638 FIN | [BaseJbpmTestCase] === ending testSignalExecutionWithVariables =============================
11:24:50,640 FIN | [BaseJbpmTestCase] === starting testDefaultSignalWithoutTransitions =============================
11:24:51,561 FIN | [BaseJbpmTestCase] === ending testDefaultSignalWithoutTransitions =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.585 sec
Running org.jbpm.test.timer.TimerTest
11:24:51,578 FIN | [BaseJbpmTestCase] === starting testSignalExecutionById =============================
11:24:52,734 FIN | [BaseJbpmTestCase] === ending testSignalExecutionById =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.168 sec
Running org.jbpm.test.execution.ExecutionEagerLoadingTest
11:24:52,750 FIN | [BaseJbpmTestCase] === starting testEagerLoading =============================
11:24:53,681 FIN | [BaseJbpmTestCase] === ending testEagerLoading =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.945 sec
Running org.jbpm.test.history.ChoiceDistributionTest
11:24:53,700 FIN | [BaseJbpmTestCase] === starting testDecisionExpression =============================
11:24:56,123 FIN | [BaseJbpmTestCase] === ending testDecisionExpression =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.433 sec
Running org.jbpm.test.cfg.ConfigurationTest
11:24:56,134 FIN | [BaseJbpmTestCase] === starting testDefaultConfiguration =============================
11:24:56,153 FIN | [BaseJbpmTestCase] === ending testDefaultConfiguration =============================
11:24:56,154 FIN | [BaseJbpmTestCase] === starting testMinimalConfiguration =============================
11:24:56,159 FIN | [BaseJbpmTestCase] === ending testMinimalConfiguration =============================
11:24:56,160 FIN | [BaseJbpmTestCase] === starting testConfigurationServices =============================
11:24:56,166 FIN | [BaseJbpmTestCase] === ending testConfigurationServices =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.jbpm.test.history.HistoryTaskAssigneeTest
11:24:56,184 FIN | [BaseJbpmTestCase] === starting testHistoryTaskAssignee =============================
11:24:57,095 FIN | [BaseJbpmTestCase] === ending testHistoryTaskAssignee =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 sec
Running org.jbpm.test.variables.BasicVariablesTest
11:24:57,114 FIN | [BaseJbpmTestCase] === starting testStartProcessInstanceWithoutVariables =============================
11:24:57,979 FIN | [BaseJbpmTestCase] === ending testStartProcessInstanceWithoutVariables =============================
11:24:57,980 FIN | [BaseJbpmTestCase] === starting testStartProcessInstanceWithThreeVariables =============================
11:24:58,801 FIN | [BaseJbpmTestCase] === ending testStartProcessInstanceWithThreeVariables =============================
11:24:58,802 FIN | [BaseJbpmTestCase] === starting testSetAndUpdateVariable =============================
11:25:00,331 FIN | [BaseJbpmTestCase] === ending testSetAndUpdateVariable =============================
11:25:00,333 FIN | [BaseJbpmTestCase] === starting testUpdateVariableToDifferentType =============================
11:25:01,706 FIN | [BaseJbpmTestCase] === ending testUpdateVariableToDifferentType =============================
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.6 sec
Running org.jbpm.test.execution.SystemVariablesTest
11:25:01,715 FIN | [BaseJbpmTestCase] === starting testSystemVariables =============================
11:25:03,328 FIN | [BaseJbpmTestCase] === ending testSystemVariables =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.624 sec
Running org.jbpm.test.process.ProcessDefinitionQueryTest
11:25:03,343 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsEmpty =============================
11:25:03,401 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsEmpty =============================
11:25:03,402 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsNameLike =============================
11:25:06,823 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsNameLike =============================
11:25:06,824 FIN | [BaseJbpmTestCase] === starting testQueryProcessDefinitionsKeyLike =============================
11:25:10,734 FIN | [BaseJbpmTestCase] === ending testQueryProcessDefinitionsKeyLike =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.398 sec
Running org.jbpm.test.execution.ExecutionQueryTest
11:25:10,740 FIN | [BaseJbpmTestCase] === starting testQueryForEndedExecutions =============================
11:25:13,359 FIN | [BaseJbpmTestCase] === ending testQueryForEndedExecutions =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.628 sec
Running org.jbpm.test.eventlistener.EventListenerTest
11:25:13,374 FIN | [BaseJbpmTestCase] === starting testProcessStartListener =============================
11:25:14,212 FIN | [BaseJbpmTestCase] === ending testProcessStartListener =============================
11:25:14,213 FIN | [BaseJbpmTestCase] === starting testActivityStartListener =============================
11:25:15,081 FIN | [BaseJbpmTestCase] === ending testActivityStartListener =============================
11:25:15,082 FIN | [BaseJbpmTestCase] === starting testActivityEndListener =============================
11:25:16,082 FIN | [BaseJbpmTestCase] === ending testActivityEndListener =============================
11:25:16,083 FIN | [BaseJbpmTestCase] === starting testTransitionListener =============================
11:25:16,979 FIN | [BaseJbpmTestCase] === ending testTransitionListener =============================
11:25:16,980 FIN | [BaseJbpmTestCase] === starting testEventOrdering =============================
11:25:17,830 FIN | [BaseJbpmTestCase] === ending testEventOrdering =============================
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.471 sec
Running org.jbpm.test.task.TaskCreateUpdateDeleteTest
11:25:17,846 FIN | [BaseJbpmTestCase] === starting testNewTask =============================
11:25:17,918 FIN | [BaseJbpmTestCase] === ending testNewTask =============================
11:25:17,919 FIN | [BaseJbpmTestCase] === starting testSaveTask =============================
11:25:18,685 FIN | [BaseJbpmTestCase] === ending testSaveTask =============================
11:25:18,685 FIN | [BaseJbpmTestCase] === starting testDeleteTask =============================
11:25:19,274 FIN | [BaseJbpmTestCase] === ending testDeleteTask =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.435 sec
11:25:19,281 FIN | [BaseJbpmTestCase] === starting testAsyncEventListener =============================
Running org.jbpm.examples.async.eventlistener.AsyncEventListenerTest
11:25:20,819 FIN | [BaseJbpmTestCase] === ending testAsyncEventListener =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.542 sec
Running org.jbpm.test.history.ProcessInstanceHistoryTest
11:25:20,825 FIN | [BaseJbpmTestCase] === starting testProcessInstanceHistory =============================
11:25:22,187 FIN | [BaseJbpmTestCase] === ending testProcessInstanceHistory =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.375 sec
Running org.jbpm.test.history.HistoryActivityInstanceQeuryTest
11:25:22,206 FIN | [BaseJbpmTestCase] === starting testSimpleQuery =============================
11:25:25,636 FIN | [BaseJbpmTestCase] === ending testSimpleQuery =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.444 sec
Running org.jbpm.test.execution.FindExecutionTest
11:25:25,651 FIN | [BaseJbpmTestCase] === starting testFindExecutionById =============================
11:25:26,414 FIN | [BaseJbpmTestCase] === ending testFindExecutionById =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 sec
Running org.jbpm.test.process.ActivityCoordinatesTest
11:25:26,433 FIN | [BaseJbpmTestCase] === starting testActivityCoordinates =============================
11:25:27,175 FIN | [BaseJbpmTestCase] === ending testActivityCoordinates =============================
11:25:27,176 FIN | [BaseJbpmTestCase] === starting testUnexistingCoordinates =============================
11:25:27,709 FIN | [BaseJbpmTestCase] === ending testUnexistingCoordinates =============================
11:25:27,717 FIN | [BaseJbpmTestCase] === starting testTaskParticipants =============================
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.283 sec
Running org.jbpm.test.task.TaskParticipationsTest
11:25:29,832 FIN | [BaseJbpmTestCase] === ending testTaskParticipants =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.127 sec
Running org.jbpm.test.async.AsyncBasicsTest
11:25:29,850 FIN | [BaseJbpmTestCase] === starting testAsyncAutomaticSequence =============================
11:25:31,403 FIN | [BaseJbpmTestCase] === ending testAsyncAutomaticSequence =============================
11:25:31,403 FIN | [BaseJbpmTestCase] === starting testAsyncTransitions =============================
11:25:32,649 FIN | [BaseJbpmTestCase] === ending testAsyncTransitions =============================
11:25:32,650 FIN | [BaseJbpmTestCase] === starting testExecutionBlockedDuringAsync =============================
11:25:33,622 FIN | [BaseJbpmTestCase] === ending testExecutionBlockedDuringAsync =============================
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.783 sec
Running org.jbpm.test.history.EndProcessInstanceTest
11:25:33,679 FIN | [BaseJbpmTestCase] === starting testCancelProcessInstance =============================
11:25:34,818 FIN | [BaseJbpmTestCase] === ending testCancelProcessInstance =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.197 sec
Running org.jbpm.test.process.RepositoryServiceTest
11:25:34,827 FIN | [BaseJbpmTestCase] === starting testProcessWithNameOnly =============================
11:25:35,425 FIN | [BaseJbpmTestCase] === ending testProcessWithNameOnly =============================
11:25:35,426 FIN | [BaseJbpmTestCase] === starting testProcessWithNameAndKey =============================
11:25:36,036 FIN | [BaseJbpmTestCase] === ending testProcessWithNameAndKey =============================
11:25:36,036 FIN | [BaseJbpmTestCase] === starting testFindProcessByKey =============================
11:25:36,738 FIN | [BaseJbpmTestCase] === ending testFindProcessByKey =============================
11:25:36,739 FIN | [BaseJbpmTestCase] === starting testFindProcessDefinitions =============================
11:25:42,127 FIN | [BaseJbpmTestCase] === ending testFindProcessDefinitions =============================
11:25:42,129 FIN | [BaseJbpmTestCase] === starting testFindLatestProcessDefinition =============================
11:25:47,234 FIN | [BaseJbpmTestCase] === ending testFindLatestProcessDefinition =============================
11:25:47,235 FIN | [BaseJbpmTestCase] === starting testFindProcessDefinitionById =============================
11:25:48,127 FIN | [BaseJbpmTestCase] === ending testFindProcessDefinitionById =============================
11:25:48,128 FIN | [BaseJbpmTestCase] === starting testDeleteDeployment =============================
11:25:48,916 FIN | [BaseJbpmTestCase] === ending testDeleteDeployment =============================
11:25:48,917 FIN | [BaseJbpmTestCase] === starting testDeleteProcessDefinitionAndInstances =============================
11:25:50,833 FIN | [BaseJbpmTestCase] === ending testDeleteProcessDefinitionAndInstances =============================
11:25:50,834 FIN | [BaseJbpmTestCase] === starting testDeleteProcessDefinitionButNotInstances =============================
11:25:52,924 FIN | [BaseJbpmTestCase] === ending testDeleteProcessDefinitionButNotInstances =============================
11:25:52,925 FIN | [BaseJbpmTestCase] === starting testAutomaticVersioning =============================
11:25:54,216 FIN | [BaseJbpmTestCase] === ending testAutomaticVersioning =============================
11:25:54,217 FIN | [BaseJbpmTestCase] === starting testUserProvidedVersion =============================
11:25:55,005 FIN | [BaseJbpmTestCase] === ending testUserProvidedVersion =============================
11:25:55,006 FIN | [BaseJbpmTestCase] === starting testDuplicateUserProvidedVersion =============================
11:25:55,863 FIN | [BaseJbpmTestCase] === ending testDuplicateUserProvidedVersion =============================
11:25:55,864 FIN | [BaseJbpmTestCase] === starting testMinimalProcess =============================
11:25:56,798 FIN | [BaseJbpmTestCase] === ending testMinimalProcess =============================
11:25:56,798 FIN | [BaseJbpmTestCase] === starting testMostMinimalProcess =============================
11:25:57,661 FIN | [BaseJbpmTestCase] === ending testMostMinimalProcess =============================
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.846 sec
Running org.jbpm.test.deploy.ImageTest
11:25:57,674 FIN | [BaseJbpmTestCase] === starting testImage =============================
11:25:58,344 FIN | [BaseJbpmTestCase] === ending testImage =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 sec
Running org.jbpm.test.task.TaskListTest
11:25:58,366 FIN | [BaseJbpmTestCase] === starting testPersonalTaskList =============================
11:26:00,894 FIN | [BaseJbpmTestCase] === ending testPersonalTaskList =============================
11:26:00,894 FIN | [BaseJbpmTestCase] === starting testPersonalTaskListDefaultSortOrder =============================
11:26:03,894 FIN | [BaseJbpmTestCase] === ending testPersonalTaskListDefaultSortOrder =============================
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.547 sec
Running org.jbpm.examples.goup.concurrency.GroupConcurrencyTest
11:26:03,910 FIN | [BaseJbpmTestCase] === starting testOneFeedbackLoop =============================
11:26:05,979 FIN | [BaseJbpmTestCase] === ending testOneFeedbackLoop =============================
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.078 sec
Results :
Tests in error:
testForkToJoinInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinAfterStateInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinWithActivitiesInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testForkToJoinInLoopInOneTransaction(org.jbpm.test.activities.ForkJoinInSameTransactionTest)
testConcurrentEndScenario1(org.jbpm.test.execution.ConcurrentEndTest)
testConcurrentEndScenario2(org.jbpm.test.execution.ConcurrentEndTest)
testConcurrentEndScenario1(org.jbpm.test.execution.AsyncEndCombinationTest)
testConcurrentScenario2(org.jbpm.test.execution.AsyncEndCombinationTest)
Tests run: 142, Failures: 0, Errors: 8, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to http://hudson.qa.jboss.com/hudson/job/jbpm4-jboss/./DATABASE=postgresql,J... for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 21 seconds
[INFO] Finished at: Wed Jun 17 11:26:06 EDT 2009
[INFO] Final Memory: 48M/1016M
[INFO] ------------------------------------------------------------------------
Recording test results
15 years, 5 months