Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HHH-18496 Add support for JSON functions #8793

Closed
wants to merge 8 commits into from

HHH-18496 Fixup some CI issues

5a09e99
Select commit
Loading
Failed to load commit list.
Closed

HHH-18496 Add support for JSON functions #8793

HHH-18496 Fixup some CI issues
5a09e99
Select commit
Loading
Failed to load commit list.
Hibernate Jenkins CI / Tests / Build / s390x_h2 / Test failed Sep 16, 2024 in 0s

org.hibernate.orm.test.dialect.HANADialectTestCase.testLockWaitTimeout failed

Send us feedback

Details

org.hibernate.orm.test.dialect.HANADialectTestCase.testLockWaitTimeout

org.junit.ComparisonFailure: expected:<[select dummy from sys.dummy for update wait 2]> but was:<[org.hibernate.LockOptions@fe2f01bselect dummy from sys.dummy]>
Stack trace
org.junit.ComparisonFailure: expected:<[select dummy from sys.dummy for update wait 2]> but was:<[org.hibernate.LockOptions@fe2f01bselect dummy from sys.dummy]>
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at org.hibernate.orm.test.dialect.HANADialectTestCase.testLockWaitTimeout(HANADialectTestCase.java:96)
	at java.base/java.lang.reflect.Method.invoke(Method.java:575)
	at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:45)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.lang.Thread.run(Thread.java:857)
Standard out
08:39:52,032  INFO CustomRunner:126 - BeforeClass: org.hibernate.orm.test.dialect.HANADialectTestCase
08:39:52,033  INFO CustomRunner:133 - Test: testLockWaitTimeout
08:39:52,046  INFO CustomRunner:133 - Test: testSqlGeneratedForIdentityInsertNoColumns
08:39:52,051  WARN CachingRegionFactory:48 - org.hibernate.testing.cache.CachingRegionFactory should be only used for testing.
08:39:52,051  INFO RegionFactoryInitiator:53 - HHH000025: Second-level cache region factory [org.hibernate.testing.cache.CachingRegionFactory]
[subsystem]  WARN hibernate.orm.deprecation DialectFactoryImpl:124 - HHH90000025: HANADialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
[subsystem]  INFO e.orm.connections.pooling JdbcEnvironmentInitiator:159 - HHH10001005: Database info:
	Database JDBC URL [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE]
	Database driver: org.h2.Driver
	Database version: 2.2
	Autocommit mode: false
	Isolation level: undefined/unknown
	Minimum pool size: 1
	Maximum pool size: 5
[subsystem]  INFO org.hibernate.orm.beans ManagedBeanRegistryInitiator:51 - HHH10005002: No explicit CDI BeanManager reference was passed to Hibernate, but CDI is available on the Hibernate ClassLoader.
[subsystem] TRACE .hibernate.orm.jdbc.batch BatchBuilderImpl:42 - Using standard BatchBuilder (1)