[ 
https://issues.apache.org/jira/browse/LUCENE-6439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14503880#comment-14503880
 ] 

Robert Muir commented on LUCENE-6439:
-------------------------------------

Hi Uwe: on Windows we can't currently instantiate MockWindows. MockWindows does 
not play along well with the real Windows! to make it work better, we have to 
emulate windows semantics better so its more correct.

The assumeFalse uses Constants.Windows. So maybe something is wrong with this 
logic in Constants.java? anyway perhaps we should look into it more on a 
separate issue. 

> Create test-framework/src/test
> ------------------------------
>
>                 Key: LUCENE-6439
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6439
>             Project: Lucene - Core
>          Issue Type: Test
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>             Fix For: Trunk, 5.2
>
>         Attachments: LUCENE-6439-maven.patch, LUCENE-6439.patch
>
>
> We have quite a few tests (~30 suites) for test-framework stuff 
> ("test-the-tester") but currently they all sit in lucene/core housed with 
> real tests.
> I think we should just give test-framework a src/test and move these tests 
> there. This makes the build simpler in the future too, because its less 
> "special". 



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