[ https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355511#comment-17355511 ]
Dawid Weiss commented on LUCENE-9976: ------------------------------------- Hi [~zacharymorn]! Hmm... I optimistically assumed it's going to reproduce on that seed because it did it the first time I re-run it... but indeed, it's not reproducible. I do have a good ratio of failures with tests.iters though: {code} gradlew test -Ptests.iters=10 --tests TestExpressionSorts.testQueries -Dtests.seed=FF571CE915A0955 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.asserts=true -p lucene/expressions/ {code} results in (sample): {code} 10 tests completed, 2 failed > Task :lucene:expressions:test FAILED ERROR: The following test(s) have failed: - org.apache.lucene.expressions.TestExpressionSorts.testQueries {seed=[FF571CE915A0955:537BBD158B33BCFB]} (:lucene:expressions) Test output: C:\Work\apache\lucene\main\lucene\expressions\build\test-results\test\outputs\OUTPUT-org.apache.lucene.expressions.TestExpressionSorts.txt Reproduce with: gradlew :lucene:expressions:test --tests "org.apache.lucene.expressions.TestExpressionSorts.testQueries {seed=[FF571CE915A0955:537BBD158B33BCFB]}" -Ptests.jvms=12 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FF571CE915A0955 -Ptests.iters=10 -Ptests.multiplier=2 -Ptests.nightly=true -Ptests.file.encoding=ISO-8859-1 - org.apache.lucene.expressions.TestExpressionSorts.testQueries {seed=[FF571CE915A0955:C25B270A7CC74D2E]} (:lucene:expressions) Test output: C:\Work\apache\lucene\main\lucene\expressions\build\test-results\test\outputs\OUTPUT-org.apache.lucene.expressions.TestExpressionSorts.txt Reproduce with: gradlew :lucene:expressions:test --tests "org.apache.lucene.expressions.TestExpressionSorts.testQueries {seed=[FF571CE915A0955:C25B270A7CC74D2E]}" -Ptests.jvms=12 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FF571CE915A0955 -Ptests.iters=10 -Ptests.multiplier=2 -Ptests.nightly=true -Ptests.file.encoding=ISO-8859-1 {code} So something is definitely going on there. :( > WANDScorer assertion error in ensureConsistent > ---------------------------------------------- > > Key: LUCENE-9976 > URL: https://issues.apache.org/jira/browse/LUCENE-9976 > Project: Lucene - Core > Issue Type: Bug > Reporter: Dawid Weiss > Priority: Major > > Build fails and is reproducible: > https://ci-builds.apache.org/job/Lucene/job/Lucene-NightlyTests-main/283/console > {code} > ./gradlew test --tests TestExpressionSorts.testQueries > -Dtests.seed=FF571CE915A0955 -Dtests.multiplier=2 -Dtests.nightly=true > -Dtests.slow=true -Dtests.asserts=true -p lucene/expressions/ > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org