benwtrent opened a new issue, #15041:
URL: https://github.com/apache/lucene/issues/15041
### Description
Need to run bisect, but I assume its due to the recent collector changes.
The test is failing on this line:
```
// Test explain for a non-matching child document
// Add a non-matching child
explanation = searcher.explain(query, 4);
assertFalse(explanation.isMatch());
```
Which is troublesome as that indicates we are matching on a filtered out
document now, or that explain is broken.
```
TestParentsChildrenBlockJoinQuery > testExplain FAILED
--
| java.lang.AssertionError
| at
__randomizedtesting.SeedInfo.seed([C8D85F682DFAC46:BA79C817AE745609]:0)
| at [email protected]/org.junit.Assert.fail(Assert.java:87)
| at [email protected]/org.junit.Assert.assertTrue(Assert.java:42)
| at [email protected]/org.junit.Assert.assertFalse(Assert.java:65)
| at [email protected]/org.junit.Assert.assertFalse(Assert.java:75)
| at
org.apache.lucene.search.join.TestParentsChildrenBlockJoinQuery.testExplain(TestParentsChildrenBlockJoinQuery.java:404)
| at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
| at java.base/java.lang.reflect.Method.invoke(Method.java:565)
```
### Gradle command to reproduce
```
./gradlew test --tests TestParentsChildrenBlockJoinQuery.testExplain
-Dtests.seed=C8D85F682DFAC46 -Dtests.nightly=true -Dtests.locale=th-Thai-TH
-Dtests.timezone=Africa/Lagos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]