org.hibernate.test.locking.LockModeTest hangs on Sybase 15.5 and DB2-97
Description
When running Hibernate testsuite on Sybase 15.5 and DB2-97, it hangs in org.hibernate.test.locking.LockModeTest. Mostly testQuery() or testLoading() test. It is new test in 4.0.1 (HHH-5275).
Strong, you said locally that the changes for fixed the blocking of LockModeTest for DB2. Is that verified on the CI servers as well?
Strong LiuFebruary 27, 2012 at 9:09 AM
the org.hibernate.testing.async.Executable#execute works as expected ( wait for the write lock forever until timeout ), but the rollback TX hangs ( in org.hibernate.testing.async.Executable#timedOut )
When running Hibernate testsuite on Sybase 15.5 and DB2-97, it hangs in org.hibernate.test.locking.LockModeTest. Mostly testQuery() or testLoading() test. It is new test in 4.0.1 (HHH-5275).
Red Hat internal lab:
https://hudson.qa.jboss.com/hudson/view/Hibernate/view/Hibernate%20QA/job/eap6-hibernate-core-master-testsuite/database=db2-97,jdk=java16_default,label=hibernate/
https://hudson.qa.jboss.com/hudson/view/Hibernate/view/Hibernate%20QA/job/eap6-hibernate-core-master-testsuite/157/database=sybase155,jdk=java16_default,label=hibernate/