mirror of https://github.com/apache/lucene.git
parent
5b5a02d0cd
commit
88c0909210
|
@ -767,6 +767,7 @@ abstract class BaseKnnVectorQueryTestCase extends LuceneTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Test that the query times out correctly. */
|
/** Test that the query times out correctly. */
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/apache/lucene/issues/13272")
|
||||||
public void testTimeout() throws IOException {
|
public void testTimeout() throws IOException {
|
||||||
try (Directory indexStore =
|
try (Directory indexStore =
|
||||||
getIndexStore("field", new float[] {0, 1}, new float[] {1, 2}, new float[] {0, 0});
|
getIndexStore("field", new float[] {0, 1}, new float[] {1, 2}, new float[] {0, 0});
|
||||||
|
|
|
@ -285,6 +285,7 @@ abstract class ParentBlockJoinKnnVectorQueryTestCase extends LuceneTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Test that the query times out correctly. */
|
/** Test that the query times out correctly. */
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/apache/lucene/issues/13272")
|
||||||
public void testTimeout() throws IOException {
|
public void testTimeout() throws IOException {
|
||||||
try (Directory indexStore =
|
try (Directory indexStore =
|
||||||
getIndexStore("field", new float[] {0, 1}, new float[] {1, 2}, new float[] {0, 0});
|
getIndexStore("field", new float[] {0, 1}, new float[] {1, 2}, new float[] {0, 0});
|
||||||
|
|
Loading…
Reference in New Issue