0ctopus13prime commented on issue #14992: URL: https://github.com/apache/lucene/issues/14992#issuecomment-3116397163
With change I can see that testing with the command `../../gradlew test` in core is passing. ``` :lucene:core:test (SUCCESS): 7573 test(s), 236 skipped The slowest tests (exceeding 500 ms) during this run: 11.37s TestIndexOrDocValuesQuery.testUseIndexForSelectiveMultiValueQueries (:lucene:core) 8.40s TestHnswByteVectorGraph.testRamUsageEstimate (:lucene:core) 7.77s TestHnswFloatVectorGraph.testRamUsageEstimate (:lucene:core) 6.61s TestLucene101PostingsFormat.testDocIDRunEnd (:lucene:core) 6.51s TestLucene101PostingsFormatV0.testDocIDRunEnd (:lucene:core) 6.17s TestPerFieldPostingsFormat.testDocIDRunEnd (:lucene:core) 4.93s TestExitableDirectoryReader.testExitableTermsEnumSampleTimeoutCheck (:lucene:core) 3.73s TestIndexWriterExceptions.testRandomExceptions (:lucene:core) 3.71s TestNeverDelete.testIndexing (:lucene:core) 3.64s TestBagOfPostings.test (:lucene:core) The slowest suites (exceeding 1s) during this run: 12.41s TestLucene90DocValuesFormatMergeInstance (:lucene:core) 11.94s TestIndexOrDocValuesQuery (:lucene:core) 11.12s TestLucene90DocValuesFormat (:lucene:core) 10.31s TestLucene101PostingsFormat (:lucene:core) 10.00s TestLucene101PostingsFormatV0 (:lucene:core) 9.96s TestLucene90DocValuesFormatVariableSkipInterval (:lucene:core) 9.92s TestBoolean2 (:lucene:core) 9.22s TestSimpleExplanationsWithFillerDocs (:lucene:core) 9.18s TestHnswByteVectorGraph (:lucene:core) 8.62s TestHnswFloatVectorGraph (:lucene:core) BUILD SUCCESSFUL in 2m 10s 21 actionable tasks: 13 executed, 8 up-to-date ``` Could anyone give a guidance whether I can raise a fix PR? -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org