You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2022/01/26 01:46:13 UTC

[lucene] branch main updated: LUCENE-10389: temporary disable TestHnswGraph.testRandom()

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

tomoko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new e18dfea  LUCENE-10389: temporary disable TestHnswGraph.testRandom()
e18dfea is described below

commit e18dfea8bdf2cbe7c77c8d56e136cb0aff80b92c
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Wed Jan 26 10:45:55 2022 +0900

    LUCENE-10389: temporary disable TestHnswGraph.testRandom()
---
 lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java b/lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java
index c46f12d..42002a0 100644
--- a/lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java
+++ b/lucene/core/src/test/org/apache/lucene/util/hnsw/TestHnswGraph.java
@@ -365,6 +365,7 @@ public class TestHnswGraph extends LuceneTestCase {
         actual);
   }
 
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-10389")
   public void testRandom() throws IOException {
     int size = atLeast(100);
     int dim = atLeast(10);