mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
42a5f4e0cc
max_jobs_running could be resat if -j is a changed file. dummy children was not killed if cmd line was too long. default number of jobs for --semaphore set to 1. test25 had race condition. test22 -j10 added. test13 -j9 added. test47 remote cleanup added before test. test17 remote cleanup added before test.
46 lines
523 B
Plaintext
46 lines
523 B
Plaintext
### Test of --retries - it should run 13 jobs in total
|
|
13
|
|
### Test of --retries - it should run 25 jobs in total
|
|
25
|
|
### Test of --retries - it should run 49 jobs in total
|
|
49
|
|
### Bug with --retries
|
|
8
|
|
8
|
|
2
|
|
1
|
|
1
|
|
1
|
|
1
|
|
### These were not affected by the bug
|
|
8
|
|
8
|
|
1
|
|
4
|
|
4
|
|
4
|
|
2
|
|
### Test of --retries on unreachable host
|
|
ssh: connect to host 4.3.2.1 port 22: Connection timed out
|
|
Warning: Could not figure out number of cpus on 4.3.2.1. Using 1
|
|
echo 1
|
|
1
|
|
echo 2
|
|
2
|
|
echo 3
|
|
3
|
|
echo 4
|
|
4
|
|
echo 5
|
|
5
|
|
echo 6
|
|
6
|
|
echo 7
|
|
7
|
|
echo 8
|
|
8
|
|
echo 9
|
|
9
|
|
echo 10
|
|
10
|