Author: mduerig
Date: Tue Dec 8 08:03:46 2015
New Revision: 1718526
URL: http://svn.apache.org/viewvc?rev=1718526&view=rev
Log:
OAK-3348: Cross gc sessions might introduce references to pre-compacted segments
@Ignore sporadically failing test case
Modified:
jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/segment/CompactionAndCleanupIT.java
Modified:
jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/segment/CompactionAndCleanupIT.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/segment/CompactionAndCleanupIT.java?rev=1718526&r1=1718525&r2=1718526&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/segment/CompactionAndCleanupIT.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/segment/CompactionAndCleanupIT.java
Tue Dec 8 08:03:46 2015
@@ -303,6 +303,7 @@ public class CompactionAndCleanupIT {
}
@Test
+ @Ignore("OAK-3348") // FIXME OAK-3348
public void testMixedSegments() throws Exception {
FileStore store = new FileStore(directory, 2, false);
final SegmentNodeStore nodeStore = new SegmentNodeStore(store);