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