-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
for both replicated and distributed caches:
cache.put(k,v);
tm.begin();
cache.remove(k);
assertNull(cache.get(k), "This fails!");
- incorporates
-
ISPN-3021 NodeReplicatedMoveTest fails persistently
- Closed