-
Bug
-
Resolution: Done
-
Major
-
7.3.0.GA.CR4
This is a clone of https://hibernate.atlassian.net/browse/HHH-13912
When using IBM JDK 8 (see Environment details), a java.lang.AssertionError exception is thrown by SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest when the following commands are executed to run the Hibernate ORM tests.
# make gradle ignore test failures echo -e '\ntest { ignoreFailures=true }' >> hibernate-core/hibernate-core.gradle echo -e '\ntest { ignoreFailures=true }' >> hibernate-agroal/hibernate-agroal.gradle echo -e '\ntest { ignoreFailures=true }' >> hibernate-c3p0/hibernate-c3p0.gradle echo -e '\ntest { ignoreFailures=true }' >> hibernate-ehcache/hibernate-ehcache.gradle echo -e '\ntest { ignoreFailures=true }' >> hibernate-envers/hibernate-envers.gradle echo -e '\ntest { ignoreFailures=true }' >> hibernate-proxool/hibernate-proxool.gradle ./gradlew test -Dmaven.repo.url=http://jcenter.bintray.com -Dgradle.plugin.url=https://plugins.gradle.org/m2/ \ -Dhibernate.show_sql=true -Dhibernate.format_sql=true --info --stacktrace -x :hibernate-core:classes \ -x :hibernate-envers:classes -x :hibernate-ehcache:test -x :hibernate-hikaricp:test -x :hibernate-jcache:test \ -x :hibernate-vibur:test -x :hibernate-osgi:test -x :documentation:test -x :hibernate-spatial:test \ -x :hibernate-testing:test --project-cache-dir=/tmp --continue -g local-home
Environment:
Java(TM) SE Runtime Environment (build 8.0.6.5 - pxa6480sr6fp5-20200111_02(SR6 FP5))
08:45:01 IBM J9 VM (build 2.9, JRE 1.8.0 Linux amd64-64-Bit Compressed References 20200108_436782 (JIT enabled, AOT enabled)
08:45:01 OpenJ9 - 7d1059c
08:45:01 OMR - d059105
08:45:01 IBM - c8aee39)
Stack trace:
... 10:40:04 org.hibernate.boot.spi.metadatabuildercontributor.SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest > test FAILED 10:40:04 java.lang.AssertionError 10:40:04 at org.junit.Assert.fail(Assert.java:86) 10:40:04 at org.junit.Assert.assertTrue(Assert.java:41) 10:40:04 at org.junit.Assert.assertTrue(Assert.java:52) 10:40:04 at org.hibernate.boot.spi.metadatabuildercontributor.SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest.buildEntityManagerFactory(SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest.java:38) ...
- is incorporated by
-
JBEAP-26318 [GSS](7.4.z) Upgrade Hibernate from 5.3.33.Final-redhat-00001 to 5.3.36.Final-redhat-00001
- Closed
- relates to
-
JBEAP-19317 (7.4.z) HHH-13965 AssertionError exception is thrown by SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest when executing on Eclipse OpenJ9 VM AdoptOpenJDK (v. 11.0.6)
- Closed
- cloned from
-
HHH-13912 Loading...