Commit Graph

10432 Commits

Author SHA1 Message Date
Gail Badner 5fe0a801a0 HHH-2616 : collection recreate/remove/update events and listeners
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14297 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-28 22:18:35 +00:00
Brian Stansberry 2ab3f9e62c Eliminate "FailureExpected" overrides of fixed tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14285 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-17 21:04:06 +00:00
Brian Stansberry 10daa60fd5 Move to JBoss Cache 2.1.0.CR3
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14284 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-17 21:03:28 +00:00
Gail Badner 2d7b7a38bc HHH-2645 : Synchronization bottleneck in EntityModeToTuplizerMapping
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14271 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-01-10 05:55:30 +00:00
Brian Stansberry c053aefa0d Fix the evictRemoveAll tests for the optimistic case
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14265 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-24 16:01:02 +00:00
Brian Stansberry 5d96ac4505 Add minTimeToLiveSeconds configs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14264 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-24 15:19:46 +00:00
Brian Stansberry 9352a7a7d7 Update handling of deletion of the region root node
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14263 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-23 14:59:07 +00:00
Brian Stansberry 8277156f00 Convert from JBossCacheFactory prototype to the real JBC CacheManager
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14262 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-23 14:55:36 +00:00
Brian Stansberry 772b12b454 Update evict/removeAll tests to reflect JBCACHE-1251 problem
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14261 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-23 14:53:06 +00:00
Brian Stansberry aded18a870 Update evict/removeAll tests to reflect JBCACHE-1251 problem
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14260 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-23 14:52:02 +00:00
Brian Stansberry b75ae7dbf5 Fix putFromLoad tests
Update evict/removeAll tests to reflect JBCACHE-1251 problem

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14259 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-23 14:50:54 +00:00
Brian Stansberry 229a2b04cb Fix putFromLoad tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14258 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-23 14:49:34 +00:00
Brian Stansberry a9c0ae5a2b Remove deprecated GMS.join_retry_timeout
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14257 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-23 14:46:37 +00:00
Brian Stansberry e9d83eeb90 Move to JBC 2.1.0.CR2/JGroups 2.6.1
Add some properties that testsuite can set for faster test execution

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14256 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-21 19:52:35 +00:00
Brian Stansberry 8294650c59 Add some properties that testsuite can set for faster test execution
Remove unsupported TCP_NIO configs

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14255 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-21 19:51:44 +00:00
Brian Stansberry 5cf738dabb Put prototype of a next-gen TimestampsRegion impl under src control
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14254 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-21 19:49:29 +00:00
Brian Stansberry 773e1e46f1 Add workaround to avoid delays from concurrent FLUSH calls in JGroups 2.6.1
Use different "entity keys" per test to avoid cross-test pollution

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14253 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-21 19:48:42 +00:00
Brian Stansberry ad856661ab Add workaround to avoid delays from concurrent FLUSH calls in JGroups 2.6.1
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14252 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-21 19:47:30 +00:00
Diego Plentz 856b9dd3b4 [HHH-2948] QueryStatistics.executionMinTime always = 0
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14250 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-20 03:05:05 +00:00
Steve Ebersole efc1a16ade corrected pom to include hbm.xml resources into the built jar
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14244 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-13 17:09:58 +00:00
Steve Ebersole 4deba14a0f upgrade the antlr plugin version used 2.0-SNAPSHOT -> 2.1-SNAPSHOT
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14243 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-12 22:40:03 +00:00
Steve Ebersole 051c192290 handle jgroups.bind_addr set from the maven command line
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14237 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 22:47:01 +00:00
Steve Ebersole d134ddac31 header
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14236 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 22:45:41 +00:00
Steve Ebersole e4d4dfe01a skip tests by default
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14234 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 22:03:18 +00:00
Steve Ebersole 38dbf9f630 use in-memory hsqldb rather than persistent one
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14233 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 22:02:45 +00:00
Steve Ebersole 908d29ca78 source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14232 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 21:47:50 +00:00
Steve Ebersole 783cc27c31 cleanup; source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14231 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 21:40:51 +00:00
Steve Ebersole dd9310207b HHH-2863 : isolate cache integration testing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14230 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 20:42:12 +00:00
Steve Ebersole bec99b7ec3 cleaning up test resources; source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14228 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 17:06:43 +00:00
Steve Ebersole 0859b5ced3 cleanup; source header
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14227 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 17:03:04 +00:00
Steve Ebersole 9b7a8cfa71 by default, lets be a little less verbose for the tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14226 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 17:01:04 +00:00
Brian Stansberry 24cf5e4a46 Define our own jgroups stacks
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14225 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 16:34:15 +00:00
Brian Stansberry 3f18c02c2e Define our own jgroups stacks
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14224 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 16:33:47 +00:00
Steve Ebersole 715026089f source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14223 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 04:53:02 +00:00
Steve Ebersole cffa859c25 source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14222 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 04:51:26 +00:00
Steve Ebersole 990cc65f87 source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14221 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 04:50:57 +00:00
Steve Ebersole af44b09e14 source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14220 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 04:49:38 +00:00
Steve Ebersole 0b5b5fae1a source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14219 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 04:48:34 +00:00
Steve Ebersole 129db3faec file contained a bad magic bit at the start of the file, causing validation errors on my box
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14218 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 03:39:22 +00:00
Steve Ebersole 545296be3f source headers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14217 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-07 03:10:46 +00:00
Steve Ebersole a15cab0911 HHH-2863 : isolate cache integration testing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14216 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-06 20:28:10 +00:00
Steve Ebersole f3add4ddda HHH-2863 : isolate testing TransactionManager for reuse
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14213 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-04 17:38:27 +00:00
Steve Ebersole b0bd89df76 minor change
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14212 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-12-04 17:26:17 +00:00
Gail Badner 069c575e36 HHH-952 : corrected formatting from previous version in trunk
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14210 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-29 01:39:53 +00:00
Brian Stansberry a6729c155b Add some config tweaks to pom to help people who have trouble with multicast during testsuite runs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14207 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-28 21:19:33 +00:00
Steve Ebersole 6807914f13 update antlr plugin version based on their latest SVN
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14206 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-28 17:37:22 +00:00
Steve Ebersole a9fe7f15a3 HHH-2833 : insert-select query fails with NPE when select includes join
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14200 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-16 20:25:59 +00:00
Brian Stansberry 252123d96e Run tests w/ java.net.preferIPv4Stack=true; cluster formation is very slow otherwise on some systems
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14198 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-13 20:55:50 +00:00
Diego Plentz 369ec6da34 [HHH-2016] Oracle9Dialect registers last_day() function as "lastday"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14189 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-06 02:09:45 +00:00
Steve Ebersole 40fbb3d31e HHH-2928 : synchronize enhanced id gen optimizers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14183 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2007-11-02 16:18:14 +00:00