You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/08/21 14:28:11 UTC

[jira] [Created] (AMBARI-6971) Tests with ulimit are failing randomly

Andrew Onischuk created AMBARI-6971:
---------------------------------------

             Summary: Tests with ulimit are failing randomly
                 Key: AMBARI-6971
                 URL: https://issues.apache.org/jira/browse/AMBARI-6971
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.7.0


Currently we are checking for oraclelinux where we don't use ulimit.  
As I talked to dshkvyra it was though that it doesn't work on oraclelinux.  
But the reason why it didn't work was that it was executed as hdfs user.  
Now when have it executed from root (which is fixed in ) we can remove the
check, I tested the command on oraclelinux it works well.  
Also even if it won't work in some strange reason that won't fail the start
command and have the same impact as now.  
This fixes unittests issue when os_type sometimes didn't mock, as well as
ulimit on oraclelinux

Ulimit on oraclelinux checked:

    
    
    [root@dev-oracle-linux ~]# ulimit -c unlimited
    [root@dev-oracle-linux ~]# ulimit -c
    unlimited
    [root@dev-oracle-linux ~]# 
    





--
This message was sent by Atlassian JIRA
(v6.2#6252)