Brett Meyer
b9d3fa5581
HHH-8420 multiple test-only fixes from matrix failures
2013-08-05 17:05:24 -04:00
Steve Ebersole
f4cc86f7ad
HHH-8405 - Track down tests that leak SessionFactories
2013-08-01 17:16:07 -05:00
Lukasz Antoniak
6c2937e3c8
HHH-8193 - Reset input stream before binding
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/jdbc/BlobProxy.java
hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BlobDescriptorTest.java
2013-07-10 13:26:57 -04:00
Strong Liu
fecde04472
HHH-8127 OutOfMemoryError when running tests
2013-04-26 02:44:18 +08:00
Strong Liu
dfc8c4b10f
Revert "HHH-8127 OutOfMemoryError when running tests"
...
This reverts commit 11464ea097
.
2013-04-25 15:11:45 +08:00
Strong Liu
11464ea097
HHH-8127 OutOfMemoryError when running tests
2013-04-22 18:41:02 +08:00
Brett Meyer
cc4ef44670
HHH-8160 Updated for Gradle 1.5 OSGi plugin changes and package
...
versioning issues
2013-04-09 09:57:36 -04:00
John Verhaeg
db53c72a85
Modified CustomRunner to log when test classes and their methods begin processing, allowing other logged messages to be associated with the corresponding test or @BeforeClass method
2013-02-28 15:00:16 -06:00
Lukasz Antoniak
6b4b6cc27f
HHH-6841 - @SkipForDialects and @RequiresDialects
2013-02-14 18:00:52 -05:00
Brett Meyer
56867417e2
HHH-7527 Enterprise OSGi JPA support
2013-02-14 10:44:35 -05:00
Steve Ebersole
7976e2396a
HHH-7580 - Complete 2-phase SessionFactory building design
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/SessionFactory.java
hibernate-core/src/main/java/org/hibernate/boot/registry/StandardServiceRegistryBuilder.java
hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
hibernate-core/src/main/java/org/hibernate/metamodel/SessionFactoryBuilder.java
hibernate-core/src/main/java/org/hibernate/metamodel/internal/SessionFactoryBuilderImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/JaxbHelper.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataBuilderImpl.java
hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
hibernate-core/src/main/java/org/hibernate/service/spi/ServiceContributor.java
hibernate-core/src/test/java/org/hibernate/cfg/beanvalidation/ApplySchemaConstraintTest.java
hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicCollectionBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/AssertSourcesTest.java
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BaseAnnotationBindingTestCase.java
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/OrmXmlParserTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/MetadataImplTest.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/AbstractBasicBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/AbstractUnsavedValueTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/JoinedSubclassBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/AbstractBasicCollectionBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/AbstractUnidirectionalOneToManyBindingTests.java
hibernate-core/src/test/java/org/hibernate/metamodel/spi/relational/AbstractGeneratedIdColumnTests.java
hibernate-core/src/test/java/org/hibernate/test/jdbc/internal/BatchingTest.java
hibernate-core/src/test/java/org/hibernate/test/service/schema/internal/ExistingDatabaseMetaDataImplTest.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderUsingMetamodelImpl.java
hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/NodeEnvironment.java
hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
2013-01-29 13:58:58 -05:00
brmeyer
962d1e580d
HHH-7797 initial test case
2012-12-14 12:44:47 -05:00
Guenther Demetz
7c218bbe11
HHH-7309 testcase
2012-09-19 08:25:37 -04:00
brmeyer
6660d2412a
HHH-7569 Correct test-only failures in hibernate-core-master-matrix CI
...
job
2012-09-19 05:24:51 -04:00
Steve Ebersole
076eccb7a2
HHH-5188 - Use provided enum type ordinal/string when reading
2012-09-03 22:06:23 -05:00
Steve Ebersole
4ad49a02c9
HHH-7556 - Clean up packages
2012-08-28 14:12:15 -05:00
Strong Liu
7a82349f75
HHH-7385 change to use gradle 1.1
2012-08-08 17:09:11 +08:00
Lukasz Antoniak
414e6111a8
HHH-6662, HHH-7445 - Fix and test
2012-07-25 23:23:17 +02:00
Steve Ebersole
183c914f57
HHH-6204 - JoinColumn on non key field fails to populate collection
2012-07-24 14:59:27 -05:00
Steve Ebersole
ad2a9ef651
HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec : AttributeConverter
2012-07-18 17:00:20 -05:00
Strong Liu
a203ea65aa
HHH-7350 read-only entities can not be deleted from 2LC
2012-05-31 00:54:08 +08:00
Strong Liu
4b74517dcd
HHH-7347 fail test if it runs longer than 30 minutes to prevent hangs
2012-05-23 22:11:46 +08:00
Bryan Varner
327002ab02
Adding a test case for HHH-7252. In this branch, the test case currently fails for PostgreSQL matrix tests, unless HHH-7251 is also applied.
2012-05-02 17:17:42 -05:00
Steve Ebersole
a2bbe3cb53
HHH-7282 - Move org.hibernate.cache.internal.Timestamper to hibernate-testing module
2012-04-27 10:51:50 -05:00
Strong Liu
b78fb983f8
use junit defined in libraries
2012-04-23 21:35:58 +08:00
Steve Ebersole
3cd58b6e79
HHH-7266 - Move away from use of Enhydra developed DataSource for JTA testing
2012-04-20 18:59:06 -05:00
Steve Ebersole
70847a2331
HHH-7266 - Move away from use of Enhydra developed DataSource for JTA testing
2012-04-20 17:08:53 -05:00
Lukasz Antoniak
c7aa99d0d3
HHH-7187 - New Envers base test classes
2012-04-19 20:15:46 +08:00
Steve Ebersole
9c207b1128
HHH-7210 - Natural-id cache put stats not being correctly updated on insert for "asynch" cache providers
2012-03-30 12:02:25 -05:00
Steve Ebersole
cf181b41b5
HHH-7199 - proper JTA and auto-commit interaction for envers testsuite
2012-03-26 20:09:18 -05:00
Strong Liu
d3b640cb75
HHH-7197 reimport imports
2012-03-26 16:17:45 +08:00
Hardy Ferentschik
60c1b23c7b
HHH-6271 Introducing Byteman in order to really test that a certain log message gets never called.
2012-03-19 23:19:46 +08:00
Strong Liu
b51b2ff4cb
HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6)
2012-03-13 21:58:48 +08:00
Steve Ebersole
dceda48ff1
HHH-7162 - Use concise artifact syntax in build scripts
2012-03-09 13:40:26 -06:00
Steve Ebersole
a889b6cca1
HHH-7097 - Entity load event doesn't result in naturalId->pk caching
2012-03-01 13:22:09 -06:00
Eric Dalquist
c0b66d5298
HHH-7097 Cache naturalId mapping on load event
2012-02-21 11:15:21 -06:00
Eric Dalquist
1569e6194b
HHH-6974 Complete second level caching of natural id resolution
2012-02-07 08:34:23 -06:00
Eric Dalquist
c473520585
HHH-6974 Class level naturalId cache and stats
...
Add class level @NaturalIdCache annotation to denote if second level natualId caching should be done
Flush out stats model for naturalId cache related stats
Add ehcache support classes for naturalId region
2012-02-07 08:34:23 -06:00
Eric Dalquist
72fe79a3f2
HHH-6974 Addition of NaturalIdRegion SPI
...
Adds NaturalIdRegion to RegionFactory
Adds creation of NaturalIdRegions to SessionFactoryImpl setup
Basic copy of collection cache region behavior for first pass at naturalId region support in ehcache
2012-02-07 08:34:23 -06:00
Steve Ebersole
e75b8a77b1
HHH-6967 - HHH-6906 - Clean up javadoc warnings
2012-01-13 11:17:34 -06:00
Steve Ebersole
9ca985ccd1
HHH-6940 - Ability (easier) to run bits of code in a timeout protected way
2012-01-06 08:21:04 -06:00
Steve Ebersole
86f3f3c347
HHH-6940 - Ability (easier) to run bits of code in a timeout protected way
2012-01-05 16:38:19 -06:00
Strong Liu
d7f3042e5b
HHH-6851 DB2 doesn't support NotNullUnique causes org.hibernate.test.annotations.uniqueconstraint.UniqueConstraintTest.testUniquenessConstraintWithSuperclassProperty fail
2011-11-30 11:00:04 +08:00
Strong Liu
ba764816b9
HHH-6827 correct testing 2L cache impl, mostly are copied from ehcache impl
2011-11-21 20:09:34 +08:00
Strong Liu
15a46a9661
HHH-6827 correct testing 2L cache impl, mostly are copied from ehcache impl
2011-11-21 20:09:15 +08:00
Strong Liu
8a800a1bc0
HHH-6827 correct timeout in BaseRegion
2011-11-21 20:04:41 +08:00
Strong Liu
f8e347dabd
HHH-6827 code format and javadoc, logging
2011-11-21 20:02:09 +08:00
renj
c575f6e5f5
HHH-6807 skip this test for Sybase ASE
2011-11-14 13:08:13 +08:00
Strong Liu
70bd57bcff
HHH-6792 connection leaks due to service registry is not destroyed
2011-11-02 17:37:05 +08:00
Strong Liu
27e9957f9e
HHH-6773 test fails on sybase
2011-10-26 22:46:50 +08:00