Robert Muir created LUCENE-6264:
-----------------------------------

             Summary: Add SuppressFileSystems annotation.
                 Key: LUCENE-6264
                 URL: https://issues.apache.org/jira/browse/LUCENE-6264
             Project: Lucene - Core
          Issue Type: Test
            Reporter: Robert Muir


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]

Reply via email to