Issues
- LockModeTest hangs indefinitely with Sybase due to HHH-12847HHH-12880Resolved issue: HHH-12880Guillaume Smet
- Upgrade ByteBuddy to 1.8.15HHH-12877Resolved issue: HHH-12877Guillaume Smet
- SingletonEhcacheRegionFactory initialization failsHHH-12869Resolved issue: HHH-12869Guillaume Smet
- Using CacheConcurrencyStrategy.NONE leads to a NPE when trying to load an entityHHH-12868Resolved issue: HHH-12868Guillaume Smet
- SchemaUpdateTest should be skipped with SybaseHHH-12863Resolved issue: HHH-12863Martin Simka
- SchemaUpdate doesn't work with SybaseHHH-12861Resolved issue: HHH-12861Andrea Boriero
- Support the security manager with ByteBuddy as bytecode providerHHH-12857Resolved issue: HHH-12857Guillaume Smet
- ConverterTest fails with SQL Server depending on collationHHH-12851Resolved issue: HHH-12851Martin Simka
- QuotedIdentifierTest fails with ORA-04043 on Oracle12cHHH-12849Resolved issue: HHH-12849Andrea Boriero
- UpgradeSkipLockedTest, PessimisticReadSkipLockedTest and OracleFollowOnLockingTest fail with Oracle12cHHH-12848Resolved issue: HHH-12848Guillaume Smet
- NullPointerException in FetchStyleLoadPlanBuildingAssociationVisitationStrategy::adjustJoinFetchIfNeededHHH-12847Resolved issue: HHH-12847Guillaume Smet
- Merge cascade of collection fails when orphan removal enabled with flush mode commitHHH-12846Resolved issue: HHH-12846Chris Cranford
- Wrong assertion in BatchFetchQueueHelperHHH-12835Resolved issue: HHH-12835Guillaume Smet
- org.hibernate.envers.test.integration.collection.StringMapNationalizedLobTest fails with SybaseHHH-12834Resolved issue: HHH-12834Chris Cranford
- Document binary incompatibility of persisters and tuplizersHHH-12792Resolved issue: HHH-12792Former user
- User types built using 5.1 are not binary compatible with 5.3HHH-12730Resolved issue: HHH-12730Former user
- JPA delete query generated has missing table alias and thus incorrect semanticsHHH-12492Resolved issue: HHH-12492Yoann Rodière
- ORA-00932: inconsistent datatypes: expected - got BLOB after HHH-10345 with Oracle12cDialectHHH-10603Resolved issue: HHH-10603Guillaume Smet
18 of 18
LockModeTest hangs indefinitely with Sybase due to HHH-12847
Fixed
Description
Created August 2, 2018 at 11:36 AM
Updated August 2, 2018 at 5:40 PM
Resolved August 2, 2018 at 12:34 PM
Activity
Show:
I don't know for how long the issue was there but lock modes were completely ignored by loaders when using lock options to define them.
The fix for got the loaders to respect the lock options provided and, unfortunately,
LockModeTest
started to hang indefinitely with Sybase.As the lock options were ignored, let's force the behavior that was previously working.