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

Shai Erera commented on LUCENE-3195:
------------------------------------

bq. Well, the test spits this out when it fails already? it says "tests run in 
this jvm: [TestX, TestY, TestZ]..."

Ok. But for easier spotting the offending test, I meant it'd be more useful if 
at the point of exception you'd know which tests keep the open files and how 
many each test holds. Because "TestX" and "TestY" which run in this JVM may not 
keep any open files at the moment, so it's just noise that you need to filter? 
Are they reported even if they have already finished?

> MockDirectoryWrapper should throw 'too many open files' if too many are open
> ----------------------------------------------------------------------------
>
>                 Key: LUCENE-3195
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3195
>             Project: Lucene - Java
>          Issue Type: Test
>            Reporter: Robert Muir
>
> regardless of operating system.
> We should take a good default value, like the lowest one we consider 
> 'reasonable' macosX? and it should throw exception on openInput if openFiles 
> hashmap is too large.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to