uschindler commented on issue #11920: URL: https://github.com/apache/lucene/issues/11920#issuecomment-2862170475
I am debugging. The reason for the whole failure is some spaghetti conditions that are hard to understand. Actually WindowsFS does not work with windows, as the Windows implementation has no "file key" (e.g., an Inode). So basically WindowsFS never tracks anything and cannot emulate legacy Windows behaviour on Windows. The fix is to fall back to filename path on windows as key and remove the conditions and use NIOFSDirectory for this test. I am investigating more.... -- 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