javanna commented on code in PR #13542: URL: https://github.com/apache/lucene/pull/13542#discussion_r1665818950
########## lucene/core/src/test/org/apache/lucene/search/TestSortRandom.java: ########## @@ -119,7 +119,8 @@ private void testRandomStringSort(SortField.Type type) throws Exception { System.out.println(" reader=" + r); } - final IndexSearcher s = newSearcher(r, false); + // TODO this needs investigation, it fails with concurrency enabled (seed: 393E6798D70D742D) + final IndexSearcher s = newSearcher(r, false, random.nextBoolean(), false); Review Comment: This needs attention, I was not yet able to figure out the reason for the failure -- 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