uschindler commented on PR #13570:
URL: https://github.com/apache/lucene/pull/13570#issuecomment-2233584894

   > It fails reproducible. Let me look into it :-) Not sure what the issue is 
(if it is deletes, softdeletes or docvalues updates).
   
   This test failure is "interesting". This test enforces MMapDirectory and it 
actually tests that the file can't be deleted. It is a CFS file....
   
   ```
         // NOTE: here we rely on "Windows" behavior, i.e. even though IW 
wanted to delete _0.cfs
         // since it was merged away, because we have a reader open against 
this file,
         // it should still be here:
         assertTrue(Files.exists(indexPath.resolve("_0.cfs")));
   ```


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