[
https://jira.jboss.org/jira/browse/JBPM-2115?page=com.atlassian.jira.plug...
]
Alejandro Guizar updated JBPM-2115:
-----------------------------------
After some investigation, I found that in each of the hanging tests, transactions are
waiting to lock records in either JBPM_JOB or JBPM_LOG tables. No deadlock is detected by
the database, tough. Setting the lock timeout* should release the transactions when the
timeout expires. Unfortunately it does not work as intended (not with my local 9.1 fixpack
2 server tough).
Tests that employ multiple job executor threads were modified to start a single thread
when running with DB2. Doing so allows the test suite to complete a run with DB2 9.1**. I
suggest we document the single job executor thread limitation under DB2 versions prior to
9.7.
* db2 update db cfg for jbpmtest using LOCKTIMEOUT n
**
http://hudson.qa.jboss.com/hudson/view/JBPM3/job/jbpm3-jdk142/60/
jBPM testsuite hangs when executed with DB2
-------------------------------------------
Key: JBPM-2115
URL:
https://jira.jboss.org/jira/browse/JBPM-2115
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM-3.2.5.SP3
Environment: DB2 9.1, JDBC driver 3.1.57, RHEL4
DB2 8.2, JDBC driver 2.10.52, RHEL4
Reporter: Jiri Pechanec
Assignee: Alejandro Guizar
Fix For: jBPM 3.2.7
Attachments: jbpm325SP3-db2-8.diff, jbpm325SP3-db2.diff
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
The jBPM test suite completely hangs when the following test cases are executed
org/jbpm/perf/SimplePerformanceTest.java
org/jbpm/job/executor/JobExecutorDbTest.java
org/jbpm/jbpm983/JBPM983Test.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira