mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
dd1a637822
Fixed up Polarhome tests. Passes testsuite.
102 lines
2.8 KiB
Plaintext
102 lines
2.8 KiB
Plaintext
### Test if we can deal with output > 4 GB
|
|
46a318993dfc8e2afd71ff2bc6f605f1 -
|
|
**
|
|
### Test Force outside the file handle limit, 2009-02-17 Gave fork error
|
|
parallel: Warning: Only enough file handles to run 506 jobs in parallel.
|
|
Raising ulimit -n or /etc/security/limits.conf may help.
|
|
Start
|
|
end
|
|
**
|
|
### Test of --retries on unreachable host
|
|
ssh: connect to host 4.3.2.1 port 22: Connection timed out
|
|
parallel: Warning: Could not figure out number of cpus on 4.3.2.1 (). Using 1.
|
|
echo 1
|
|
1
|
|
echo 2
|
|
2
|
|
**
|
|
### Test race condition on 8 CPU (my laptop)
|
|
1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8
|
|
9
|
|
10
|
|
**
|
|
### Test exit val - true
|
|
0
|
|
**
|
|
### Test exit val - false
|
|
1
|
|
**
|
|
### Test --halt-on-error 0
|
|
1
|
|
2
|
|
/bin/bash: non_exist: command not found
|
|
**
|
|
### Test --halt-on-error 1
|
|
1
|
|
127
|
|
parallel: Starting no more jobs. Waiting for 2 jobs to finish. This job failed:
|
|
sleep 2;false
|
|
/bin/bash: non_exist: command not found
|
|
parallel: Starting no more jobs. Waiting for 3 jobs to finish. This job failed:
|
|
sleep 2;false
|
|
parallel: Starting no more jobs. Waiting for 1 jobs to finish. This job failed:
|
|
sleep 4; non_exist
|
|
**
|
|
### Test --halt-on-error 2
|
|
1
|
|
1
|
|
parallel: This job failed:
|
|
sleep 2;false
|
|
parallel: This job failed:
|
|
sleep 2;false
|
|
**
|
|
### Test last dying print --halt-on-error 1
|
|
exit code 9
|
|
0
|
|
1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8
|
|
0
|
|
9
|
|
parallel: Starting no more jobs. Waiting for 9 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 1
|
|
parallel: Starting no more jobs. Waiting for 8 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 2
|
|
parallel: Starting no more jobs. Waiting for 7 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 3
|
|
parallel: Starting no more jobs. Waiting for 6 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 4
|
|
parallel: Starting no more jobs. Waiting for 5 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 5
|
|
parallel: Starting no more jobs. Waiting for 4 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 6
|
|
parallel: Starting no more jobs. Waiting for 3 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 7
|
|
parallel: Starting no more jobs. Waiting for 2 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 8
|
|
parallel: Starting no more jobs. Waiting for 1 jobs to finish. This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 9
|
|
### Test last dying print --halt-on-error 2
|
|
exit code 1
|
|
0
|
|
1
|
|
parallel: This job failed:
|
|
perl -e sleep\ \$ARGV\[0\]\;print\ STDERR\ @ARGV,\"\\n\"\;\ exit\ shift 1
|
|
**
|
|
### Test slow arguments generation - https://savannah.gnu.org/bugs/?32834
|
|
1
|
|
2
|
|
3
|