[
https://issues.apache.org/jira/browse/LUCENE-6264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14328116#comment-14328116
]
Dawid Weiss commented on LUCENE-6264:
-------------------------------------
I plan to work on RR's upgrade (to NIO and with other stuff) soon. Simon has
posted a patch for NIO a long time ago, I just didn't have the time to do it
(blushing).
I don't know how much I'll borrow from Lucene's code but I'll try make it
generic enough that it can be reused. Like you said -- some things will be
duplicated because they're fairly Lucene-specific, but there should be a common
denominator.
> Add SuppressFileSystems annotation.
> -----------------------------------
>
> Key: LUCENE-6264
> URL: https://issues.apache.org/jira/browse/LUCENE-6264
> Project: Lucene - Core
> Issue Type: Test
> Reporter: Robert Muir
> Attachments: LUCENE-6264.patch
>
>
> kinda like SuppressCodecs, to make it easier to disable cornercases that
> don't play with anything we are doing at this level.
> the one example we have today is LUCENE-5574, the bug just doesnt happen on
> windows because you can't delete open files there, so the test won't work.
> Today it uses a hacky method to disable mock windowsFS.
> But being able to easily turn these off for rare exotic cases, will make it
> easier to improve/add them for the general case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]