Author: mduerig
Date: Fri Apr 22 16:02:48 2016
New Revision: 1740551
URL: http://svn.apache.org/viewvc?rev=1740551&view=rev
Log:
OAK-4286: Rework failing tests in CompactionAndCleanupIT
Update issue references in FIXME tags to point to point to this issue
Modified:
jackrabbit/oak/trunk/oak-segment-next/src/test/java/org/apache/jackrabbit/oak/segment/CompactionAndCleanupIT.java
Modified:
jackrabbit/oak/trunk/oak-segment-next/src/test/java/org/apache/jackrabbit/oak/segment/CompactionAndCleanupIT.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-next/src/test/java/org/apache/jackrabbit/oak/segment/CompactionAndCleanupIT.java?rev=1740551&r1=1740550&r2=1740551&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-segment-next/src/test/java/org/apache/jackrabbit/oak/segment/CompactionAndCleanupIT.java
(original)
+++
jackrabbit/oak/trunk/oak-segment-next/src/test/java/org/apache/jackrabbit/oak/segment/CompactionAndCleanupIT.java
Fri Apr 22 16:02:48 2016
@@ -88,7 +88,9 @@ public class CompactionAndCleanupIT {
}
@Test
- @Ignore // FIXME OAK-3348 fix failing test compactionNoBinaryClone
+ @Ignore
+ // FIXME OAK-4286: Rework failing tests in CompactionAndCleanupIT
+ // Fix failing test compactionNoBinaryClone
public void compactionNoBinaryClone() throws Exception {
// 2MB data, 5MB blob
final int blobSize = 5 * 1024 * 1024;
@@ -497,7 +499,9 @@ public class CompactionAndCleanupIT {
}
@Test
- @Ignore // FIXME OAK-3348 fix failing test propertyRetention
+ @Ignore
+ // FIXME OAK-4286: Rework failing tests in CompactionAndCleanupIT
+ // Fix failing test propertyRetention
public void propertyRetention() throws IOException, CommitFailedException {
FileStore fileStore =
FileStore.builder(getFileStoreFolder()).withMaxFileSize(1).build();
try {