uschindler commented on pull request #2052: URL: https://github.com/apache/lucene-solr/pull/2052#issuecomment-748465821
Nevertheless, on Windows I see the test failing all the time (JDK 11 and JDK 15 were tested): ``` org.apache.lucene.misc.store.TestDirectIODirectory > testWriteReadWithDirectIO FAILED java.nio.BufferOverflowException at __randomizedtesting.SeedInfo.seed([667380F7FFC63E9E:3A56F8A55C75455F]:0) at java.base/java.nio.DirectByteBuffer.put(DirectByteBuffer.java:409) at org.apache.lucene.misc.store.DirectIODirectory$DirectIOIndexOutput.writeBytes(DirectIODirectory.java:210) at org.apache.lucene.misc.store.TestDirectIODirectory.testWriteReadWithDirectIO(TestDirectIODirectory.java:43) ``` The other implicit tests seem to work. Maybe this one stresses the block sizes too much. ---------------------------------------------------------------- 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. 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