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

Rohini Palaniswamy commented on OOZIE-1397:
-------------------------------------------

[~aklochkov],
   This will cause problems with TestCoordELExtensions. It sets the value so 
that XTestCase.setup() would pick it up. So need to do it before super.setup(). 
I initially suggested doing once after it, but better fix XTestCase.setup() to 
do 
if (sysProps == null) {
 sysProps = new HashMap<String, String>();
}
                
> failure in running test cases 
> ------------------------------
>
>                 Key: OOZIE-1397
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1397
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Ryota Egashira
>         Attachments: OOZIE-1397--N2.patch, OOZIE-1397.patch
>
>
> when running all test cases, it hit either "too many open files" or getting 
> stuck, which also fail precommit build currently.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to