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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]