rmuir commented on PR #829:
URL: https://github.com/apache/lucene/pull/829#issuecomment-1106870648

   Thanks @dweiss! Currently, we can't actually use fake-windows (WindowsFS) on 
an actual Windows machine. It only works everywhere else.
   
   The problem is the mechanism we use to track file handles: on *nix it is 
simply an inode, but it is something too heavy-duty on windows. if we layer 
WindowsFS on top of actual windows, it delivers us access-denied and other fun 
stuff when asking for this "key" (sorry, i dont know what actual windows 
mechanism java uses behind the scenes). 
   
https://github.com/apache/lucene/blob/main/lucene/test-framework/src/java/org/apache/lucene/tests/mockfile/WindowsFS.java#L55
   
   So this is another issue to figure out one day...


-- 
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

Reply via email to