You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2020/06/12 07:17:20 UTC

[lucene-solr] 02/02: LUCENE-9356: Disable test, some corruptions are still not detected as corruptions.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit cf8f83cef95c03767f83602ff99345979dd0808b
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Fri Jun 12 09:16:04 2020 +0200

    LUCENE-9356: Disable test, some corruptions are still not detected as corruptions.
---
 .../src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java b/lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java
index 854b292..f63387b 100644
--- a/lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java
+++ b/lucene/core/src/test/org/apache/lucene/index/TestAllFilesDetectBitFlips.java
@@ -30,6 +30,7 @@ import org.apache.lucene.store.IndexInput;
 import org.apache.lucene.store.IndexOutput;
 import org.apache.lucene.util.LineFileDocs;
 import org.apache.lucene.util.LuceneTestCase;
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
 import org.apache.lucene.util.LuceneTestCase.SuppressFileSystems;
 import org.apache.lucene.util.TestUtil;
 
@@ -37,6 +38,7 @@ import org.apache.lucene.util.TestUtil;
  * Test that the default codec detects bit flips at open or checkIntegrity time.
  */
 @SuppressFileSystems("ExtrasFS")
+@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-9356")
 public class TestAllFilesDetectBitFlips extends LuceneTestCase {
 
   public void test() throws Exception {