[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/lock ...
Manik Surtani
msurtani at jboss.com
Mon Nov 27 05:20:25 EST 2006
User: msurtani
Date: 06/11/27 05:20:25
Modified: tests/functional/org/jboss/cache/lock Tag:
Branch_JBossCache_1_3_0
ReadWriteLockWithUpgradeTest.java
Log:
Fixed bug in IdentityLock not adhering to R_R defaults when an isolation level of null is passed in
Revision Changes Path
No revision
No revision
1.1.16.2 +4 -2 JBossCache/tests/functional/org/jboss/cache/lock/ReadWriteLockWithUpgradeTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReadWriteLockWithUpgradeTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/lock/ReadWriteLockWithUpgradeTest.java,v
retrieving revision 1.1.16.1
retrieving revision 1.1.16.2
diff -u -b -r1.1.16.1 -r1.1.16.2
--- ReadWriteLockWithUpgradeTest.java 26 Nov 2006 16:10:47 -0000 1.1.16.1
+++ ReadWriteLockWithUpgradeTest.java 27 Nov 2006 10:20:25 -0000 1.1.16.2
@@ -627,9 +627,11 @@
fail("Possible deadlock resulted in testRead.");
}
+
+
public void testCacheContentionOnRoot() throws Exception
{
- final int threads = 3, loops = 10;
+ final int threads = 10, loops = 100;
TreeCache cache = null;
try
{
@@ -691,7 +693,7 @@
public void testCacheContentionOnNode() throws Exception
{
- final int threads = 3, loops = 10;
+ final int threads = 10, loops = 100;
TreeCache cache = null;
try
{
More information about the jboss-cvs-commits
mailing list