Commit Graph

3204 Commits

Author SHA1 Message Date
Vlad Mihalcea 77f452fad2 HHH-10907 - Fix connection leak problem in hibernate-core tests
(cherry picked from commit f5e10c29eb)
2017-06-02 16:25:18 -07:00
Vlad Mihalcea e45f5c0e65 HHH-10907 - Fix connection leak problem in hibernate-core tests
(cherry picked from commit da9c6e160d)
2017-06-02 14:07:46 -07:00
Max Tian 3345de7607 HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
(cherry picked from commit 0693b54256)
2017-05-19 14:07:17 -07:00
Gail Badner 29bb4e3b2f HHH-10183 - Fix tests to work pre-5.2 2017-05-19 14:04:46 -07:00
Vlad Mihalcea bb95a2bd08 HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
Restrict test case for SQL Server only

(cherry picked from commit 22548f1127)
2017-05-19 13:44:38 -07:00
Vlad Mihalcea 75c4a87992 HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
Add replicating test case

(cherry picked from commit 2a441d7f2d)
2017-05-19 13:44:16 -07:00
Chris Cranford b4a79ee931 HHH-11410 - Fixed ManyToMany with an active Filter to apply the condition on the join.
(cherry picked from commit c87194c3fe)
2017-05-15 22:54:10 -07:00
Chris Cranford 9924bd600c HHH-11410 - Added test case.
(cherry picked from commit 10fe238688)

HHH-11410 - Fix pgsql failing test

(cherry picked from commit 8461913c5c)

HHH-11410 : Fix test to work on pre-5.2 branch
2017-05-15 22:53:31 -07:00
Benoit Lateltin d94dda3d31 HHH-11484 - Fix LocaleTypeDescriptor to handle Locale.ROOT
(cherry picked from commit 3c2939f0e5)
2017-05-15 22:19:46 -07:00
Gail Badner 8433260f37 HHH-11740 : Default MultiTableBulkIdStrategy for DB2 does not work with connection pools
(cherry picked from commit 061a1cae31)
2017-05-15 16:28:53 -07:00
Gail Badner e6573ed623 HHH-11740 : test case
(cherry picked from commit 36d09411fb)

HHH-11740 : Skip test for H2

(cherry picked from commit 6a0a6d7562)

HHH-11740 - Default MultiTableBulkIdStrategy for DB2 does not work with connection pools

- Fix tests on PostgreSQL

(cherry picked from commit 386b04872f)

HHH-11740 - Default MultiTableBulkIdStrategy for DB2 does not work with connection pools

- Made test run on H2, Oracle, SQL server, MySQL and PostgreSQL

(cherry picked from commit 733f55f362)

 HHH-11740 - Fix test case to avoid pessimistic locking exception

(cherry picked from commit cab613de11)

HHH-11740 : test case
2017-05-15 16:27:33 -07:00
Christian Beikov fc514dab02 HHH-11437 - Entity joins are not polymorphic
(cherry picked from commit 3d6f8eb0ff)
2017-05-10 15:18:35 -07:00
Gail Badner 698aea15be HHH-11437 : Fix test case to work on pre-5.2 versions 2017-05-10 15:18:35 -07:00
Christian Beikov 50f5ef5b94 HHH-11437 - Test for issue
(cherry picked from commit 1e8077f0e9)
2017-05-10 15:18:35 -07:00
Chris Cranford 63b37251cb HHH-11383 - Removed InvalidWithClauseException check when join alias != table alias
(cherry picked from commit 5ac46eb703)
2017-05-10 15:02:18 -07:00
Gail Badner 7c30aececf HHH-11274 - EntityManagerFactoryImpl.getIdentifier uses deprecated version of getIdentifier 2017-05-09 18:09:08 -07:00
lsiu bc094901e0 Fix HHH-11352 - the Pattern at buildShallowIndexPattern where "wordBoundary==true" should wrap the pattern properly with '\b'
(cherry picked from commit 56f7466d52)
2017-05-04 22:55:52 -07:00
Chris Cranford a85bd30aaa HHH-11145 - Fix limit handler to ignore regex search keywords that are quoted.
(cherry picked from commit 0e2b2f11e7)
2017-05-04 22:46:59 -07:00
Chris Cranford f7eb28bd20 HHH-11324 - Fix LimitHandler parsing of subqueries in the select clause for SQLServer2005Dialect.
(cherry picked from commit 087729c023)
2017-05-03 21:55:04 -07:00
Chris Cranford 6b928f9379 HHH-11324 - Added test cases.
(cherry picked from commit db1dfd6908)
2017-05-03 21:47:19 -07:00
Gail Badner 20db4bfd1a HHH-11499 : Add a new DB2 dialect that uses "cross join" for cross joins instead of ","
(cherry picked from commit 19e585bf9d)
2017-04-12 22:15:34 -07:00
Jan Martiska 461f6feac2 HHH-11262 : prevent InsertOrderingWithJoinedTableMultiLevelInheritance from freezing 2017-04-03 15:39:49 -07:00
Gail Badner 1e10e3e727 HHH-11459 : Improve fix 2017-03-27 21:46:59 -07:00
barreiro ba86f10378 HHH-11459 - Test case
(cherry picked from commit 2779ebd8f0)

HHH-11459 : Correct test case to work on pre-5.2 versions

HHH-11459 - Do not fetch a collection on cascade, resolve it instead

(cherry picked from commit 41bd06266d)

HHH-11459 - Always resolve unloaded, lazy collection in enhanced entity when cascading; added comments

(cherry picked from commit 0b6ce73fcc)

HHH-11459 : Add entity names to avoid Oracle test failures

(cherry picked from commit 28f3148f7b)

HHH-11459 : Correct fix to work on pre-5.2 versions
2017-03-26 21:51:54 -07:00
barreiro f20acbb972 HHH-11576 - Test case
(cherry picked from commit 8f495505e5)

HHH-11576 : Correct test case to work on pre-5.2 versions

HHH-11576 - Process unfetched collections on Flushvisitor to determine reachability

(cherry picked from commit a5c7087316)
2017-03-26 21:51:01 -07:00
barreiro a9022e5b04 HHH-11506 - Fix update of lazy attributes when there are attributes not loaded
HHH-11506 - Deprecate methods

HHH-11506 : Added original TypeHelper#findModfied and deprecated; changed deprecated methods to call the new methods.

(cherry picked from commit aaebcdf454)
2017-03-13 19:49:38 -07:00
Gail Badner 3b754886f1 HHH-11516 : Level two cache may not be enabled when using @Cacheable without/instead of @Cache
(cherry picked from commit 7c870acc59913f16d35b609b31d7b0286fa2aee3)
2017-03-13 01:00:53 -07:00
Gail Badner 8c78df5d04 HHH-11530 : IdentityGeneratorExtendsTest.testIdentifierGeneratorExtendsIdentityGenerator failing on Oracle DBs
(cherry picked from commit 7ae3e1c3b7)
2017-02-27 18:05:38 -08:00
Steve Ebersole 8ee4519fc5 HHH-11400 - HHH90000016: Found use of deprecated 'collection property' issue for valid JPQL query
(cherry picked from commit 2dca5f2ceb)
2017-02-23 13:53:49 -08:00
Gail Badner 1660c520ba HHH-11434 : Fix tests to work with pre-5.2 2017-02-23 12:32:19 -08:00
Andrea Boriero 4c16fd69c7 HHH-11434 - prevent failures in some tests from freezing the whole test suite
(cherry picked from commit 8f6e4d5675)
2017-02-22 21:27:11 -08:00
Jan Martiska 71034a99fd HHH-11434 - prevent failures in some tests from freezing the whole test suite
(cherry picked from commit e62d71b76b)
2017-02-22 21:26:45 -08:00
Ivan Straka 91e478a460 HHH-11456 - SequenceHiLoGeneratorTest fails due to wrong select string on SQL Server
(cherry picked from commit e46956b0f1)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/id/SequenceHiLoGeneratorTest.java
2017-02-22 21:05:48 -08:00
Jan Martiska 5f68b9a906 HHH-11419 - QueryAndSQLTest failing on MS SQL Server
(cherry picked from commit 95b858bf20)
2017-02-22 17:07:25 -08:00
Gail Badner 4f6b95afd8 HHH-11418 : Fix test case to work on pre-5.2 2017-02-22 16:47:33 -08:00
Andrea Boriero d52e805a38 HHH-11418 - SynonymValidationTest failure
(cherry picked from commit b19d76f2cc)
2017-02-22 16:45:47 -08:00
Gail Badner e44b0ccde3 HHH-10989 - Always resolve CollectionType on load so that unfetched collections have a reference stored in StatefulPersistentContext
HHH-10989 : Shorten test table names

(cherry picked from commit 55f7f71e04)
2017-02-22 15:49:01 -08:00
Gail Badner 6569161571 HHH-10989 : fix test case to work pre-5.2 2017-02-22 15:47:57 -08:00
barreiro b2356cc525 HHH-10989 - Always resolve CollectionType on load so that unfetched collections have a reference stored in StatefulPersistentContext
(cherry picked from commit 077ebbc04f)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTest.java
2017-02-22 15:47:21 -08:00
Chris Cranford 8e944ab0e0 HHH-10537 - Fixed conflict while merging changes from HHH-10557.
(cherry picked from commit 3f1111ee5c)
2017-02-21 15:42:48 -08:00
Gail Badner 6637fb08ec HHH-10537 : Fix test case to work pre-5.2 2017-02-21 15:42:22 -08:00
Christian Beikov caa984327a Fix for HHH-10537
(cherry picked from commit 5d9414257f)
2017-02-21 15:37:55 -08:00
Christian Beikov 140de50a95 Test for HHH-10537
(cherry picked from commit 72382b1e08)
2017-02-21 15:36:29 -08:00
Christian Beikov 2256b3761c Fixed HHH-10577
(cherry picked from commit 18e8be0037)
2017-02-21 15:35:08 -08:00
Chris Cranford a4974a4d2e HHH-10577 - Added additional test cases for VALUE()
(cherry picked from commit fa3171530c)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/hql/CollectionMapWithComponentValueTest.java
2017-02-21 15:34:17 -08:00
Gail Badner afee667c21 HHH-10577 : Fix test case to work pre-5.2 2017-02-21 15:29:10 -08:00
Christian Beikov c27e51c3d7 Test for HHH-10577
(cherry picked from commit f9fce8c657)
2017-02-21 15:26:59 -08:00
Vlad Mihalcea 72f238f813 HHH-10996 - The cleanupTestData utility has issues with link tables
Use bulk delete in certain situations like when we have a @Formula annotation that takes an SQL function which is not supported by the currently running DB

(cherry picked from commit bf823d440c)

Conflicts:
	hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
2017-02-21 13:47:15 -08:00
Vlad Mihalcea fc4665707d HHH-10996 - The cleanupTestData utility has issues with link tables
(cherry picked from commit 8f5ba32990)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/hql/CollectionMapWithComponentValueTest.java
2017-02-21 13:35:09 -08:00
Gail Badner 70db5e4241 HHH-10919 : Fix test to work with jdk 1.6 2017-02-21 13:03:44 -08:00