You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/01/06 05:48:21 UTC

ambari git commit: AMBARI-8999. Ambari-trunk-test-patch jobs are failing with "too many open files". (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk ab7d4630a -> aba38ba2d


AMBARI-8999. Ambari-trunk-test-patch jobs are failing with "too many open files". (yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/aba38ba2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/aba38ba2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/aba38ba2

Branch: refs/heads/trunk
Commit: aba38ba2d9bc6a138ab2d7d0f292245150f45b4e
Parents: ab7d463
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Jan 5 20:48:05 2015 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Jan 5 20:48:18 2015 -0800

----------------------------------------------------------------------
 dev-support/test-patch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/aba38ba2/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index c416c4a..5a6af44 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -14,7 +14,7 @@
 
 
 #set -x
-ulimit -n 2048
+ulimit -n 20480
 
 ### Setup some variables.  
 ### SVN_REVISION and BUILD_URL are set by Hudson if it is run by patch process