[jbosscache-commits] JBoss Cache SVN: r5348 - core/trunk/src/test/java/org/jboss/cache/lock/pessimistic.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Feb 12 16:16:18 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-02-12 16:16:18 -0500 (Tue, 12 Feb 2008)
New Revision: 5348

Modified:
   core/trunk/src/test/java/org/jboss/cache/lock/pessimistic/ConcurrentPutRemoveTest.java
Log:
Still breaks on occasion!!

Modified: core/trunk/src/test/java/org/jboss/cache/lock/pessimistic/ConcurrentPutRemoveTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/lock/pessimistic/ConcurrentPutRemoveTest.java	2008-02-12 21:13:50 UTC (rev 5347)
+++ core/trunk/src/test/java/org/jboss/cache/lock/pessimistic/ConcurrentPutRemoveTest.java	2008-02-12 21:16:18 UTC (rev 5348)
@@ -16,7 +16,6 @@
 import javax.transaction.TransactionManager;
 import java.util.ArrayList;
 import java.util.List;
-import java.net.URL;
 
 // This is disabled because the fix is not absolute and will require pretty bug architectural changes.
 // There is an edge case where a NodeNotFoundException may occur, and this is due to parent nodes not being
@@ -25,7 +24,7 @@
 // The problem is in the way READ_COMMITTED is implemented, i.e., writers are not blocked by readers and this
 // allows a reader to hold a lock when a writer comes in and deletes the node in question.
 
- at Test(groups = {"functional"}, enabled = true)
+ at Test(groups = {"functional"}, enabled = false)
 // Known issue - See JBCACHE-1164 and JBCACHE-1165
 public class ConcurrentPutRemoveTest
 {




More information about the jbosscache-commits mailing list