MarcusSorealheis commented on PR #12208:
URL: https://github.com/apache/lucene/pull/12208#issuecomment-1475118236
> For the test question, usually we use QueryUtils which should exercise and
test the explanations.
https://github.com/apache/lucene/blob/0782535017c9e737350e96fb0f53457c7b8ecf0
MarcusSorealheis commented on code in PR #12208:
URL: https://github.com/apache/lucene/pull/12208#discussion_r1141264483
##
lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestTermAutomatonQuery.java:
##
@@ -38,23 +38,8 @@
import org.apache.lucene.index.LeafReaderConte
MarcusSorealheis commented on code in PR #12208:
URL: https://github.com/apache/lucene/pull/12208#discussion_r1141049657
##
lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestTermAutomatonQuery.java:
##
@@ -38,23 +38,8 @@
import org.apache.lucene.index.LeafReaderConte
rmuir commented on PR #12208:
URL: https://github.com/apache/lucene/pull/12208#issuecomment-1474819042
For the test question, usually we use QueryUtils which should exercise and
test the explanations.
https://github.com/apache/lucene/blob/0782535017c9e737350e96fb0f53457c7b8ecf03/lucene/test
mkhludnev commented on code in PR #12208:
URL: https://github.com/apache/lucene/pull/12208#discussion_r1140972961
##
lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestTermAutomatonQuery.java:
##
@@ -38,23 +38,8 @@
import org.apache.lucene.index.LeafReaderContext;
im
jpountz commented on PR #12205:
URL: https://github.com/apache/lucene/pull/12205#issuecomment-1474759453
The test failure looks interesting, pasting here for reference:
```
org.apache.lucene.sandbox.codecs.idversion.TestIDVersionPostingsFormat >
testGlobalVersions FAILED
jav