You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2022/05/04 17:15:39 UTC

[yetus] 04/24: HADOOP-3142. Increases the number of open files during testing on Hudson.

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to tag prehistory
in repository https://gitbox.apache.org/repos/asf/yetus.git

commit f7a70328f272fe4807f7da6c1c8c5136ada155fb
Author: Nigel Daley <ni...@apache.org>
AuthorDate: Tue Apr 1 05:17:27 2008 +0000

    HADOOP-3142. Increases the number of open files during testing on Hudson.
    
    git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@643283 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/bin/test-patch.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/bin/test-patch.sh b/src/test/bin/test-patch.sh
index 712e5dbf..2794aacc 100755
--- a/src/test/bin/test-patch.sh
+++ b/src/test/bin/test-patch.sh
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 #set -x
+ulimit -n 1024
 
 ### Setup some variables.  
 ### JOB_NAME, SVN_REVISION, and BUILD_NUMBER are set by Hudson if it is run by patch process