From 0615d0340b4427c7333fa149096d424a74c28014 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Tue, 29 Jan 2019 06:58:12 +0100 Subject: [PATCH] parallel: --shellquote can be given multiple times. --- doc/haikus | 211 +++ doc/release_new_version | 18 +- src/parallel | 40 +- src/parallel.pod | 6 +- src/parallel_alternatives.pod | 3 +- testsuite/tests-to-run/parallel-local-3s.sh | 15 +- .../tests-to-run/parallel-local-sql01.sh | 4 +- testsuite/tests-to-run/parallel-local-ssh5.sh | 19 + testsuite/tests-to-run/parallel-local-ssh9.sh | 4 +- testsuite/tests-to-run/parallel-polarhome.sh | 30 +- testsuite/wanted-results/parallel-local-10s | 60 +- testsuite/wanted-results/parallel-local-sql01 | 1126 ++++++++--------- testsuite/wanted-results/parallel-local-ssh2 | 6 +- testsuite/wanted-results/parallel-local-ssh5 | 521 ++++++++ testsuite/wanted-results/parallel-local-ssh7 | 20 +- testsuite/wanted-results/parallel-local-ssh8 | 9 +- testsuite/wanted-results/parallel-local12 | 2 +- testsuite/wanted-results/parallel-local18 | 3 +- testsuite/wanted-results/parallel-local23 | 2 +- testsuite/wanted-results/parallel-polarhome | 195 +-- testsuite/wanted-results/parallel-tutorial | 8 +- testsuite/wanted-results/test61 | 2 +- 22 files changed, 1503 insertions(+), 801 deletions(-) create mode 100644 doc/haikus diff --git a/doc/haikus b/doc/haikus new file mode 100644 index 00000000..65620ab8 --- /dev/null +++ b/doc/haikus @@ -0,0 +1,211 @@ +Quote of the month: + +It's really powerful for smallish data processing scripts +-- João Veiga @jcsvveiga@twitter + +It's the MapReduce of our generation! + -- Mathias Meyer @roidrage@twitter + + GNU parallel is a seriously powerful flexible and tool. + -- Greg Hurrell @wincent + + [socat is] top3 on my "crazy and powerful" list (the other two being + gnu parallel and emacs). + -- Peter Kjellström @nsccap@twitter + + + GNU/Parallel umm... tempting. + -- k-leb k @dcatdemon@twitter + + Ain't that a dirty hack ;-) + -- ./hans + + Not sure if it counts as an "alt" tool but GNU parallel really took my shell scripting game to the next level. + -- @alinajaf@twitter + + +=== Used === + Ok! GNU Parallel is one of the best things out there. Almost as good as vanilla ice cream. + -- @coffe@mastodon.art + +HOLY STUFF I LOVE GNU PARALLEL + -- Nick (but spookier) @NickInfoSec@twitter + + +What this country needs is a president with a strong understanding of GNU Parallel, Awk, Sed, Grep, and Diff +-- Gregg Housh @GreggHoush + +I know I'm late to the party but GNU Parallel is truly amazing! +-- Sam Diaz-Munoz @sociovirology + +GNU parallel is a thing of magic. +-- Josh Meyer @joshmeyerphd@twitter + +I've been using GNU Parallel very much and effectively lately. +Such an easy way to get huge speed-ups with my simple bash/Perl/Python +programs -- parallelize them! +-- Ken Youens-Clark @kycl4rk@twitter + +Alias and vars +export them more easily +With env_parallel +-- Ole Tange + +You know what? +GNU Parallel is cool. +Concurrency, but in the Unix-philosophy style, +without the Enterprise wankeriness. +-- NickM‏ bokkiedog@twitter + +An ode to GNU parallel +An ode to GNU parallel +An ode to GNU parallel +An ode to GNU parallel +An ode to GNU parallel +An ode to GNU parallel + -- Adam Stuckert PoisonEcology@twitter + +--limit can +limit jobs dynamic'ly +given a command + --ole-tange + +--line-buffer +touches files on disk no more +faster than before + -- Ole Tange + +Always test your script +using a --dry-run +or --dr + -- Ole Tange + +--rpl +used to be a static string +Now it can take args + --ole-tange + +--tee will pipe +all data to all the jobs +used with --pipe + --ole-tange + +Speed is good for you +Multi speed is better still +Use GNU Parallel + -- Ole Tange + +Want to monitor +many job outputs at once: +--tmuxpane + --ole-tange + +Pipes are fast and good. +Use them in your programs, too. +Use GNU Parallel + -- Ole Tange + +Programs using net +only spare capacity +niceload dash dash net + -- Ole Tange + +xapply too strict? +:::+ +is just made for you + -- Ole Tange + +Save environment +Functions, vars and other stuff +Try env_parallel + -- Ole Tange + +Many jobs to sort. +SQL would help a lot. +Dash dash sql + -- Ole Tange + +Dash dash pipe too slow? +Dash dash pipepart is your friend. +Use GNU Parallel + -- Ole Tange + +||||| +||||||| +Use GNU Parallel + -- Malcolm Cook + +UNIX pipe too tight? +You should then learn dash dash pipe. +Use GNU Parallel + -- Ole Tange + +In parallel land +everything is quick and fast +Use GNU Parallel. + -- Ole Tange + +Jobs in parallel +faster run than single jobs +Use GNU Parallel. + -- Ole Tange + +Multi core I see. +Doing nothing. I say no! +Use GNU Parallel. + -- Ole Tange + +Programs very slow. +Multiple can run at once. +Use GNU Parallel. + -- Ole Tange + +Many jobs to run. +Idle cores is not your thing. +Use GNU Parallel. + -- Ole Tange + +SSH set up? +Instant cluster needed now? +Use GNU Parallel. + -- Ole Tange + +xargs' space and quote +headache causing behaviour. +Use GNU Parallel + -- Ole Tange + +If not enough time: +Run jobs using Parallel. +Keeps CPUs warm. + -- Ole Tange + +Hadoop bit too much? +Want a simpler syntax now? +Use GNU Parallel. + -- Ole Tange + +Shellshock pain hits us. +Dash dash env is affected. +Upgrade Parallel. + -- Ole Tange + + goodbye to xargs + quoting is still a black art + welcome parallel + -- Malcolm Cook + +bash for loops vanquished +jobs fan out over network +collated results! + -- Malcolm Cook + +code fork headache blues? +option P is your new friend +`man parallel` now! +-- Malcolm Cook + +Are you tired of +inflexible replacements? +Use Perl expressions. +-- Ole Tange \ No newline at end of file diff --git a/doc/release_new_version b/doc/release_new_version index 18e8e99f..fb0b9be2 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -207,25 +207,27 @@ from:tange@gnu.org to:parallel@gnu.org, bug-parallel@gnu.org stable-bcc: Jesse Alama -Subject: GNU Parallel 20190122 ('Shutdown/Indonesia=Tanjung Lesung=Sunda') released <<[stable]>> +Subject: GNU Parallel 20190222 ('') released <<[stable]>> -GNU Parallel 20190122 ('') <<[stable]>> has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/ +GNU Parallel 20190222 ('') <<[stable]>> has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/ <> Quote of the month: - Ok! GNU Parallel is one of the best things out there. Almost as good as vanilla ice cream. - -- @coffe@mastodon.art - + <<>> + New in this release: -* 'env_parallel --end-session' makes it possible to nest 'env_parallel --session' +* blog.cogneurostats.com/?p=148 -* Using GNU Parallel in pentesting https://youtu.be/mZ0OUJmkIlA?t=873 +https://www.neurotrivial.com/2019/01/24/freesurfer-recon-all/ +https://pigrecoinfinito.wordpress.com/2018/12/22/come-ridimensionare-10k-foto-con-la-riga-di-comando/ +https://codeday.me/bug/20190122/552902.html +https://www.kwbtblog.com/entry/2019/01/12/020423 -* Supercomputer Workshop: Feb 1&7 http://www.ece.unm.edu/featured-students/supercomputer-workshop-feb-17.html +* https://www.youtube.com/watch?v=XHN2tm3tNaw * Bug fixes and man page updates. diff --git a/src/parallel b/src/parallel index 6ea48729..d806e11b 100755 --- a/src/parallel +++ b/src/parallel @@ -899,7 +899,7 @@ sub options_hash() { "use-cores-instead-of-threads" => \$opt::use_cores_instead_of_threads, "use-cpus-instead-of-cores" => \$opt::use_cpus_instead_of_cores, - "shellquote|shell_quote|shell-quote" => \$opt::shellquote, + "shellquote|shell_quote|shell-quote" => \@opt::shellquote, "nice=i" => \$opt::nice, "tag" => \$opt::tag, "tagstring|tag-string=s" => \$opt::tagstring, @@ -4871,7 +4871,7 @@ sub which(@) { # csh and tcsh disguise themselves as -sh/-csh # E.g.: ssh -tt csh@lo 'ps aux;true' |egrep ^csh # but sh also disguise itself as -sh - # (When?) + # (TODO When does that happen?) "-sh" => ["sh"], "-csh" => ["tcsh", "csh"], # ash disguises itself as -ash @@ -4880,7 +4880,7 @@ sub which(@) { "-dash" => ["dash", "ash", "sh"], # bash disguises itself as -bash "-bash" => ["bash", "sh"], - # ksh disguises itself as -ash + # ksh disguises itself as -ksh "-ksh" => ["ksh", "sh"], # zsh disguises itself as -zsh "-zsh" => ["zsh", "sh"], @@ -7864,7 +7864,7 @@ sub wrapped($) { # * --nice/--cat/--fifo should be done on the remote machine # * --pipepart/--pipe should be done on the local machine inside --tmux # Uses: - # $opt::shellquote + # @opt::shellquote # $opt::nice # $Global::shell # $opt::cat @@ -7881,11 +7881,16 @@ sub wrapped($) { # This will force them to run correctly, but will fail in # tcsh so we do not do it. # $command .= "\n\n"; - if($opt::shellquote) { - # Prepend /bin/echo (echo no-/bin is wrong in csh) - # and quote twice - $command = "/bin/echo " . - ::Q(::Q($command)); + if(@opt::shellquote) { + # Quote one time for each --shellquote + my $c = $command; + for(@opt::shellquote) { + $c = ::Q($c); + } + # Prepend "echo" (it is written in perl because + # quoting '-e' causes problem in some versions and + # csh's version does something wrong) + $command = q(perl -e '$,=" "; print "@ARGV\n";' -- ) . ::Q($c); } if($Global::parallel_env) { # If $PARALLEL_ENV set, put that in front of the command @@ -9892,7 +9897,7 @@ sub header_indexes_sorted($) { sub len($) { # Uses: - # $opt::shellquote + # @opt::shellquote # The length of the command line with args substituted my $self = shift; my $len = 0; @@ -9936,13 +9941,18 @@ sub len($) { } if($Global::quoting) { # Pessimistic length if -q is set - # Worse than worst case: every char needs to be quoted with \ - $len *= 2; + # Worse than worst case: ' => "'" + " => '"' + # TODO can we count the number of expanding chars? + # and count them in arguments, too? + $len *= 3; } - if($opt::shellquote) { + if(@opt::shellquote) { # Pessimistic length if --shellquote is set - # Worse than worst case: every char needs to be quoted with \ twice - $len *= 4; + # Worse than worst case: ' => "'" + for(@opt::shellquote) { + $len *= 3; + } + $len *= 5; } if(@opt::sshlogin) { # Pessimistic length if remote diff --git a/src/parallel.pod b/src/parallel.pod index 6333cc5e..e2278f10 100644 --- a/src/parallel.pod +++ b/src/parallel.pod @@ -2129,11 +2129,15 @@ E.g. B<--shebang-wrap> must be set as the first option. -=item B<--shellquote> +=item B<--shellquote> (alpha testing) Does not run the command but quotes it. Useful for making quoted composed commands for GNU B. +Multiple B<--shellquote> with quote the string multiple times, so +B can be written as +B. + =item B<--shuf> diff --git a/src/parallel_alternatives.pod b/src/parallel_alternatives.pod index e66ea3b9..17cb4660 100644 --- a/src/parallel_alternatives.pod +++ b/src/parallel_alternatives.pod @@ -1417,7 +1417,8 @@ B deals badly with input containing spaces. It buffers stdout, but not stderr. It buffers in RAM. {} does not work as replacement string. It does not support running functions. -B does not support composed commands if run with B<--lines>. +B does not support composed commands if run with B<--lines>, +and fails on B. =head3 Examples diff --git a/testsuite/tests-to-run/parallel-local-3s.sh b/testsuite/tests-to-run/parallel-local-3s.sh index c2446e7c..91ca0fbb 100644 --- a/testsuite/tests-to-run/parallel-local-3s.sh +++ b/testsuite/tests-to-run/parallel-local-3s.sh @@ -251,11 +251,15 @@ par_test_diff_roundrobin_k() { mytest() { K=$1 doit() { - perl -ne 'select(undef, undef, undef, rand()/10000);print' | + # Sleep random time ever 10k line + # to mix up which process gets the next block + perl -ne '$t++ % 10000 or select(undef, undef, undef, rand()/1000);print' | md5sum } export -f doit - seq 100000 | parallel --block 2k --pipe $K --roundrobin doit | sort + seq 1000000 | + parallel --block 65K --pipe $K --roundrobin doit | + sort } export -f mytest parset a,b,c mytest ::: -k -k '' @@ -264,12 +268,13 @@ par_test_diff_roundrobin_k() { if [ "$a" != "$c" ]; then echo OK else - echo error + echo error a c fi else - echo error + echo error a b fi } export -f $(compgen -A function | grep par_) -compgen -A function | grep par_ | LC_ALL=C sort | parallel -j6 --tag -k '{} 2>&1' +compgen -A function | grep par_ | LC_ALL=C sort | + parallel -j6 --tag -k --joblog /tmp/jl-`basename $0` '{} 2>&1' diff --git a/testsuite/tests-to-run/parallel-local-sql01.sh b/testsuite/tests-to-run/parallel-local-sql01.sh index 17a17edc..245fb6f8 100644 --- a/testsuite/tests-to-run/parallel-local-sql01.sh +++ b/testsuite/tests-to-run/parallel-local-sql01.sh @@ -129,4 +129,6 @@ compgen -A function | grep par_ | sort | perl -pe 's/(from TBL99999 order) .*/$1/g' | perl -pe 's/ *\b'"$hostname"'\b */hostname/g' | grep -v -- --------------- | - perl -pe 's/ *\bhost\b */host/g' + perl -pe 's/ *\bhost\b */host/g' | + perl -pe 's/ +/ /g' + diff --git a/testsuite/tests-to-run/parallel-local-ssh5.sh b/testsuite/tests-to-run/parallel-local-ssh5.sh index c7acd15c..f490d2e2 100644 --- a/testsuite/tests-to-run/parallel-local-ssh5.sh +++ b/testsuite/tests-to-run/parallel-local-ssh5.sh @@ -56,6 +56,25 @@ par_env_parallel_onall() { env_parallel -Slo --nonall doit works } +par_command_len_shellquote() { + echo '### test quoting will not cause a crash if too long' + # echo "'''" | parallel --shellquote --shellquote --shellquote --shellquote + + testlen() { + echo "$1" | parallel $2 | wc + } + export -f testlen + + outer() { + export PARALLEL="--env testlen -k --tag" + parallel $@ testlen '{=2 $_="$arg[1]"x$_ =}' '{=3 $_=" --shellquote"x$_ =}' \ + ::: '"' "'" ::: {1..10} ::: {1..10} + } + export -f outer + + parallel --tag -k outer ::: '-Slo -j10' '' +} + export -f $(compgen -A function | grep par_) compgen -A function | grep par_ | sort -r | parallel --joblog /tmp/jl-`basename $0` -j3 --tag -k --delay 0.1 --retries 3 '{} 2>&1' diff --git a/testsuite/tests-to-run/parallel-local-ssh9.sh b/testsuite/tests-to-run/parallel-local-ssh9.sh index e7bea745..d8a7eb6e 100644 --- a/testsuite/tests-to-run/parallel-local-ssh9.sh +++ b/testsuite/tests-to-run/parallel-local-ssh9.sh @@ -169,13 +169,13 @@ par_no_route_to_host() { # Random hosts that there is no route to findhosts() { ip='$(($RANDOM%256)).$(($RANDOM%256)).$(($RANDOM%256)).$(($RANDOM%256))' - stdout parallel --timeout 2 -j0 ssh $ip echo ::: {1..10000} | + stdout parallel --timeout 2 -j0 ssh -o PasswordAuthentication=no $ip echo ::: {1..10000} | perl -ne 's/ssh:.* host (\d+\.\d+\.\d+\.\d+) .* No route .*/$1/ and print; $|=1' } # Retry if the hosts really fails this fast filterhosts() { - stdout parallel --timeout 2 -j5 ssh {} echo | + stdout parallel --timeout 2 -j5 ssh -o PasswordAuthentication=no {} echo | perl -ne 's/ssh:.* host (\d+\.\d+\.\d+\.\d+) .* No route .*/$1/ and print; $|=1' } diff --git a/testsuite/tests-to-run/parallel-polarhome.sh b/testsuite/tests-to-run/parallel-polarhome.sh index 762ec2fd..bcf37003 100644 --- a/testsuite/tests-to-run/parallel-polarhome.sh +++ b/testsuite/tests-to-run/parallel-polarhome.sh @@ -6,12 +6,15 @@ unset TIMEOUT env_parallel --session P_ALL="openstep qnx pidora alpha tru64 hpux-ia64 syllable raspbian solaris openindiana aix hpux debian-ppc suse solaris-x86 mandriva ubuntu scosysv unixware centos miros macosx redhat netbsd openbsd freebsd debian dragonfly vax ultrix minix irix hurd beaglebone cubieboard2" +# Skip irix until Perl is upgraded +P_ALL="openstep qnx pidora alpha tru64 hpux-ia64 syllable raspbian solaris openindiana aix hpux debian-ppc suse solaris-x86 mandriva ubuntu scosysv unixware centos miros macosx redhat netbsd openbsd freebsd debian dragonfly vax ultrix minix hurd beaglebone cubieboard2" P="$P_ALL" # tru64 takes 22s to run 4 parallels MAXTIME=50 RETRIES=3 -MAXPROC=${maxproc:-11} +# 11 too much for debian +MAXPROC=${maxproc:-9} MAXINNERPROC=${maxinnerproc:-3} export PARALLEL_SSH="ssh -oLogLevel=quiet" @@ -47,10 +50,19 @@ doit() { sshwithpass() { # Minix requires sshpass. The other servers will use ssh-keys - sshpass -f ~/.ssh/minix.password ssh -oLogLevel=quiet "$@" + host="$1" + shift + if [ "$host" == "minix" ] ; then + q="$(parallel --shellquote ::: "$@")" + # This only works from suse and redhat + ssh -T -oLogLevel=quiet suse \ + sshpass -f ~/.ssh/minix.password ssh -T -oLogLevel=quiet $host $q + else + ssh -oLogLevel=quiet $host "$@" + fi } export -f sshwithpass - + copy() { # scp, but atomic (avoid half files if disconnected) host=$1 @@ -62,14 +74,14 @@ doit() { export -f copy par_nonall() { - sshwithpass() { - # Minix requires sshpass. The other servers will use ssh-keys - sshpass -f ~/.ssh/minix.password ssh -oLogLevel=quiet "$@" - } - export -f sshwithpass parallel -j$MAXPROC $RET_TIME_K --delay 0.1 --tag \ --nonall $S_POLAR -S "1/sshwithpass minix" --argsep ,:- \ 'source setupenv >&/dev/null || . `pwd`/setupenv;' "$@" + # setupenv contains something like this (adapted to the local path and shell) + # + # PATH=$HOME/bin:$PATH:/usr/local/bin + # export PATH + # . bin/env_parallel.sh } export -f par_nonall @@ -110,7 +122,7 @@ doit() { cat <(echo bash only A) } export -f funcA; - bin/parallel funcA ::: 1' 2>&1 + bin/parallel funcA ::: 1' 2>&1 | sort echo echo '### Does PARALLEL_SHELL help exporting a bash function' diff --git a/testsuite/wanted-results/parallel-local-10s b/testsuite/wanted-results/parallel-local-10s index 2748f94c..bafc765a 100644 --- a/testsuite/wanted-results/parallel-local-10s +++ b/testsuite/wanted-results/parallel-local-10s @@ -27,8 +27,8 @@ par_interactive sleep 0.1; echo opt-p 2 ?...n par_interactive sleep 0.1; echo opt-p 3 ?...y par_interactive spawn /tmp/parallel-script-for-expect par_k ### Test -k -par_k parallel: Warning: Only enough file handles to run 9 jobs in parallel. -par_k parallel: Warning: Running 'parallel -j0 -N 9 --pipe parallel -j0' or +par_k parallel: Warning: Only enough file handles to run 8 jobs in parallel. +par_k parallel: Warning: Running 'parallel -j0 -N 8 --pipe parallel -j0' or par_k parallel: Warning: raising 'ulimit -n' or 'nofile' in /etc/security/limits.conf par_k parallel: Warning: or /proc/sys/fs/file-max may help. par_k begin @@ -325,10 +325,10 @@ par_results_compress 0 par_results_compress 1 par_results_csv bug #: --results csv par_results_csv --header : --tag --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr -par_results_csv --header : --tag --files --compress 1,:,999.999,999.999,0,31,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --header : --tag --files --compress 2,:,999.999,999.999,0,31,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --header : --tag --files --compress 3,:,999.999,999.999,0,31,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --header : --tag --files --compress 4,:,999.999,999.999,0,31,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --header : --tag --files --compress 1,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --header : --tag --files --compress 2,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --header : --tag --files --compress 3,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --header : --tag --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile", par_results_csv --header : --tag --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr par_results_csv --header : --tag --files 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile", par_results_csv --header : --tag --files 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile", @@ -353,10 +353,10 @@ par_results_csv --header : --tag ", par_results_csv --header : --tag 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12 par_results_csv --header : --tag ", par_results_csv --header : --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr -par_results_csv --header : --files --compress 1,:,999.999,999.999,0,31,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --header : --files --compress 2,:,999.999,999.999,0,31,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --header : --files --compress 3,:,999.999,999.999,0,31,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --header : --files --compress 4,:,999.999,999.999,0,31,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --header : --files --compress 1,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --header : --files --compress 2,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --header : --files --compress 3,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --header : --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile, par_results_csv --header : --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,H2,H1,Stdout,Stderr par_results_csv --header : --files 1,:,999.999,999.999,0,6,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile, par_results_csv --header : --files 2,:,999.999,999.999,0,6,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile, @@ -381,15 +381,15 @@ par_results_csv --header : ", par_results_csv --header : 4,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 par_results_csv --header : ", par_results_csv --tag --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr -par_results_csv --tag --files --compress 1,:,999.999,999.999,0,31,0,0,"echo H2 H1",H2,H1,"H2 H1 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --tag --files --compress 2,:,999.999,999.999,0,31,0,0,"echo H2 11",H2,11,"H2 11 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --tag --files --compress 3,:,999.999,999.999,0,31,0,0,"echo H2 12",H2,12,"H2 12 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --tag --files --compress 4,:,999.999,999.999,0,31,0,0,"echo 22 H1",22,H1,"22 H1 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --tag --files --compress 5,:,999.999,999.999,0,31,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --tag --files --compress 6,:,999.999,999.999,0,31,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --tag --files --compress 7,:,999.999,999.999,0,31,0,0,"echo 23 H1",23,H1,"23 H1 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --tag --files --compress 8,:,999.999,999.999,0,31,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile", -par_results_csv --tag --files --compress 9,:,999.999,999.999,0,31,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 1,:,999.999,999.999,0,15,0,0,"echo H2 H1",H2,H1,"H2 H1 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 2,:,999.999,999.999,0,15,0,0,"echo H2 11",H2,11,"H2 11 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 3,:,999.999,999.999,0,15,0,0,"echo H2 12",H2,12,"H2 12 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 22 H1",22,H1,"22 H1 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 5,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,"22 11 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 6,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,"22 12 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 7,:,999.999,999.999,0,15,0,0,"echo 23 H1",23,H1,"23 H1 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 8,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,"23 11 /tmp/parallel-local-10s-tmpdir/tmpfile", +par_results_csv --tag --files --compress 9,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,"23 12 /tmp/parallel-local-10s-tmpdir/tmpfile", par_results_csv --tag --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr par_results_csv --tag --files 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,"H2 H1 /tmp/parallel-local-10s-tmpdir/tmpfile", par_results_csv --tag --files 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,"H2 11 /tmp/parallel-local-10s-tmpdir/tmpfile", @@ -439,15 +439,15 @@ par_results_csv --tag ", par_results_csv --tag 9,:,999.999,999.999,0,6,0,0,"echo 23 12",23,12,"23 12 23 12 par_results_csv --tag ", par_results_csv --files --compress Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr -par_results_csv --files --compress 1,:,999.999,999.999,0,31,0,0,"echo H2 H1",H2,H1,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --files --compress 2,:,999.999,999.999,0,31,0,0,"echo H2 11",H2,11,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --files --compress 3,:,999.999,999.999,0,31,0,0,"echo H2 12",H2,12,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --files --compress 4,:,999.999,999.999,0,31,0,0,"echo 22 H1",22,H1,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --files --compress 5,:,999.999,999.999,0,31,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --files --compress 6,:,999.999,999.999,0,31,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --files --compress 7,:,999.999,999.999,0,31,0,0,"echo 23 H1",23,H1,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --files --compress 8,:,999.999,999.999,0,31,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile, -par_results_csv --files --compress 9,:,999.999,999.999,0,31,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 1,:,999.999,999.999,0,15,0,0,"echo H2 H1",H2,H1,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 2,:,999.999,999.999,0,15,0,0,"echo H2 11",H2,11,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 3,:,999.999,999.999,0,15,0,0,"echo H2 12",H2,12,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 4,:,999.999,999.999,0,15,0,0,"echo 22 H1",22,H1,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 5,:,999.999,999.999,0,15,0,0,"echo 22 11",22,11,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 6,:,999.999,999.999,0,15,0,0,"echo 22 12",22,12,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 7,:,999.999,999.999,0,15,0,0,"echo 23 H1",23,H1,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 8,:,999.999,999.999,0,15,0,0,"echo 23 11",23,11,/tmp/parallel-local-10s-tmpdir/tmpfile, +par_results_csv --files --compress 9,:,999.999,999.999,0,15,0,0,"echo 23 12",23,12,/tmp/parallel-local-10s-tmpdir/tmpfile, par_results_csv --files Seq,Host,Starttime,JobRuntime,Send,Receive,Exitval,Signal,Command,V1,V2,Stdout,Stderr par_results_csv --files 1,:,999.999,999.999,0,6,0,0,"echo H2 H1",H2,H1,/tmp/parallel-local-10s-tmpdir/tmpfile, par_results_csv --files 2,:,999.999,999.999,0,6,0,0,"echo H2 11",H2,11,/tmp/parallel-local-10s-tmpdir/tmpfile, @@ -531,9 +531,9 @@ par_slow_total_jobs 2 par_slow_total_jobs parallel: Warning: Reading X arguments took longer than XX seconds. par_sockets_cores_threads ### Test --number-of-sockets/cores/threads par_sockets_cores_threads 1 -par_sockets_cores_threads 2 par_sockets_cores_threads 4 -par_sockets_cores_threads 2 +par_sockets_cores_threads 8 +par_sockets_cores_threads 4 par_sockets_cores_threads ### Test --use-sockets-instead-of-threads par_sockets_cores_threads threads done par_sockets_cores_threads sockets done diff --git a/testsuite/wanted-results/parallel-local-sql01 b/testsuite/wanted-results/parallel-local-sql01 index 65393a5f..4ed5b8c5 100644 --- a/testsuite/wanted-results/parallel-local-sql01 +++ b/testsuite/wanted-results/parallel-local-sql01 @@ -55,107 +55,107 @@ par_append $MYSQL hostname sleep .3;echo 15 E 15 E 15 E\n par_append $PG p_wrapper par_append '$PG' par_append $PG Exit=0 par_append $PG Exit=0 -par_append $PG host| command | v1 | v2 | stdout | stderr -par_append $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 11 A | 11 | A | 11 A +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 11 B | 11 | B | 11 B +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 11 C | 11 | C | 11 C +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 11 D | 11 | D | 11 D +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 11 E | 11 | E | 11 E +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 12 A | 12 | A | 12 A +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 12 B | 12 | B | 12 B +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 12 C | 12 | C | 12 C +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 12 D | 12 | D | 12 D +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 12 E | 12 | E | 12 E +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 13 A | 13 | A | 13 A +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 13 B | 13 | B | 13 B +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 13 C | 13 | C | 13 C +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 13 D | 13 | D | 13 D +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 13 E | 13 | E | 13 E +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 14 A | 14 | A | 14 A +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 14 B | 14 | B | 14 B +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 14 C | 14 | C | 14 C +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 14 D | 14 | D | 14 D +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 14 E | 14 | E | 14 E +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 15 A | 15 | A | 15 A +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 15 B | 15 | B | 15 B +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 15 C | 15 | C | 15 C +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 15 D | 15 | D | 15 D +| -par_append $PG | | | | | -par_append $PG hostname| sleep .3;echo 15 E | 15 | E | 15 E +| -par_append $PG | | | | | +par_append $PG host| command | v1 | v2 | stdout | stderr +par_append $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 11 A | 11 | A | 11 A +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 11 B | 11 | B | 11 B +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 11 C | 11 | C | 11 C +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 11 D | 11 | D | 11 D +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 11 E | 11 | E | 11 E +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 12 A | 12 | A | 12 A +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 12 B | 12 | B | 12 B +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 12 C | 12 | C | 12 C +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 12 D | 12 | D | 12 D +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 12 E | 12 | E | 12 E +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 13 A | 13 | A | 13 A +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 13 B | 13 | B | 13 B +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 13 C | 13 | C | 13 C +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 13 D | 13 | D | 13 D +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 13 E | 13 | E | 13 E +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 14 A | 14 | A | 14 A +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 14 B | 14 | B | 14 B +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 14 C | 14 | C | 14 C +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 14 D | 14 | D | 14 D +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 14 E | 14 | E | 14 E +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 15 A | 15 | A | 15 A +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 15 B | 15 | B | 15 B +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 15 C | 15 | C | 15 C +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 15 D | 15 | D | 15 D +| +par_append $PG | | | | | +par_append $PG hostname| sleep .3;echo 15 E | 15 | E | 15 E +| +par_append $PG | | | | | par_append $PG (50 rows) par_append $PG par_append $SQLITE p_wrapper par_append '$SQLITE' @@ -269,9 +269,9 @@ par_empty $MYSQL ERROR 1146 (42S02) at line 1: Table 'tange.TBL99999' doesn't ex par_empty $PG p_wrapper par_empty '$PG' par_empty $PG Exit=0 par_empty $PG Exit=0 -par_empty $PG ERROR: relation "TBL99999" does not exist +par_empty $PG ERROR: relation "TBL99999" does not exist par_empty $PG LINE 1: select Host,Command,V1,V2,Stdout,Stderr from TBL99999 order -par_empty $PG ^ +par_empty $PG ^ par_empty $SQLITE p_wrapper par_empty '$SQLITE' par_empty $SQLITE Exit=0 par_empty $SQLITE Exit=0 @@ -360,32 +360,32 @@ par_shuf $PG 5 e par_shuf $PG OK: Diff bigger than 2500 char par_shuf $PG Exit=0 par_shuf $PG Exit=0 -par_shuf $PG host| command | v1 | v2 | stdout | stderr -par_shuf $PG hostname| sleep .3;echo 1 a | 1 | a | /tmp/parallel-bug49791-792/1/1/2/a/stdout | /tmp/parallel-bug49791-792/1/1/2/a/stderr -par_shuf $PG hostname| sleep .3;echo 1 b | 1 | b | /tmp/parallel-bug49791-792/1/1/2/b/stdout | /tmp/parallel-bug49791-792/1/1/2/b/stderr -par_shuf $PG hostname| sleep .3;echo 1 c | 1 | c | /tmp/parallel-bug49791-792/1/1/2/c/stdout | /tmp/parallel-bug49791-792/1/1/2/c/stderr -par_shuf $PG hostname| sleep .3;echo 1 d | 1 | d | /tmp/parallel-bug49791-792/1/1/2/d/stdout | /tmp/parallel-bug49791-792/1/1/2/d/stderr -par_shuf $PG hostname| sleep .3;echo 1 e | 1 | e | /tmp/parallel-bug49791-792/1/1/2/e/stdout | /tmp/parallel-bug49791-792/1/1/2/e/stderr -par_shuf $PG hostname| sleep .3;echo 2 a | 2 | a | /tmp/parallel-bug49791-792/1/2/2/a/stdout | /tmp/parallel-bug49791-792/1/2/2/a/stderr -par_shuf $PG hostname| sleep .3;echo 2 b | 2 | b | /tmp/parallel-bug49791-792/1/2/2/b/stdout | /tmp/parallel-bug49791-792/1/2/2/b/stderr -par_shuf $PG hostname| sleep .3;echo 2 c | 2 | c | /tmp/parallel-bug49791-792/1/2/2/c/stdout | /tmp/parallel-bug49791-792/1/2/2/c/stderr -par_shuf $PG hostname| sleep .3;echo 2 d | 2 | d | /tmp/parallel-bug49791-792/1/2/2/d/stdout | /tmp/parallel-bug49791-792/1/2/2/d/stderr -par_shuf $PG hostname| sleep .3;echo 2 e | 2 | e | /tmp/parallel-bug49791-792/1/2/2/e/stdout | /tmp/parallel-bug49791-792/1/2/2/e/stderr -par_shuf $PG hostname| sleep .3;echo 3 a | 3 | a | /tmp/parallel-bug49791-792/1/3/2/a/stdout | /tmp/parallel-bug49791-792/1/3/2/a/stderr -par_shuf $PG hostname| sleep .3;echo 3 b | 3 | b | /tmp/parallel-bug49791-792/1/3/2/b/stdout | /tmp/parallel-bug49791-792/1/3/2/b/stderr -par_shuf $PG hostname| sleep .3;echo 3 c | 3 | c | /tmp/parallel-bug49791-792/1/3/2/c/stdout | /tmp/parallel-bug49791-792/1/3/2/c/stderr -par_shuf $PG hostname| sleep .3;echo 3 d | 3 | d | /tmp/parallel-bug49791-792/1/3/2/d/stdout | /tmp/parallel-bug49791-792/1/3/2/d/stderr -par_shuf $PG hostname| sleep .3;echo 3 e | 3 | e | /tmp/parallel-bug49791-792/1/3/2/e/stdout | /tmp/parallel-bug49791-792/1/3/2/e/stderr -par_shuf $PG hostname| sleep .3;echo 4 a | 4 | a | /tmp/parallel-bug49791-792/1/4/2/a/stdout | /tmp/parallel-bug49791-792/1/4/2/a/stderr -par_shuf $PG hostname| sleep .3;echo 4 b | 4 | b | /tmp/parallel-bug49791-792/1/4/2/b/stdout | /tmp/parallel-bug49791-792/1/4/2/b/stderr -par_shuf $PG hostname| sleep .3;echo 4 c | 4 | c | /tmp/parallel-bug49791-792/1/4/2/c/stdout | /tmp/parallel-bug49791-792/1/4/2/c/stderr -par_shuf $PG hostname| sleep .3;echo 4 d | 4 | d | /tmp/parallel-bug49791-792/1/4/2/d/stdout | /tmp/parallel-bug49791-792/1/4/2/d/stderr -par_shuf $PG hostname| sleep .3;echo 4 e | 4 | e | /tmp/parallel-bug49791-792/1/4/2/e/stdout | /tmp/parallel-bug49791-792/1/4/2/e/stderr -par_shuf $PG hostname| sleep .3;echo 5 a | 5 | a | /tmp/parallel-bug49791-792/1/5/2/a/stdout | /tmp/parallel-bug49791-792/1/5/2/a/stderr -par_shuf $PG hostname| sleep .3;echo 5 b | 5 | b | /tmp/parallel-bug49791-792/1/5/2/b/stdout | /tmp/parallel-bug49791-792/1/5/2/b/stderr -par_shuf $PG hostname| sleep .3;echo 5 c | 5 | c | /tmp/parallel-bug49791-792/1/5/2/c/stdout | /tmp/parallel-bug49791-792/1/5/2/c/stderr -par_shuf $PG hostname| sleep .3;echo 5 d | 5 | d | /tmp/parallel-bug49791-792/1/5/2/d/stdout | /tmp/parallel-bug49791-792/1/5/2/d/stderr -par_shuf $PG hostname| sleep .3;echo 5 e | 5 | e | /tmp/parallel-bug49791-792/1/5/2/e/stdout | /tmp/parallel-bug49791-792/1/5/2/e/stderr +par_shuf $PG host| command | v1 | v2 | stdout | stderr +par_shuf $PG hostname| sleep .3;echo 1 a | 1 | a | /tmp/parallel-bug49791-792/1/1/2/a/stdout | /tmp/parallel-bug49791-792/1/1/2/a/stderr +par_shuf $PG hostname| sleep .3;echo 1 b | 1 | b | /tmp/parallel-bug49791-792/1/1/2/b/stdout | /tmp/parallel-bug49791-792/1/1/2/b/stderr +par_shuf $PG hostname| sleep .3;echo 1 c | 1 | c | /tmp/parallel-bug49791-792/1/1/2/c/stdout | /tmp/parallel-bug49791-792/1/1/2/c/stderr +par_shuf $PG hostname| sleep .3;echo 1 d | 1 | d | /tmp/parallel-bug49791-792/1/1/2/d/stdout | /tmp/parallel-bug49791-792/1/1/2/d/stderr +par_shuf $PG hostname| sleep .3;echo 1 e | 1 | e | /tmp/parallel-bug49791-792/1/1/2/e/stdout | /tmp/parallel-bug49791-792/1/1/2/e/stderr +par_shuf $PG hostname| sleep .3;echo 2 a | 2 | a | /tmp/parallel-bug49791-792/1/2/2/a/stdout | /tmp/parallel-bug49791-792/1/2/2/a/stderr +par_shuf $PG hostname| sleep .3;echo 2 b | 2 | b | /tmp/parallel-bug49791-792/1/2/2/b/stdout | /tmp/parallel-bug49791-792/1/2/2/b/stderr +par_shuf $PG hostname| sleep .3;echo 2 c | 2 | c | /tmp/parallel-bug49791-792/1/2/2/c/stdout | /tmp/parallel-bug49791-792/1/2/2/c/stderr +par_shuf $PG hostname| sleep .3;echo 2 d | 2 | d | /tmp/parallel-bug49791-792/1/2/2/d/stdout | /tmp/parallel-bug49791-792/1/2/2/d/stderr +par_shuf $PG hostname| sleep .3;echo 2 e | 2 | e | /tmp/parallel-bug49791-792/1/2/2/e/stdout | /tmp/parallel-bug49791-792/1/2/2/e/stderr +par_shuf $PG hostname| sleep .3;echo 3 a | 3 | a | /tmp/parallel-bug49791-792/1/3/2/a/stdout | /tmp/parallel-bug49791-792/1/3/2/a/stderr +par_shuf $PG hostname| sleep .3;echo 3 b | 3 | b | /tmp/parallel-bug49791-792/1/3/2/b/stdout | /tmp/parallel-bug49791-792/1/3/2/b/stderr +par_shuf $PG hostname| sleep .3;echo 3 c | 3 | c | /tmp/parallel-bug49791-792/1/3/2/c/stdout | /tmp/parallel-bug49791-792/1/3/2/c/stderr +par_shuf $PG hostname| sleep .3;echo 3 d | 3 | d | /tmp/parallel-bug49791-792/1/3/2/d/stdout | /tmp/parallel-bug49791-792/1/3/2/d/stderr +par_shuf $PG hostname| sleep .3;echo 3 e | 3 | e | /tmp/parallel-bug49791-792/1/3/2/e/stdout | /tmp/parallel-bug49791-792/1/3/2/e/stderr +par_shuf $PG hostname| sleep .3;echo 4 a | 4 | a | /tmp/parallel-bug49791-792/1/4/2/a/stdout | /tmp/parallel-bug49791-792/1/4/2/a/stderr +par_shuf $PG hostname| sleep .3;echo 4 b | 4 | b | /tmp/parallel-bug49791-792/1/4/2/b/stdout | /tmp/parallel-bug49791-792/1/4/2/b/stderr +par_shuf $PG hostname| sleep .3;echo 4 c | 4 | c | /tmp/parallel-bug49791-792/1/4/2/c/stdout | /tmp/parallel-bug49791-792/1/4/2/c/stderr +par_shuf $PG hostname| sleep .3;echo 4 d | 4 | d | /tmp/parallel-bug49791-792/1/4/2/d/stdout | /tmp/parallel-bug49791-792/1/4/2/d/stderr +par_shuf $PG hostname| sleep .3;echo 4 e | 4 | e | /tmp/parallel-bug49791-792/1/4/2/e/stdout | /tmp/parallel-bug49791-792/1/4/2/e/stderr +par_shuf $PG hostname| sleep .3;echo 5 a | 5 | a | /tmp/parallel-bug49791-792/1/5/2/a/stdout | /tmp/parallel-bug49791-792/1/5/2/a/stderr +par_shuf $PG hostname| sleep .3;echo 5 b | 5 | b | /tmp/parallel-bug49791-792/1/5/2/b/stdout | /tmp/parallel-bug49791-792/1/5/2/b/stderr +par_shuf $PG hostname| sleep .3;echo 5 c | 5 | c | /tmp/parallel-bug49791-792/1/5/2/c/stdout | /tmp/parallel-bug49791-792/1/5/2/c/stderr +par_shuf $PG hostname| sleep .3;echo 5 d | 5 | d | /tmp/parallel-bug49791-792/1/5/2/d/stdout | /tmp/parallel-bug49791-792/1/5/2/d/stderr +par_shuf $PG hostname| sleep .3;echo 5 e | 5 | e | /tmp/parallel-bug49791-792/1/5/2/e/stdout | /tmp/parallel-bug49791-792/1/5/2/e/stderr par_shuf $PG (25 rows) par_shuf $PG par_shuf $SQLITE p_wrapper par_shuf '$SQLITE' @@ -475,57 +475,57 @@ par_sqlandworker $MYSQL hostname sleep .3;echo 5 e 5 e 5 e\n par_sqlandworker $PG p_wrapper par_sqlandworker '$PG' par_sqlandworker $PG Exit=0 par_sqlandworker $PG Exit=0 -par_sqlandworker $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d +| -par_sqlandworker $PG | | | | | -par_sqlandworker $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e +| -par_sqlandworker $PG | | | | | +par_sqlandworker $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d +| +par_sqlandworker $PG | | | | | +par_sqlandworker $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e +| +par_sqlandworker $PG | | | | | par_sqlandworker $PG (25 rows) par_sqlandworker $PG par_sqlandworker $SQLITE p_wrapper par_sqlandworker '$SQLITE' @@ -614,57 +614,57 @@ par_sqlandworker_compress_linebuffer_tag $MYSQL hostname sleep .3;echo 5 e 5 e 5 par_sqlandworker_compress_linebuffer_tag $PG p_wrapper par_sqlandworker_compress_linebuffer_tag '$PG' par_sqlandworker_compress_linebuffer_tag $PG Exit=0 par_sqlandworker_compress_linebuffer_tag $PG Exit=0 -par_sqlandworker_compress_linebuffer_tag $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a 1 a+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b 1 b+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c 1 c+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d 1 d+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e 1 e+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a 2 a+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b 2 b+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c 2 c+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d 2 d+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e 2 e+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a 3 a+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b 3 b+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c 3 c+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d 3 d+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e 3 e+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a 4 a+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b 4 b+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c 4 c+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d 4 d+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e 4 e+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a 5 a+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b 5 b+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c 5 c+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d 5 d+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | -par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e 5 e+| -par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a 1 a+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b 1 b+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c 1 c+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d 1 d+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e 1 e+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a 2 a+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b 2 b+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c 2 c+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d 2 d+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e 2 e+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a 3 a+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b 3 b+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c 3 c+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d 3 d+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e 3 e+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a 4 a+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b 4 b+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c 4 c+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d 4 d+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e 4 e+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a 5 a+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b 5 b+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c 5 c+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d 5 d+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | +par_sqlandworker_compress_linebuffer_tag $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e 5 e+| +par_sqlandworker_compress_linebuffer_tag $PG | | | | | par_sqlandworker_compress_linebuffer_tag $PG (25 rows) par_sqlandworker_compress_linebuffer_tag $PG par_sqlandworker_compress_linebuffer_tag $SQLITE p_wrapper par_sqlandworker_compress_linebuffer_tag '$SQLITE' @@ -753,57 +753,57 @@ par_sqlandworker_linebuffer $MYSQL hostname sleep .3;echo 5 e 5 e 5 e\n par_sqlandworker_linebuffer $PG p_wrapper par_sqlandworker_linebuffer '$PG' par_sqlandworker_linebuffer $PG Exit=0 par_sqlandworker_linebuffer $PG Exit=0 -par_sqlandworker_linebuffer $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d +| -par_sqlandworker_linebuffer $PG | | | | | -par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e +| -par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d +| +par_sqlandworker_linebuffer $PG | | | | | +par_sqlandworker_linebuffer $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e +| +par_sqlandworker_linebuffer $PG | | | | | par_sqlandworker_linebuffer $PG (25 rows) par_sqlandworker_linebuffer $PG par_sqlandworker_linebuffer $SQLITE p_wrapper par_sqlandworker_linebuffer '$SQLITE' @@ -892,57 +892,57 @@ par_sqlandworker_linebuffer_tag $MYSQL hostname sleep .3;echo 5 e 5 e 5 e\t5 e\n par_sqlandworker_linebuffer_tag $PG p_wrapper par_sqlandworker_linebuffer_tag '$PG' par_sqlandworker_linebuffer_tag $PG Exit=0 par_sqlandworker_linebuffer_tag $PG Exit=0 -par_sqlandworker_linebuffer_tag $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a 1 a+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b 1 b+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c 1 c+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d 1 d+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e 1 e+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a 2 a+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b 2 b+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c 2 c+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d 2 d+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e 2 e+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a 3 a+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b 3 b+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c 3 c+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d 3 d+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e 3 e+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a 4 a+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b 4 b+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c 4 c+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d 4 d+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e 4 e+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a 5 a+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b 5 b+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c 5 c+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d 5 d+| -par_sqlandworker_linebuffer_tag $PG | | | | | -par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e 5 e+| -par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a 1 a+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b 1 b+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c 1 c+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d 1 d+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e 1 e+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a 2 a+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b 2 b+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c 2 c+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d 2 d+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e 2 e+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a 3 a+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b 3 b+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c 3 c+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d 3 d+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e 3 e+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a 4 a+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b 4 b+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c 4 c+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d 4 d+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e 4 e+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a 5 a+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b 5 b+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c 5 c+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d 5 d+| +par_sqlandworker_linebuffer_tag $PG | | | | | +par_sqlandworker_linebuffer_tag $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e 5 e+| +par_sqlandworker_linebuffer_tag $PG | | | | | par_sqlandworker_linebuffer_tag $PG (25 rows) par_sqlandworker_linebuffer_tag $PG par_sqlandworker_linebuffer_tag $SQLITE p_wrapper par_sqlandworker_linebuffer_tag '$SQLITE' @@ -1031,57 +1031,57 @@ par_sqlandworker_lo $MYSQL lo sleep .3;echo 5 e 5 e 5 e\n par_sqlandworker_lo $PG p_wrapper par_sqlandworker_lo '$PG' par_sqlandworker_lo $PG Exit=0 par_sqlandworker_lo $PG Exit=0 -par_sqlandworker_lo $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker_lo $PG lo | sleep .3;echo 1 a | 1 | a | 1 a +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 1 b | 1 | b | 1 b +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 1 c | 1 | c | 1 c +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 1 d | 1 | d | 1 d +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 1 e | 1 | e | 1 e +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 2 a | 2 | a | 2 a +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 2 b | 2 | b | 2 b +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 2 c | 2 | c | 2 c +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 2 d | 2 | d | 2 d +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 2 e | 2 | e | 2 e +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 3 a | 3 | a | 3 a +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 3 b | 3 | b | 3 b +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 3 c | 3 | c | 3 c +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 3 d | 3 | d | 3 d +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 3 e | 3 | e | 3 e +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 4 a | 4 | a | 4 a +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 4 b | 4 | b | 4 b +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 4 c | 4 | c | 4 c +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 4 d | 4 | d | 4 d +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 4 e | 4 | e | 4 e +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 5 a | 5 | a | 5 a +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 5 b | 5 | b | 5 b +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 5 c | 5 | c | 5 c +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 5 d | 5 | d | 5 d +| -par_sqlandworker_lo $PG | | | | | -par_sqlandworker_lo $PG lo | sleep .3;echo 5 e | 5 | e | 5 e +| -par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker_lo $PG lo | sleep .3;echo 1 a | 1 | a | 1 a +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 1 b | 1 | b | 1 b +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 1 c | 1 | c | 1 c +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 1 d | 1 | d | 1 d +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 1 e | 1 | e | 1 e +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 2 a | 2 | a | 2 a +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 2 b | 2 | b | 2 b +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 2 c | 2 | c | 2 c +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 2 d | 2 | d | 2 d +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 2 e | 2 | e | 2 e +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 3 a | 3 | a | 3 a +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 3 b | 3 | b | 3 b +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 3 c | 3 | c | 3 c +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 3 d | 3 | d | 3 d +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 3 e | 3 | e | 3 e +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 4 a | 4 | a | 4 a +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 4 b | 4 | b | 4 b +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 4 c | 4 | c | 4 c +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 4 d | 4 | d | 4 d +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 4 e | 4 | e | 4 e +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 5 a | 5 | a | 5 a +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 5 b | 5 | b | 5 b +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 5 c | 5 | c | 5 c +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 5 d | 5 | d | 5 d +| +par_sqlandworker_lo $PG | | | | | +par_sqlandworker_lo $PG lo | sleep .3;echo 5 e | 5 | e | 5 e +| +par_sqlandworker_lo $PG | | | | | par_sqlandworker_lo $PG (25 rows) par_sqlandworker_lo $PG par_sqlandworker_lo $SQLITE p_wrapper par_sqlandworker_lo '$SQLITE' @@ -1170,32 +1170,32 @@ par_sqlandworker_results $MYSQL hostname sleep .3;echo 5 e 5 e /tmp/out--sql/1/5 par_sqlandworker_results $PG p_wrapper par_sqlandworker_results '$PG' par_sqlandworker_results $PG Exit=0 par_sqlandworker_results $PG Exit=0 -par_sqlandworker_results $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 1 a | 1 | a | /tmp/out--sql/1/1/2/a/stdout | /tmp/out--sql/1/1/2/a/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 1 b | 1 | b | /tmp/out--sql/1/1/2/b/stdout | /tmp/out--sql/1/1/2/b/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 1 c | 1 | c | /tmp/out--sql/1/1/2/c/stdout | /tmp/out--sql/1/1/2/c/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 1 d | 1 | d | /tmp/out--sql/1/1/2/d/stdout | /tmp/out--sql/1/1/2/d/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 1 e | 1 | e | /tmp/out--sql/1/1/2/e/stdout | /tmp/out--sql/1/1/2/e/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 2 a | 2 | a | /tmp/out--sql/1/2/2/a/stdout | /tmp/out--sql/1/2/2/a/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 2 b | 2 | b | /tmp/out--sql/1/2/2/b/stdout | /tmp/out--sql/1/2/2/b/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 2 c | 2 | c | /tmp/out--sql/1/2/2/c/stdout | /tmp/out--sql/1/2/2/c/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 2 d | 2 | d | /tmp/out--sql/1/2/2/d/stdout | /tmp/out--sql/1/2/2/d/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 2 e | 2 | e | /tmp/out--sql/1/2/2/e/stdout | /tmp/out--sql/1/2/2/e/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 3 a | 3 | a | /tmp/out--sql/1/3/2/a/stdout | /tmp/out--sql/1/3/2/a/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 3 b | 3 | b | /tmp/out--sql/1/3/2/b/stdout | /tmp/out--sql/1/3/2/b/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 3 c | 3 | c | /tmp/out--sql/1/3/2/c/stdout | /tmp/out--sql/1/3/2/c/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 3 d | 3 | d | /tmp/out--sql/1/3/2/d/stdout | /tmp/out--sql/1/3/2/d/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 3 e | 3 | e | /tmp/out--sql/1/3/2/e/stdout | /tmp/out--sql/1/3/2/e/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 4 a | 4 | a | /tmp/out--sql/1/4/2/a/stdout | /tmp/out--sql/1/4/2/a/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 4 b | 4 | b | /tmp/out--sql/1/4/2/b/stdout | /tmp/out--sql/1/4/2/b/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 4 c | 4 | c | /tmp/out--sql/1/4/2/c/stdout | /tmp/out--sql/1/4/2/c/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 4 d | 4 | d | /tmp/out--sql/1/4/2/d/stdout | /tmp/out--sql/1/4/2/d/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 4 e | 4 | e | /tmp/out--sql/1/4/2/e/stdout | /tmp/out--sql/1/4/2/e/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 5 a | 5 | a | /tmp/out--sql/1/5/2/a/stdout | /tmp/out--sql/1/5/2/a/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 5 b | 5 | b | /tmp/out--sql/1/5/2/b/stdout | /tmp/out--sql/1/5/2/b/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 5 c | 5 | c | /tmp/out--sql/1/5/2/c/stdout | /tmp/out--sql/1/5/2/c/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 5 d | 5 | d | /tmp/out--sql/1/5/2/d/stdout | /tmp/out--sql/1/5/2/d/stderr -par_sqlandworker_results $PG hostname| sleep .3;echo 5 e | 5 | e | /tmp/out--sql/1/5/2/e/stdout | /tmp/out--sql/1/5/2/e/stderr +par_sqlandworker_results $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 1 a | 1 | a | /tmp/out--sql/1/1/2/a/stdout | /tmp/out--sql/1/1/2/a/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 1 b | 1 | b | /tmp/out--sql/1/1/2/b/stdout | /tmp/out--sql/1/1/2/b/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 1 c | 1 | c | /tmp/out--sql/1/1/2/c/stdout | /tmp/out--sql/1/1/2/c/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 1 d | 1 | d | /tmp/out--sql/1/1/2/d/stdout | /tmp/out--sql/1/1/2/d/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 1 e | 1 | e | /tmp/out--sql/1/1/2/e/stdout | /tmp/out--sql/1/1/2/e/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 2 a | 2 | a | /tmp/out--sql/1/2/2/a/stdout | /tmp/out--sql/1/2/2/a/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 2 b | 2 | b | /tmp/out--sql/1/2/2/b/stdout | /tmp/out--sql/1/2/2/b/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 2 c | 2 | c | /tmp/out--sql/1/2/2/c/stdout | /tmp/out--sql/1/2/2/c/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 2 d | 2 | d | /tmp/out--sql/1/2/2/d/stdout | /tmp/out--sql/1/2/2/d/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 2 e | 2 | e | /tmp/out--sql/1/2/2/e/stdout | /tmp/out--sql/1/2/2/e/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 3 a | 3 | a | /tmp/out--sql/1/3/2/a/stdout | /tmp/out--sql/1/3/2/a/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 3 b | 3 | b | /tmp/out--sql/1/3/2/b/stdout | /tmp/out--sql/1/3/2/b/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 3 c | 3 | c | /tmp/out--sql/1/3/2/c/stdout | /tmp/out--sql/1/3/2/c/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 3 d | 3 | d | /tmp/out--sql/1/3/2/d/stdout | /tmp/out--sql/1/3/2/d/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 3 e | 3 | e | /tmp/out--sql/1/3/2/e/stdout | /tmp/out--sql/1/3/2/e/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 4 a | 4 | a | /tmp/out--sql/1/4/2/a/stdout | /tmp/out--sql/1/4/2/a/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 4 b | 4 | b | /tmp/out--sql/1/4/2/b/stdout | /tmp/out--sql/1/4/2/b/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 4 c | 4 | c | /tmp/out--sql/1/4/2/c/stdout | /tmp/out--sql/1/4/2/c/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 4 d | 4 | d | /tmp/out--sql/1/4/2/d/stdout | /tmp/out--sql/1/4/2/d/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 4 e | 4 | e | /tmp/out--sql/1/4/2/e/stdout | /tmp/out--sql/1/4/2/e/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 5 a | 5 | a | /tmp/out--sql/1/5/2/a/stdout | /tmp/out--sql/1/5/2/a/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 5 b | 5 | b | /tmp/out--sql/1/5/2/b/stdout | /tmp/out--sql/1/5/2/b/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 5 c | 5 | c | /tmp/out--sql/1/5/2/c/stdout | /tmp/out--sql/1/5/2/c/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 5 d | 5 | d | /tmp/out--sql/1/5/2/d/stdout | /tmp/out--sql/1/5/2/d/stderr +par_sqlandworker_results $PG hostname| sleep .3;echo 5 e | 5 | e | /tmp/out--sql/1/5/2/e/stdout | /tmp/out--sql/1/5/2/e/stderr par_sqlandworker_results $PG (25 rows) par_sqlandworker_results $PG par_sqlandworker_results $SQLITE p_wrapper par_sqlandworker_results '$SQLITE' @@ -1259,57 +1259,57 @@ par_sqlandworker_tag $MYSQL hostname sleep .3;echo 5 e 5 e 5 e\t5 e\n par_sqlandworker_tag $PG p_wrapper par_sqlandworker_tag '$PG' par_sqlandworker_tag $PG Exit=0 par_sqlandworker_tag $PG Exit=0 -par_sqlandworker_tag $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker_tag $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a 1 a+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b 1 b+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c 1 c+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d 1 d+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e 1 e+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a 2 a+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b 2 b+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c 2 c+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d 2 d+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e 2 e+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a 3 a+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b 3 b+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c 3 c+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d 3 d+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e 3 e+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a 4 a+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b 4 b+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c 4 c+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d 4 d+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e 4 e+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a 5 a+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b 5 b+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c 5 c+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d 5 d+| -par_sqlandworker_tag $PG | | | | | -par_sqlandworker_tag $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e 5 e+| -par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker_tag $PG hostname| sleep .3;echo 1 a | 1 | a | 1 a 1 a+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 1 b | 1 | b | 1 b 1 b+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 1 c | 1 | c | 1 c 1 c+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 1 d | 1 | d | 1 d 1 d+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 1 e | 1 | e | 1 e 1 e+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 2 a | 2 | a | 2 a 2 a+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 2 b | 2 | b | 2 b 2 b+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 2 c | 2 | c | 2 c 2 c+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 2 d | 2 | d | 2 d 2 d+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 2 e | 2 | e | 2 e 2 e+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 3 a | 3 | a | 3 a 3 a+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 3 b | 3 | b | 3 b 3 b+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 3 c | 3 | c | 3 c 3 c+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 3 d | 3 | d | 3 d 3 d+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 3 e | 3 | e | 3 e 3 e+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 4 a | 4 | a | 4 a 4 a+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 4 b | 4 | b | 4 b 4 b+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 4 c | 4 | c | 4 c 4 c+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 4 d | 4 | d | 4 d 4 d+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 4 e | 4 | e | 4 e 4 e+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 5 a | 5 | a | 5 a 5 a+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 5 b | 5 | b | 5 b 5 b+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 5 c | 5 | c | 5 c 5 c+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 5 d | 5 | d | 5 d 5 d+| +par_sqlandworker_tag $PG | | | | | +par_sqlandworker_tag $PG hostname| sleep .3;echo 5 e | 5 | e | 5 e 5 e+| +par_sqlandworker_tag $PG | | | | | par_sqlandworker_tag $PG (25 rows) par_sqlandworker_tag $PG par_sqlandworker_tag $SQLITE p_wrapper par_sqlandworker_tag '$SQLITE' @@ -1398,82 +1398,82 @@ par_sqlandworker_total_jobs $MYSQL hostname echo 25 of 25; sleep .3;echo 5 e 25 par_sqlandworker_total_jobs $PG p_wrapper par_sqlandworker_total_jobs '$PG' par_sqlandworker_total_jobs $PG Exit=0 par_sqlandworker_total_jobs $PG Exit=0 -par_sqlandworker_total_jobs $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker_total_jobs $PG hostname| echo 1 of 25; sleep .3;echo | 1 | a | 1 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 2 of 25; sleep .3;echo | 1 | b | 2 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 3 of 25; sleep .3;echo | 1 | c | 3 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 4 of 25; sleep .3;echo | 1 | d | 4 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 5 of 25; sleep .3;echo | 1 | e | 5 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 6 of 25; sleep .3;echo | 2 | a | 6 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 7 of 25; sleep .3;echo | 2 | b | 7 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 8 of 25; sleep .3;echo | 2 | c | 8 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 9 of 25; sleep .3;echo | 2 | d | 9 of 25 +| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 10 of 25; sleep .3;echo | 2 | e | 10 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 11 of 25; sleep .3;echo | 3 | a | 11 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 12 of 25; sleep .3;echo | 3 | b | 12 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 13 of 25; sleep .3;echo | 3 | c | 13 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 14 of 25; sleep .3;echo | 3 | d | 14 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 15 of 25; sleep .3;echo | 3 | e | 15 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 16 of 25; sleep .3;echo | 4 | a | 16 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 17 of 25; sleep .3;echo | 4 | b | 17 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 18 of 25; sleep .3;echo | 4 | c | 18 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 19 of 25; sleep .3;echo | 4 | d | 19 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 20 of 25; sleep .3;echo | 4 | e | 20 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 21 of 25; sleep .3;echo | 5 | a | 21 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 22 of 25; sleep .3;echo | 5 | b | 22 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 23 of 25; sleep .3;echo | 5 | c | 23 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 24 of 25; sleep .3;echo | 5 | d | 24 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | -par_sqlandworker_total_jobs $PG hostname| echo 25 of 25; sleep .3;echo | 5 | e | 25 of 25+| -par_sqlandworker_total_jobs $PG | | | | +| -par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker_total_jobs $PG hostname| echo 1 of 25; sleep .3;echo | 1 | a | 1 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 2 of 25; sleep .3;echo | 1 | b | 2 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 3 of 25; sleep .3;echo | 1 | c | 3 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 4 of 25; sleep .3;echo | 1 | d | 4 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 5 of 25; sleep .3;echo | 1 | e | 5 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 6 of 25; sleep .3;echo | 2 | a | 6 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 7 of 25; sleep .3;echo | 2 | b | 7 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 8 of 25; sleep .3;echo | 2 | c | 8 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 9 of 25; sleep .3;echo | 2 | d | 9 of 25 +| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 10 of 25; sleep .3;echo | 2 | e | 10 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 11 of 25; sleep .3;echo | 3 | a | 11 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 12 of 25; sleep .3;echo | 3 | b | 12 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 13 of 25; sleep .3;echo | 3 | c | 13 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 14 of 25; sleep .3;echo | 3 | d | 14 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 15 of 25; sleep .3;echo | 3 | e | 15 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 16 of 25; sleep .3;echo | 4 | a | 16 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 17 of 25; sleep .3;echo | 4 | b | 17 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 18 of 25; sleep .3;echo | 4 | c | 18 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 19 of 25; sleep .3;echo | 4 | d | 19 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 20 of 25; sleep .3;echo | 4 | e | 20 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 21 of 25; sleep .3;echo | 5 | a | 21 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 22 of 25; sleep .3;echo | 5 | b | 22 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 23 of 25; sleep .3;echo | 5 | c | 23 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 24 of 25; sleep .3;echo | 5 | d | 24 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | +par_sqlandworker_total_jobs $PG hostname| echo 25 of 25; sleep .3;echo | 5 | e | 25 of 25+| +par_sqlandworker_total_jobs $PG | | | | +| +par_sqlandworker_total_jobs $PG | | | | | par_sqlandworker_total_jobs $PG (25 rows) par_sqlandworker_total_jobs $PG par_sqlandworker_total_jobs $SQLITE p_wrapper par_sqlandworker_total_jobs '$SQLITE' @@ -1587,32 +1587,32 @@ par_sqlandworker_unbuffer $MYSQL hostname sleep .3;echo 5 e 5 e par_sqlandworker_unbuffer $PG p_wrapper par_sqlandworker_unbuffer '$PG' par_sqlandworker_unbuffer $PG Exit=0 par_sqlandworker_unbuffer $PG Exit=0 -par_sqlandworker_unbuffer $PG host| command | v1 | v2 | stdout | stderr -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 a | 1 | a | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 b | 1 | b | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 c | 1 | c | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 d | 1 | d | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 e | 1 | e | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 a | 2 | a | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 b | 2 | b | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 c | 2 | c | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 d | 2 | d | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 e | 2 | e | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 a | 3 | a | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 b | 3 | b | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 c | 3 | c | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 d | 3 | d | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 e | 3 | e | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 a | 4 | a | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 b | 4 | b | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 c | 4 | c | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 d | 4 | d | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 e | 4 | e | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 a | 5 | a | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 b | 5 | b | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 c | 5 | c | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 d | 5 | d | | -par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 e | 5 | e | | +par_sqlandworker_unbuffer $PG host| command | v1 | v2 | stdout | stderr +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 a | 1 | a | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 b | 1 | b | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 c | 1 | c | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 d | 1 | d | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 1 e | 1 | e | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 a | 2 | a | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 b | 2 | b | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 c | 2 | c | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 d | 2 | d | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 2 e | 2 | e | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 a | 3 | a | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 b | 3 | b | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 c | 3 | c | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 d | 3 | d | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 3 e | 3 | e | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 a | 4 | a | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 b | 4 | b | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 c | 4 | c | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 d | 4 | d | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 4 e | 4 | e | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 a | 5 | a | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 b | 5 | b | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 c | 5 | c | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 d | 5 | d | | +par_sqlandworker_unbuffer $PG hostname| sleep .3;echo 5 e | 5 | e | | par_sqlandworker_unbuffer $PG (25 rows) par_sqlandworker_unbuffer $PG par_sqlandworker_unbuffer $SQLITE p_wrapper par_sqlandworker_unbuffer '$SQLITE' diff --git a/testsuite/wanted-results/parallel-local-ssh2 b/testsuite/wanted-results/parallel-local-ssh2 index 43d38e4b..828abba6 100644 --- a/testsuite/wanted-results/parallel-local-ssh2 +++ b/testsuite/wanted-results/parallel-local-ssh2 @@ -90,14 +90,14 @@ par_tee_ssh 2 par_tee_ssh 3 par_tee_ssh 3 par_wd_no_such_dir ### --wd no-such-dir - csh -par_wd_no_such_dir mkdir: cannot create directory ‘/no-such-dir’: Permission denied +par_wd_no_such_dir mkdir: cannot create directory '/no-such-dir': Permission denied par_wd_no_such_dir parallel: Cannot chdir to /no-such-dir par_wd_no_such_dir Exit code 1 par_wd_no_such_dir ### --wd no-such-dir - tcsh -par_wd_no_such_dir mkdir: cannot create directory ‘/no-such-dir’: Permission denied +par_wd_no_such_dir mkdir: cannot create directory '/no-such-dir': Permission denied par_wd_no_such_dir parallel: Cannot chdir to /no-such-dir par_wd_no_such_dir Exit code 1 par_wd_no_such_dir ### --wd no-such-dir - bash -par_wd_no_such_dir mkdir: cannot create directory ‘/no-such-dir’: Permission denied +par_wd_no_such_dir mkdir: cannot create directory '/no-such-dir': Permission denied par_wd_no_such_dir parallel: Cannot chdir to /no-such-dir par_wd_no_such_dir Exit code 1 diff --git a/testsuite/wanted-results/parallel-local-ssh5 b/testsuite/wanted-results/parallel-local-ssh5 index 2765c023..81d1bc4d 100644 --- a/testsuite/wanted-results/parallel-local-ssh5 +++ b/testsuite/wanted-results/parallel-local-ssh5 @@ -18,6 +18,527 @@ par_env_parallel_onall Myfunc works par_controlmaster_eats bug #36707: --controlmaster eats jobs par_controlmaster_eats OK1 par_controlmaster_eats OK2 +par_command_len_shellquote ### test quoting will not cause a crash if too long +par_command_len_shellquote -Slo -j10 " 1 1 1 1 4 +par_command_len_shellquote -Slo -j10 " 1 2 1 1 10 +par_command_len_shellquote -Slo -j10 " 1 3 1 1 28 +par_command_len_shellquote -Slo -j10 " 1 4 1 1 82 +par_command_len_shellquote -Slo -j10 " 1 5 1 1 244 +par_command_len_shellquote -Slo -j10 " 1 6 1 1 730 +par_command_len_shellquote -Slo -j10 " 1 7 1 1 2188 +par_command_len_shellquote -Slo -j10 " 1 8 1 1 6562 +par_command_len_shellquote -Slo -j10 " 1 9 1 1 19684 +par_command_len_shellquote -Slo -j10 " 1 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 2 1 1 1 5 +par_command_len_shellquote -Slo -j10 " 2 2 1 1 11 +par_command_len_shellquote -Slo -j10 " 2 3 1 1 29 +par_command_len_shellquote -Slo -j10 " 2 4 1 1 83 +par_command_len_shellquote -Slo -j10 " 2 5 1 1 245 +par_command_len_shellquote -Slo -j10 " 2 6 1 1 731 +par_command_len_shellquote -Slo -j10 " 2 7 1 1 2189 +par_command_len_shellquote -Slo -j10 " 2 8 1 1 6563 +par_command_len_shellquote -Slo -j10 " 2 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 2 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 3 1 1 1 6 +par_command_len_shellquote -Slo -j10 " 3 2 1 1 12 +par_command_len_shellquote -Slo -j10 " 3 3 1 1 30 +par_command_len_shellquote -Slo -j10 " 3 4 1 1 84 +par_command_len_shellquote -Slo -j10 " 3 5 1 1 246 +par_command_len_shellquote -Slo -j10 " 3 6 1 1 732 +par_command_len_shellquote -Slo -j10 " 3 7 1 1 2190 +par_command_len_shellquote -Slo -j10 " 3 8 1 1 6564 +par_command_len_shellquote -Slo -j10 " 3 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 3 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 4 1 1 1 7 +par_command_len_shellquote -Slo -j10 " 4 2 1 1 13 +par_command_len_shellquote -Slo -j10 " 4 3 1 1 31 +par_command_len_shellquote -Slo -j10 " 4 4 1 1 85 +par_command_len_shellquote -Slo -j10 " 4 5 1 1 247 +par_command_len_shellquote -Slo -j10 " 4 6 1 1 733 +par_command_len_shellquote -Slo -j10 " 4 7 1 1 2191 +par_command_len_shellquote -Slo -j10 " 4 8 0 0 0 +par_command_len_shellquote -Slo -j10 " 4 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 4 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 5 1 1 1 8 +par_command_len_shellquote -Slo -j10 " 5 2 1 1 14 +par_command_len_shellquote -Slo -j10 " 5 3 1 1 32 +par_command_len_shellquote -Slo -j10 " 5 4 1 1 86 +par_command_len_shellquote -Slo -j10 " 5 5 1 1 248 +par_command_len_shellquote -Slo -j10 " 5 6 1 1 734 +par_command_len_shellquote -Slo -j10 " 5 7 1 1 2192 +par_command_len_shellquote -Slo -j10 " 5 8 0 0 0 +par_command_len_shellquote -Slo -j10 " 5 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 5 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 6 1 1 1 9 +par_command_len_shellquote -Slo -j10 " 6 2 1 1 15 +par_command_len_shellquote -Slo -j10 " 6 3 1 1 33 +par_command_len_shellquote -Slo -j10 " 6 4 1 1 87 +par_command_len_shellquote -Slo -j10 " 6 5 1 1 249 +par_command_len_shellquote -Slo -j10 " 6 6 1 1 735 +par_command_len_shellquote -Slo -j10 " 6 7 1 1 2193 +par_command_len_shellquote -Slo -j10 " 6 8 0 0 0 +par_command_len_shellquote -Slo -j10 " 6 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 6 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 7 1 1 1 10 +par_command_len_shellquote -Slo -j10 " 7 2 1 1 16 +par_command_len_shellquote -Slo -j10 " 7 3 1 1 34 +par_command_len_shellquote -Slo -j10 " 7 4 1 1 88 +par_command_len_shellquote -Slo -j10 " 7 5 1 1 250 +par_command_len_shellquote -Slo -j10 " 7 6 1 1 736 +par_command_len_shellquote -Slo -j10 " 7 7 1 1 2194 +par_command_len_shellquote -Slo -j10 " 7 8 0 0 0 +par_command_len_shellquote -Slo -j10 " 7 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 7 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 8 1 1 1 11 +par_command_len_shellquote -Slo -j10 " 8 2 1 1 17 +par_command_len_shellquote -Slo -j10 " 8 3 1 1 35 +par_command_len_shellquote -Slo -j10 " 8 4 1 1 89 +par_command_len_shellquote -Slo -j10 " 8 5 1 1 251 +par_command_len_shellquote -Slo -j10 " 8 6 1 1 737 +par_command_len_shellquote -Slo -j10 " 8 7 1 1 2195 +par_command_len_shellquote -Slo -j10 " 8 8 0 0 0 +par_command_len_shellquote -Slo -j10 " 8 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 8 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 9 1 1 1 12 +par_command_len_shellquote -Slo -j10 " 9 2 1 1 18 +par_command_len_shellquote -Slo -j10 " 9 3 1 1 36 +par_command_len_shellquote -Slo -j10 " 9 4 1 1 90 +par_command_len_shellquote -Slo -j10 " 9 5 1 1 252 +par_command_len_shellquote -Slo -j10 " 9 6 1 1 738 +par_command_len_shellquote -Slo -j10 " 9 7 1 1 2196 +par_command_len_shellquote -Slo -j10 " 9 8 0 0 0 +par_command_len_shellquote -Slo -j10 " 9 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 9 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 10 1 1 1 13 +par_command_len_shellquote -Slo -j10 " 10 2 1 1 19 +par_command_len_shellquote -Slo -j10 " 10 3 1 1 37 +par_command_len_shellquote -Slo -j10 " 10 4 1 1 91 +par_command_len_shellquote -Slo -j10 " 10 5 1 1 253 +par_command_len_shellquote -Slo -j10 " 10 6 1 1 739 +par_command_len_shellquote -Slo -j10 " 10 7 1 1 2197 +par_command_len_shellquote -Slo -j10 " 10 8 0 0 0 +par_command_len_shellquote -Slo -j10 " 10 9 0 0 0 +par_command_len_shellquote -Slo -j10 " 10 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 1 1 1 1 4 +par_command_len_shellquote -Slo -j10 ' 1 2 1 1 10 +par_command_len_shellquote -Slo -j10 ' 1 3 1 1 28 +par_command_len_shellquote -Slo -j10 ' 1 4 1 1 82 +par_command_len_shellquote -Slo -j10 ' 1 5 1 1 244 +par_command_len_shellquote -Slo -j10 ' 1 6 1 1 730 +par_command_len_shellquote -Slo -j10 ' 1 7 1 1 2188 +par_command_len_shellquote -Slo -j10 ' 1 8 1 1 6562 +par_command_len_shellquote -Slo -j10 ' 1 9 1 1 19684 +par_command_len_shellquote -Slo -j10 ' 1 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 2 1 1 1 9 +par_command_len_shellquote -Slo -j10 ' 2 2 1 1 27 +par_command_len_shellquote -Slo -j10 ' 2 3 1 1 81 +par_command_len_shellquote -Slo -j10 ' 2 4 1 1 243 +par_command_len_shellquote -Slo -j10 ' 2 5 1 1 729 +par_command_len_shellquote -Slo -j10 ' 2 6 1 1 2187 +par_command_len_shellquote -Slo -j10 ' 2 7 1 1 6561 +par_command_len_shellquote -Slo -j10 ' 2 8 1 1 19683 +par_command_len_shellquote -Slo -j10 ' 2 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 2 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 3 1 1 1 14 +par_command_len_shellquote -Slo -j10 ' 3 2 1 1 44 +par_command_len_shellquote -Slo -j10 ' 3 3 1 1 134 +par_command_len_shellquote -Slo -j10 ' 3 4 1 1 404 +par_command_len_shellquote -Slo -j10 ' 3 5 1 1 1214 +par_command_len_shellquote -Slo -j10 ' 3 6 1 1 3644 +par_command_len_shellquote -Slo -j10 ' 3 7 1 1 10934 +par_command_len_shellquote -Slo -j10 ' 3 8 1 1 32804 +par_command_len_shellquote -Slo -j10 ' 3 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 3 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 4 1 1 1 19 +par_command_len_shellquote -Slo -j10 ' 4 2 1 1 61 +par_command_len_shellquote -Slo -j10 ' 4 3 1 1 187 +par_command_len_shellquote -Slo -j10 ' 4 4 1 1 565 +par_command_len_shellquote -Slo -j10 ' 4 5 1 1 1699 +par_command_len_shellquote -Slo -j10 ' 4 6 1 1 5101 +par_command_len_shellquote -Slo -j10 ' 4 7 1 1 15307 +par_command_len_shellquote -Slo -j10 ' 4 8 0 0 0 +par_command_len_shellquote -Slo -j10 ' 4 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 4 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 5 1 1 1 24 +par_command_len_shellquote -Slo -j10 ' 5 2 1 1 78 +par_command_len_shellquote -Slo -j10 ' 5 3 1 1 240 +par_command_len_shellquote -Slo -j10 ' 5 4 1 1 726 +par_command_len_shellquote -Slo -j10 ' 5 5 1 1 2184 +par_command_len_shellquote -Slo -j10 ' 5 6 1 1 6558 +par_command_len_shellquote -Slo -j10 ' 5 7 1 1 19680 +par_command_len_shellquote -Slo -j10 ' 5 8 0 0 0 +par_command_len_shellquote -Slo -j10 ' 5 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 5 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 6 1 1 1 29 +par_command_len_shellquote -Slo -j10 ' 6 2 1 1 95 +par_command_len_shellquote -Slo -j10 ' 6 3 1 1 293 +par_command_len_shellquote -Slo -j10 ' 6 4 1 1 887 +par_command_len_shellquote -Slo -j10 ' 6 5 1 1 2669 +par_command_len_shellquote -Slo -j10 ' 6 6 1 1 8015 +par_command_len_shellquote -Slo -j10 ' 6 7 1 1 24053 +par_command_len_shellquote -Slo -j10 ' 6 8 0 0 0 +par_command_len_shellquote -Slo -j10 ' 6 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 6 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 7 1 1 1 34 +par_command_len_shellquote -Slo -j10 ' 7 2 1 1 112 +par_command_len_shellquote -Slo -j10 ' 7 3 1 1 346 +par_command_len_shellquote -Slo -j10 ' 7 4 1 1 1048 +par_command_len_shellquote -Slo -j10 ' 7 5 1 1 3154 +par_command_len_shellquote -Slo -j10 ' 7 6 1 1 9472 +par_command_len_shellquote -Slo -j10 ' 7 7 1 1 28426 +par_command_len_shellquote -Slo -j10 ' 7 8 0 0 0 +par_command_len_shellquote -Slo -j10 ' 7 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 7 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 8 1 1 1 39 +par_command_len_shellquote -Slo -j10 ' 8 2 1 1 129 +par_command_len_shellquote -Slo -j10 ' 8 3 1 1 399 +par_command_len_shellquote -Slo -j10 ' 8 4 1 1 1209 +par_command_len_shellquote -Slo -j10 ' 8 5 1 1 3639 +par_command_len_shellquote -Slo -j10 ' 8 6 1 1 10929 +par_command_len_shellquote -Slo -j10 ' 8 7 1 1 32799 +par_command_len_shellquote -Slo -j10 ' 8 8 0 0 0 +par_command_len_shellquote -Slo -j10 ' 8 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 8 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 9 1 1 1 44 +par_command_len_shellquote -Slo -j10 ' 9 2 1 1 146 +par_command_len_shellquote -Slo -j10 ' 9 3 1 1 452 +par_command_len_shellquote -Slo -j10 ' 9 4 1 1 1370 +par_command_len_shellquote -Slo -j10 ' 9 5 1 1 4124 +par_command_len_shellquote -Slo -j10 ' 9 6 1 1 12386 +par_command_len_shellquote -Slo -j10 ' 9 7 1 1 37172 +par_command_len_shellquote -Slo -j10 ' 9 8 0 0 0 +par_command_len_shellquote -Slo -j10 ' 9 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 9 10 0 0 0 +par_command_len_shellquote -Slo -j10 ' 10 1 1 1 49 +par_command_len_shellquote -Slo -j10 ' 10 2 1 1 163 +par_command_len_shellquote -Slo -j10 ' 10 3 1 1 505 +par_command_len_shellquote -Slo -j10 ' 10 4 1 1 1531 +par_command_len_shellquote -Slo -j10 ' 10 5 1 1 4609 +par_command_len_shellquote -Slo -j10 ' 10 6 1 1 13843 +par_command_len_shellquote -Slo -j10 ' 10 7 1 1 41545 +par_command_len_shellquote -Slo -j10 ' 10 8 0 0 0 +par_command_len_shellquote -Slo -j10 ' 10 9 0 0 0 +par_command_len_shellquote -Slo -j10 ' 10 10 0 0 0 +par_command_len_shellquote -Slo -j10 " 1 10 parallel: Error: Command line too long (295245 >= 131049) at input 0: " +par_command_len_shellquote -Slo -j10 " 2 9 parallel: Error: Command line too long (196830 >= 131049) at input 0: "" +par_command_len_shellquote -Slo -j10 " 2 10 parallel: Error: Command line too long (590490 >= 131049) at input 0: "" +par_command_len_shellquote -Slo -j10 " 3 9 parallel: Error: Command line too long (295245 >= 131049) at input 0: """ +par_command_len_shellquote -Slo -j10 " 3 10 parallel: Error: Command line too long (885735 >= 131049) at input 0: """ +par_command_len_shellquote -Slo -j10 " 4 8 parallel: Error: Command line too long (131220 >= 131049) at input 0: """" +par_command_len_shellquote -Slo -j10 " 4 9 parallel: Error: Command line too long (393660 >= 131049) at input 0: """" +par_command_len_shellquote -Slo -j10 " 4 10 parallel: Error: Command line too long (1180980 >= 131049) at input 0: """" +par_command_len_shellquote -Slo -j10 " 5 8 parallel: Error: Command line too long (164025 >= 131049) at input 0: """"" +par_command_len_shellquote -Slo -j10 " 5 9 parallel: Error: Command line too long (492075 >= 131049) at input 0: """"" +par_command_len_shellquote -Slo -j10 " 5 10 parallel: Error: Command line too long (1476225 >= 131049) at input 0: """"" +par_command_len_shellquote -Slo -j10 " 6 8 parallel: Error: Command line too long (196830 >= 131049) at input 0: """""" +par_command_len_shellquote -Slo -j10 " 6 9 parallel: Error: Command line too long (590490 >= 131049) at input 0: """""" +par_command_len_shellquote -Slo -j10 " 6 10 parallel: Error: Command line too long (1771470 >= 131049) at input 0: """""" +par_command_len_shellquote -Slo -j10 " 7 8 parallel: Error: Command line too long (229635 >= 131049) at input 0: """"""" +par_command_len_shellquote -Slo -j10 " 7 9 parallel: Error: Command line too long (688905 >= 131049) at input 0: """"""" +par_command_len_shellquote -Slo -j10 " 7 10 parallel: Error: Command line too long (2066715 >= 131049) at input 0: """"""" +par_command_len_shellquote -Slo -j10 " 8 8 parallel: Error: Command line too long (262440 >= 131049) at input 0: """""""" +par_command_len_shellquote -Slo -j10 " 8 9 parallel: Error: Command line too long (787320 >= 131049) at input 0: """""""" +par_command_len_shellquote -Slo -j10 " 8 10 parallel: Error: Command line too long (2361960 >= 131049) at input 0: """""""" +par_command_len_shellquote -Slo -j10 " 9 8 parallel: Error: Command line too long (295245 >= 131049) at input 0: """"""""" +par_command_len_shellquote -Slo -j10 " 9 9 parallel: Error: Command line too long (885735 >= 131049) at input 0: """"""""" +par_command_len_shellquote -Slo -j10 " 9 10 parallel: Error: Command line too long (2657205 >= 131049) at input 0: """"""""" +par_command_len_shellquote -Slo -j10 " 10 8 parallel: Error: Command line too long (328050 >= 131049) at input 0: """""""""" +par_command_len_shellquote -Slo -j10 " 10 9 parallel: Error: Command line too long (984150 >= 131049) at input 0: """""""""" +par_command_len_shellquote -Slo -j10 " 10 10 parallel: Error: Command line too long (2952450 >= 131049) at input 0: """""""""" +par_command_len_shellquote -Slo -j10 ' 1 10 parallel: Error: Command line too long (295245 >= 131049) at input 0: ' +par_command_len_shellquote -Slo -j10 ' 2 9 parallel: Error: Command line too long (196830 >= 131049) at input 0: '' +par_command_len_shellquote -Slo -j10 ' 2 10 parallel: Error: Command line too long (590490 >= 131049) at input 0: '' +par_command_len_shellquote -Slo -j10 ' 3 9 parallel: Error: Command line too long (295245 >= 131049) at input 0: ''' +par_command_len_shellquote -Slo -j10 ' 3 10 parallel: Error: Command line too long (885735 >= 131049) at input 0: ''' +par_command_len_shellquote -Slo -j10 ' 4 8 parallel: Error: Command line too long (131220 >= 131049) at input 0: '''' +par_command_len_shellquote -Slo -j10 ' 4 9 parallel: Error: Command line too long (393660 >= 131049) at input 0: '''' +par_command_len_shellquote -Slo -j10 ' 4 10 parallel: Error: Command line too long (1180980 >= 131049) at input 0: '''' +par_command_len_shellquote -Slo -j10 ' 5 8 parallel: Error: Command line too long (164025 >= 131049) at input 0: ''''' +par_command_len_shellquote -Slo -j10 ' 5 9 parallel: Error: Command line too long (492075 >= 131049) at input 0: ''''' +par_command_len_shellquote -Slo -j10 ' 5 10 parallel: Error: Command line too long (1476225 >= 131049) at input 0: ''''' +par_command_len_shellquote -Slo -j10 ' 6 8 parallel: Error: Command line too long (196830 >= 131049) at input 0: '''''' +par_command_len_shellquote -Slo -j10 ' 6 9 parallel: Error: Command line too long (590490 >= 131049) at input 0: '''''' +par_command_len_shellquote -Slo -j10 ' 6 10 parallel: Error: Command line too long (1771470 >= 131049) at input 0: '''''' +par_command_len_shellquote -Slo -j10 ' 7 8 parallel: Error: Command line too long (229635 >= 131049) at input 0: ''''''' +par_command_len_shellquote -Slo -j10 ' 7 9 parallel: Error: Command line too long (688905 >= 131049) at input 0: ''''''' +par_command_len_shellquote -Slo -j10 ' 7 10 parallel: Error: Command line too long (2066715 >= 131049) at input 0: ''''''' +par_command_len_shellquote -Slo -j10 ' 8 8 parallel: Error: Command line too long (262440 >= 131049) at input 0: '''''''' +par_command_len_shellquote -Slo -j10 ' 8 9 parallel: Error: Command line too long (787320 >= 131049) at input 0: '''''''' +par_command_len_shellquote -Slo -j10 ' 8 10 parallel: Error: Command line too long (2361960 >= 131049) at input 0: '''''''' +par_command_len_shellquote -Slo -j10 ' 9 8 parallel: Error: Command line too long (295245 >= 131049) at input 0: ''''''''' +par_command_len_shellquote -Slo -j10 ' 9 9 parallel: Error: Command line too long (885735 >= 131049) at input 0: ''''''''' +par_command_len_shellquote -Slo -j10 ' 9 10 parallel: Error: Command line too long (2657205 >= 131049) at input 0: ''''''''' +par_command_len_shellquote -Slo -j10 ' 10 8 parallel: Error: Command line too long (328050 >= 131049) at input 0: '''''''''' +par_command_len_shellquote -Slo -j10 ' 10 9 parallel: Error: Command line too long (984150 >= 131049) at input 0: '''''''''' +par_command_len_shellquote -Slo -j10 ' 10 10 parallel: Error: Command line too long (2952450 >= 131049) at input 0: '''''''''' +par_command_len_shellquote " 1 1 1 2 6 +par_command_len_shellquote " 1 2 1 2 12 +par_command_len_shellquote " 1 3 1 2 30 +par_command_len_shellquote " 1 4 1 2 84 +par_command_len_shellquote " 1 5 1 2 246 +par_command_len_shellquote " 1 6 1 2 732 +par_command_len_shellquote " 1 7 1 2 2190 +par_command_len_shellquote " 1 8 1 2 6564 +par_command_len_shellquote " 1 9 0 0 0 +par_command_len_shellquote " 1 10 0 0 0 +par_command_len_shellquote " 2 1 1 2 8 +par_command_len_shellquote " 2 2 1 2 14 +par_command_len_shellquote " 2 3 1 2 32 +par_command_len_shellquote " 2 4 1 2 86 +par_command_len_shellquote " 2 5 1 2 248 +par_command_len_shellquote " 2 6 1 2 734 +par_command_len_shellquote " 2 7 1 2 2192 +par_command_len_shellquote " 2 8 0 0 0 +par_command_len_shellquote " 2 9 0 0 0 +par_command_len_shellquote " 2 10 0 0 0 +par_command_len_shellquote " 3 1 1 2 10 +par_command_len_shellquote " 3 2 1 2 16 +par_command_len_shellquote " 3 3 1 2 34 +par_command_len_shellquote " 3 4 1 2 88 +par_command_len_shellquote " 3 5 1 2 250 +par_command_len_shellquote " 3 6 1 2 736 +par_command_len_shellquote " 3 7 1 2 2194 +par_command_len_shellquote " 3 8 0 0 0 +par_command_len_shellquote " 3 9 0 0 0 +par_command_len_shellquote " 3 10 0 0 0 +par_command_len_shellquote " 4 1 1 2 12 +par_command_len_shellquote " 4 2 1 2 18 +par_command_len_shellquote " 4 3 1 2 36 +par_command_len_shellquote " 4 4 1 2 90 +par_command_len_shellquote " 4 5 1 2 252 +par_command_len_shellquote " 4 6 1 2 738 +par_command_len_shellquote " 4 7 1 2 2196 +par_command_len_shellquote " 4 8 0 0 0 +par_command_len_shellquote " 4 9 0 0 0 +par_command_len_shellquote " 4 10 0 0 0 +par_command_len_shellquote " 5 1 1 2 14 +par_command_len_shellquote " 5 2 1 2 20 +par_command_len_shellquote " 5 3 1 2 38 +par_command_len_shellquote " 5 4 1 2 92 +par_command_len_shellquote " 5 5 1 2 254 +par_command_len_shellquote " 5 6 1 2 740 +par_command_len_shellquote " 5 7 1 2 2198 +par_command_len_shellquote " 5 8 0 0 0 +par_command_len_shellquote " 5 9 0 0 0 +par_command_len_shellquote " 5 10 0 0 0 +par_command_len_shellquote " 6 1 1 2 16 +par_command_len_shellquote " 6 2 1 2 22 +par_command_len_shellquote " 6 3 1 2 40 +par_command_len_shellquote " 6 4 1 2 94 +par_command_len_shellquote " 6 5 1 2 256 +par_command_len_shellquote " 6 6 1 2 742 +par_command_len_shellquote " 6 7 0 0 0 +par_command_len_shellquote " 6 8 0 0 0 +par_command_len_shellquote " 6 9 0 0 0 +par_command_len_shellquote " 6 10 0 0 0 +par_command_len_shellquote " 7 1 1 2 18 +par_command_len_shellquote " 7 2 1 2 24 +par_command_len_shellquote " 7 3 1 2 42 +par_command_len_shellquote " 7 4 1 2 96 +par_command_len_shellquote " 7 5 1 2 258 +par_command_len_shellquote " 7 6 1 2 744 +par_command_len_shellquote " 7 7 0 0 0 +par_command_len_shellquote " 7 8 0 0 0 +par_command_len_shellquote " 7 9 0 0 0 +par_command_len_shellquote " 7 10 0 0 0 +par_command_len_shellquote " 8 1 1 2 20 +par_command_len_shellquote " 8 2 1 2 26 +par_command_len_shellquote " 8 3 1 2 44 +par_command_len_shellquote " 8 4 1 2 98 +par_command_len_shellquote " 8 5 1 2 260 +par_command_len_shellquote " 8 6 1 2 746 +par_command_len_shellquote " 8 7 0 0 0 +par_command_len_shellquote " 8 8 0 0 0 +par_command_len_shellquote " 8 9 0 0 0 +par_command_len_shellquote " 8 10 0 0 0 +par_command_len_shellquote " 9 1 1 2 22 +par_command_len_shellquote " 9 2 1 2 28 +par_command_len_shellquote " 9 3 1 2 46 +par_command_len_shellquote " 9 4 1 2 100 +par_command_len_shellquote " 9 5 1 2 262 +par_command_len_shellquote " 9 6 1 2 748 +par_command_len_shellquote " 9 7 0 0 0 +par_command_len_shellquote " 9 8 0 0 0 +par_command_len_shellquote " 9 9 0 0 0 +par_command_len_shellquote " 9 10 0 0 0 +par_command_len_shellquote " 10 1 1 2 24 +par_command_len_shellquote " 10 2 1 2 30 +par_command_len_shellquote " 10 3 1 2 48 +par_command_len_shellquote " 10 4 1 2 102 +par_command_len_shellquote " 10 5 1 2 264 +par_command_len_shellquote " 10 6 1 2 750 +par_command_len_shellquote " 10 7 0 0 0 +par_command_len_shellquote " 10 8 0 0 0 +par_command_len_shellquote " 10 9 0 0 0 +par_command_len_shellquote " 10 10 0 0 0 +par_command_len_shellquote ' 1 1 1 2 6 +par_command_len_shellquote ' 1 2 1 2 12 +par_command_len_shellquote ' 1 3 1 2 30 +par_command_len_shellquote ' 1 4 1 2 84 +par_command_len_shellquote ' 1 5 1 2 246 +par_command_len_shellquote ' 1 6 1 2 732 +par_command_len_shellquote ' 1 7 1 2 2190 +par_command_len_shellquote ' 1 8 1 2 6564 +par_command_len_shellquote ' 1 9 0 0 0 +par_command_len_shellquote ' 1 10 0 0 0 +par_command_len_shellquote ' 2 1 1 2 12 +par_command_len_shellquote ' 2 2 1 2 30 +par_command_len_shellquote ' 2 3 1 2 84 +par_command_len_shellquote ' 2 4 1 2 246 +par_command_len_shellquote ' 2 5 1 2 732 +par_command_len_shellquote ' 2 6 1 2 2190 +par_command_len_shellquote ' 2 7 1 2 6564 +par_command_len_shellquote ' 2 8 0 0 0 +par_command_len_shellquote ' 2 9 0 0 0 +par_command_len_shellquote ' 2 10 0 0 0 +par_command_len_shellquote ' 3 1 1 2 18 +par_command_len_shellquote ' 3 2 1 2 48 +par_command_len_shellquote ' 3 3 1 2 138 +par_command_len_shellquote ' 3 4 1 2 408 +par_command_len_shellquote ' 3 5 1 2 1218 +par_command_len_shellquote ' 3 6 1 2 3648 +par_command_len_shellquote ' 3 7 1 2 10938 +par_command_len_shellquote ' 3 8 0 0 0 +par_command_len_shellquote ' 3 9 0 0 0 +par_command_len_shellquote ' 3 10 0 0 0 +par_command_len_shellquote ' 4 1 1 2 24 +par_command_len_shellquote ' 4 2 1 2 66 +par_command_len_shellquote ' 4 3 1 2 192 +par_command_len_shellquote ' 4 4 1 2 570 +par_command_len_shellquote ' 4 5 1 2 1704 +par_command_len_shellquote ' 4 6 1 2 5106 +par_command_len_shellquote ' 4 7 1 2 15312 +par_command_len_shellquote ' 4 8 0 0 0 +par_command_len_shellquote ' 4 9 0 0 0 +par_command_len_shellquote ' 4 10 0 0 0 +par_command_len_shellquote ' 5 1 1 2 30 +par_command_len_shellquote ' 5 2 1 2 84 +par_command_len_shellquote ' 5 3 1 2 246 +par_command_len_shellquote ' 5 4 1 2 732 +par_command_len_shellquote ' 5 5 1 2 2190 +par_command_len_shellquote ' 5 6 1 2 6564 +par_command_len_shellquote ' 5 7 1 2 19686 +par_command_len_shellquote ' 5 8 0 0 0 +par_command_len_shellquote ' 5 9 0 0 0 +par_command_len_shellquote ' 5 10 0 0 0 +par_command_len_shellquote ' 6 1 1 2 36 +par_command_len_shellquote ' 6 2 1 2 102 +par_command_len_shellquote ' 6 3 1 2 300 +par_command_len_shellquote ' 6 4 1 2 894 +par_command_len_shellquote ' 6 5 1 2 2676 +par_command_len_shellquote ' 6 6 1 2 8022 +par_command_len_shellquote ' 6 7 0 0 0 +par_command_len_shellquote ' 6 8 0 0 0 +par_command_len_shellquote ' 6 9 0 0 0 +par_command_len_shellquote ' 6 10 0 0 0 +par_command_len_shellquote ' 7 1 1 2 42 +par_command_len_shellquote ' 7 2 1 2 120 +par_command_len_shellquote ' 7 3 1 2 354 +par_command_len_shellquote ' 7 4 1 2 1056 +par_command_len_shellquote ' 7 5 1 2 3162 +par_command_len_shellquote ' 7 6 1 2 9480 +par_command_len_shellquote ' 7 7 0 0 0 +par_command_len_shellquote ' 7 8 0 0 0 +par_command_len_shellquote ' 7 9 0 0 0 +par_command_len_shellquote ' 7 10 0 0 0 +par_command_len_shellquote ' 8 1 1 2 48 +par_command_len_shellquote ' 8 2 1 2 138 +par_command_len_shellquote ' 8 3 1 2 408 +par_command_len_shellquote ' 8 4 1 2 1218 +par_command_len_shellquote ' 8 5 1 2 3648 +par_command_len_shellquote ' 8 6 1 2 10938 +par_command_len_shellquote ' 8 7 0 0 0 +par_command_len_shellquote ' 8 8 0 0 0 +par_command_len_shellquote ' 8 9 0 0 0 +par_command_len_shellquote ' 8 10 0 0 0 +par_command_len_shellquote ' 9 1 1 2 54 +par_command_len_shellquote ' 9 2 1 2 156 +par_command_len_shellquote ' 9 3 1 2 462 +par_command_len_shellquote ' 9 4 1 2 1380 +par_command_len_shellquote ' 9 5 1 2 4134 +par_command_len_shellquote ' 9 6 1 2 12396 +par_command_len_shellquote ' 9 7 0 0 0 +par_command_len_shellquote ' 9 8 0 0 0 +par_command_len_shellquote ' 9 9 0 0 0 +par_command_len_shellquote ' 9 10 0 0 0 +par_command_len_shellquote ' 10 1 1 2 60 +par_command_len_shellquote ' 10 2 1 2 174 +par_command_len_shellquote ' 10 3 1 2 516 +par_command_len_shellquote ' 10 4 1 2 1542 +par_command_len_shellquote ' 10 5 1 2 4620 +par_command_len_shellquote ' 10 6 1 2 13854 +par_command_len_shellquote ' 10 7 0 0 0 +par_command_len_shellquote ' 10 8 0 0 0 +par_command_len_shellquote ' 10 9 0 0 0 +par_command_len_shellquote ' 10 10 0 0 0 +par_command_len_shellquote " 1 9 parallel: Error: Command line too long (196830 >= 131049) at input 0: " +par_command_len_shellquote " 1 10 parallel: Error: Command line too long (590490 >= 131049) at input 0: " +par_command_len_shellquote " 2 8 parallel: Error: Command line too long (131220 >= 131049) at input 0: "" +par_command_len_shellquote " 2 9 parallel: Error: Command line too long (393660 >= 131049) at input 0: "" +par_command_len_shellquote " 2 10 parallel: Error: Command line too long (1180980 >= 131049) at input 0: "" +par_command_len_shellquote " 3 8 parallel: Error: Command line too long (196830 >= 131049) at input 0: """ +par_command_len_shellquote " 3 9 parallel: Error: Command line too long (590490 >= 131049) at input 0: """ +par_command_len_shellquote " 3 10 parallel: Error: Command line too long (1771470 >= 131049) at input 0: """ +par_command_len_shellquote " 4 8 parallel: Error: Command line too long (262440 >= 131049) at input 0: """" +par_command_len_shellquote " 4 9 parallel: Error: Command line too long (787320 >= 131049) at input 0: """" +par_command_len_shellquote " 4 10 parallel: Error: Command line too long (2361960 >= 131049) at input 0: """" +par_command_len_shellquote " 5 8 parallel: Error: Command line too long (328050 >= 131049) at input 0: """"" +par_command_len_shellquote " 5 9 parallel: Error: Command line too long (984150 >= 131049) at input 0: """"" +par_command_len_shellquote " 5 10 parallel: Error: Command line too long (2952450 >= 131049) at input 0: """"" +par_command_len_shellquote " 6 7 parallel: Error: Command line too long (131220 >= 131049) at input 0: """""" +par_command_len_shellquote " 6 8 parallel: Error: Command line too long (393660 >= 131049) at input 0: """""" +par_command_len_shellquote " 6 9 parallel: Error: Command line too long (1180980 >= 131049) at input 0: """""" +par_command_len_shellquote " 6 10 parallel: Error: Command line too long (3542940 >= 131049) at input 0: """""" +par_command_len_shellquote " 7 7 parallel: Error: Command line too long (153090 >= 131049) at input 0: """"""" +par_command_len_shellquote " 7 8 parallel: Error: Command line too long (459270 >= 131049) at input 0: """"""" +par_command_len_shellquote " 7 9 parallel: Error: Command line too long (1377810 >= 131049) at input 0: """"""" +par_command_len_shellquote " 7 10 parallel: Error: Command line too long (4133430 >= 131049) at input 0: """"""" +par_command_len_shellquote " 8 7 parallel: Error: Command line too long (174960 >= 131049) at input 0: """""""" +par_command_len_shellquote " 8 8 parallel: Error: Command line too long (524880 >= 131049) at input 0: """""""" +par_command_len_shellquote " 8 9 parallel: Error: Command line too long (1574640 >= 131049) at input 0: """""""" +par_command_len_shellquote " 8 10 parallel: Error: Command line too long (4723920 >= 131049) at input 0: """""""" +par_command_len_shellquote " 9 7 parallel: Error: Command line too long (196830 >= 131049) at input 0: """"""""" +par_command_len_shellquote " 9 8 parallel: Error: Command line too long (590490 >= 131049) at input 0: """"""""" +par_command_len_shellquote " 9 9 parallel: Error: Command line too long (1771470 >= 131049) at input 0: """"""""" +par_command_len_shellquote " 9 10 parallel: Error: Command line too long (5314410 >= 131049) at input 0: """"""""" +par_command_len_shellquote " 10 7 parallel: Error: Command line too long (218700 >= 131049) at input 0: """""""""" +par_command_len_shellquote " 10 8 parallel: Error: Command line too long (656100 >= 131049) at input 0: """""""""" +par_command_len_shellquote " 10 9 parallel: Error: Command line too long (1968300 >= 131049) at input 0: """""""""" +par_command_len_shellquote " 10 10 parallel: Error: Command line too long (5904900 >= 131049) at input 0: """""""""" +par_command_len_shellquote ' 1 9 parallel: Error: Command line too long (196830 >= 131049) at input 0: ' +par_command_len_shellquote ' 1 10 parallel: Error: Command line too long (590490 >= 131049) at input 0: ' +par_command_len_shellquote ' 2 8 parallel: Error: Command line too long (131220 >= 131049) at input 0: '' +par_command_len_shellquote ' 2 9 parallel: Error: Command line too long (393660 >= 131049) at input 0: '' +par_command_len_shellquote ' 2 10 parallel: Error: Command line too long (1180980 >= 131049) at input 0: '' +par_command_len_shellquote ' 3 8 parallel: Error: Command line too long (196830 >= 131049) at input 0: ''' +par_command_len_shellquote ' 3 9 parallel: Error: Command line too long (590490 >= 131049) at input 0: ''' +par_command_len_shellquote ' 3 10 parallel: Error: Command line too long (1771470 >= 131049) at input 0: ''' +par_command_len_shellquote ' 4 8 parallel: Error: Command line too long (262440 >= 131049) at input 0: '''' +par_command_len_shellquote ' 4 9 parallel: Error: Command line too long (787320 >= 131049) at input 0: '''' +par_command_len_shellquote ' 4 10 parallel: Error: Command line too long (2361960 >= 131049) at input 0: '''' +par_command_len_shellquote ' 5 8 parallel: Error: Command line too long (328050 >= 131049) at input 0: ''''' +par_command_len_shellquote ' 5 9 parallel: Error: Command line too long (984150 >= 131049) at input 0: ''''' +par_command_len_shellquote ' 5 10 parallel: Error: Command line too long (2952450 >= 131049) at input 0: ''''' +par_command_len_shellquote ' 6 7 parallel: Error: Command line too long (131220 >= 131049) at input 0: '''''' +par_command_len_shellquote ' 6 8 parallel: Error: Command line too long (393660 >= 131049) at input 0: '''''' +par_command_len_shellquote ' 6 9 parallel: Error: Command line too long (1180980 >= 131049) at input 0: '''''' +par_command_len_shellquote ' 6 10 parallel: Error: Command line too long (3542940 >= 131049) at input 0: '''''' +par_command_len_shellquote ' 7 7 parallel: Error: Command line too long (153090 >= 131049) at input 0: ''''''' +par_command_len_shellquote ' 7 8 parallel: Error: Command line too long (459270 >= 131049) at input 0: ''''''' +par_command_len_shellquote ' 7 9 parallel: Error: Command line too long (1377810 >= 131049) at input 0: ''''''' +par_command_len_shellquote ' 7 10 parallel: Error: Command line too long (4133430 >= 131049) at input 0: ''''''' +par_command_len_shellquote ' 8 7 parallel: Error: Command line too long (174960 >= 131049) at input 0: '''''''' +par_command_len_shellquote ' 8 8 parallel: Error: Command line too long (524880 >= 131049) at input 0: '''''''' +par_command_len_shellquote ' 8 9 parallel: Error: Command line too long (1574640 >= 131049) at input 0: '''''''' +par_command_len_shellquote ' 8 10 parallel: Error: Command line too long (4723920 >= 131049) at input 0: '''''''' +par_command_len_shellquote ' 9 7 parallel: Error: Command line too long (196830 >= 131049) at input 0: ''''''''' +par_command_len_shellquote ' 9 8 parallel: Error: Command line too long (590490 >= 131049) at input 0: ''''''''' +par_command_len_shellquote ' 9 9 parallel: Error: Command line too long (1771470 >= 131049) at input 0: ''''''''' +par_command_len_shellquote ' 9 10 parallel: Error: Command line too long (5314410 >= 131049) at input 0: ''''''''' +par_command_len_shellquote ' 10 7 parallel: Error: Command line too long (218700 >= 131049) at input 0: '''''''''' +par_command_len_shellquote ' 10 8 parallel: Error: Command line too long (656100 >= 131049) at input 0: '''''''''' +par_command_len_shellquote ' 10 9 parallel: Error: Command line too long (1968300 >= 131049) at input 0: '''''''''' +par_command_len_shellquote ' 10 10 parallel: Error: Command line too long (5904900 >= 131049) at input 0: '''''''''' par_basefile_cleanup ### bug #46520: --basefile cleans up without --cleanup par_basefile_cleanup bug_46520 par_basefile_cleanup bug_46520 diff --git a/testsuite/wanted-results/parallel-local-ssh7 b/testsuite/wanted-results/parallel-local-ssh7 index b92f6030..309e48df 100644 --- a/testsuite/wanted-results/parallel-local-ssh7 +++ b/testsuite/wanted-results/parallel-local-ssh7 @@ -1196,9 +1196,9 @@ par_ksh_man work, par_ksh_man too par_ksh_man This may never work par_ksh_man https://unix.stackexchange.com/questions/457031/extract-full-function-definitions -par_ksh_man /usr/bin/ksh: line XXX: syntax error at line XXX: `{' unmatched -par_ksh_man /usr/bin/ksh: line XXX: syntax error at line XXX: `{' unmatched -par_ksh_man /usr/bin/ksh: line XXX: syntax error at line XXX: `{' unmatched +par_ksh_man /usr/bin/ksh: line XXX: syntax error at line XXX: `(' unexpected +par_ksh_man /usr/bin/ksh: line XXX: syntax error at line XXX: `(' unexpected +par_ksh_man /usr/bin/ksh: line XXX: syntax error at line XXX: `(' unexpected par_ksh_man exit value 2 should be 2 par_ksh_man Unknown option: no-such-option par_ksh_man exit value 255 should be 255 @@ -1438,16 +1438,16 @@ par_fish_underscore aliases functions work par_fish_underscore aliases functions work par_fish_underscore myecho $myarray functions $argv par_fish_underscore ^ -par_fish_underscore in function “myfunc” +par_fish_underscore in function 'myfunc' par_fish_underscore called on standard input -par_fish_underscore with parameter list “work” +par_fish_underscore with parameter list 'work' par_fish_underscore par_fish_underscore OK if ^^^^^^^^^^^^^^^^^ no myecho par_fish_underscore myecho $myarray functions $argv par_fish_underscore ^ -par_fish_underscore in function “myfunc” +par_fish_underscore in function 'myfunc' par_fish_underscore called on standard input -par_fish_underscore with parameter list “work” +par_fish_underscore with parameter list 'work' par_fish_underscore par_fish_underscore OK if ^^^^^^^^^^^^^^^^^ no myecho par_fish_underscore myfunc work @@ -1901,16 +1901,16 @@ par_csh_funky 3 arg alias_works par_csh_funky par_csh_funky myvar works par_csh_funky space special chars problem -par_csh_funky Funky-  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€Â‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-funky alias_var_works +par_csh_funky Funky-  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~-funky alias_var_works par_csh_funky func_echo: Command not found. par_csh_funky 3 arg alias_works_over_ssh par_csh_funky par_csh_funky myvar works par_csh_funky space special chars problem -par_csh_funky Funky-  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€Â‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ-funky alias_var_works_over_ssh +par_csh_funky Funky-  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~-funky alias_var_works_over_ssh par_csh_funky func_echo: Command not found. par_csh_funky -par_csh_funky \\\\\\\\ \ \ \ \ \\\\\\\\\\\\\\ \!\"\#\$%\&\'\(\)\*+,-./0123456789:\;\<\=\>\?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\[\\\]\^_\`abcdefghijklmnopqrstuvwxyz\{\|\}\~\€\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\À\Á\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ +par_csh_funky \\\\\\\\ \ \ \ \ \\\\\\\\\\\\\\ \!\"\#\$%\&\'\(\)\*+,-./0123456789:\;\<\=\>\?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\[\\\]\^_\`abcdefghijklmnopqrstuvwxyz\{\|\}\~\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ par_csh_environment_too_big Not implemented par_csh_env_parallel_session Not implemented par_csh_env_parallel bug #50435: Remote fifo broke in 20150522 diff --git a/testsuite/wanted-results/parallel-local-ssh8 b/testsuite/wanted-results/parallel-local-ssh8 index 465c0409..672f8034 100644 --- a/testsuite/wanted-results/parallel-local-ssh8 +++ b/testsuite/wanted-results/parallel-local-ssh8 @@ -23,11 +23,12 @@ par_path_remote_bash /bin:/usr/bin:/tmp OK par_path_remote_bash par_path_remote_csh bug #47695: How to set $PATH on remote? csh par_path_remote_csh logged in -par_path_remote_csh CSH Path before: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games with no parallel -par_path_remote_csh /usr/local/bin/parallel +par_path_remote_csh CSH Path before: /bin:/usr/bin with no parallel +par_path_remote_csh parallel: Command not found. par_path_remote_csh ^^^^^^^^ Not found is OK -par_path_remote_csh /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/tmp OK -par_path_remote_csh Right now it seems csh does not respect /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/tmp if set from Perl +par_path_remote_csh parallel: Warning: Removed lo. +par_path_remote_csh parallel: Error: Cannot run any jobs. +par_path_remote_csh Right now it seems csh does not respect /bin:/usr/bin:/tmp if set from Perl par_path_remote_csh Done par_retries_1 ### Test of --retries - it should run 13 jobs in total par_retries_1 13 diff --git a/testsuite/wanted-results/parallel-local12 b/testsuite/wanted-results/parallel-local12 index ba50cae1..2c15ca0e 100644 --- a/testsuite/wanted-results/parallel-local12 +++ b/testsuite/wanted-results/parallel-local12 @@ -39,7 +39,7 @@ https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice To silence this citation notice: run 'parallel --citation' once. 10 files to edit -[?2004h[?1049h[?1h=[?2004h[?12h[?12l[?25l"file1" [New File]~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ [?25h[?25lE173: 9 more files to edit[?2004h[?25h[?2004l[?2004l[?1l>[?1049lAcademic tradition requires you to cite works you base your article on. +[?2004h[?1049h[?1h=[?2004h[?12h[?12l[?25l"file1" [New File]▽ [>c]10;?]11;?~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 0,0-1All[?25h[?25lE173: 9 more files to edit[?2004h0,0-1All[?25h[?2004l[?2004l[?1l>[?1049lAcademic tradition requires you to cite works you base your article on. If you use programs that use GNU Parallel to process data for an article in a scientific publication, please cite: diff --git a/testsuite/wanted-results/parallel-local18 b/testsuite/wanted-results/parallel-local18 index fa006ba9..0b59c140 100644 --- a/testsuite/wanted-results/parallel-local18 +++ b/testsuite/wanted-results/parallel-local18 @@ -7,8 +7,6 @@ par_env_newline_backslash_bash 8 par_env_newline_backslash_csh ### Test --env for \n and \\ - single and double (*csh only) - no output is good but csh fails par_env_newline_backslash_csh 2 2\ \92V2=\ \92 par_env_newline_backslash_csh 2 2\\ \92V2=\\ \92 -par_env_newline_backslash_csh 2 Unmatched ". -par_env_newline_backslash_csh 2 Unmatched '"'. par_env_newline_backslash_onall_bash ### Test --env for \n and \\ - single and double --onall (bash only) - no output is good par_env_newline_backslash_onall_bash 16 par_env_newline_backslash_onall_bash 16 @@ -17,6 +15,7 @@ par_env_newline_backslash_onall_bash 8 10 par_env_newline_backslash_onall_bash 8 10V2= par_env_newline_backslash_onall_bash 8 2\\ \92V2=\\ \92 par_env_newline_backslash_onall_csh ### Test --env for \n and \\ - single and double --onall (*csh only) - no output is good but csh fails +par_env_newline_backslash_onall_csh 8 Unmatched '"'. par_space ### Test --env - https://savannah.gnu.org/bugs/?37351 par_space a 2 spaces b 1 par_space a 2 spaces b 1 diff --git a/testsuite/wanted-results/parallel-local23 b/testsuite/wanted-results/parallel-local23 index 51e96643..ab4c9321 100644 --- a/testsuite/wanted-results/parallel-local23 +++ b/testsuite/wanted-results/parallel-local23 @@ -61,7 +61,7 @@ echo '### Check that 4 processes are really used' echo '### --version must have higher priority than retired options' ### --version must have higher priority than retired options $NICEPAR --version -g -Y -U -W -T | tail -GNU parallel 20181223 +GNU parallel 20190123 Copyright (C) 2007-2019 Ole Tange and Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. diff --git a/testsuite/wanted-results/parallel-polarhome b/testsuite/wanted-results/parallel-polarhome index 56de0470..f4e5a729 100644 --- a/testsuite/wanted-results/parallel-polarhome +++ b/testsuite/wanted-results/parallel-polarhome @@ -1,4 +1,4 @@ -MAXTIME=50 RETRIES=3 MAXPROC=100 MAXINNERPROC=3 +MAXTIME=50 RETRIES=3 MAXPROC=84 MAXINNERPROC=3 ### Filter out working servers 1d0 < openstep @@ -6,12 +6,12 @@ MAXTIME=50 RETRIES=3 MAXPROC=100 MAXINNERPROC=3 < alpha 7d4 < syllable -28,29d24 +28,31d24 < dragonfly < vax -31d25 +< ultrix < minix -34,35d27 +33,34d25 < beaglebone < cubieboard2 ### Copy commands to servers @@ -39,8 +39,6 @@ bin/parallel netbsd copy netbsd bin/parallel parallel bin/parallel openbsd copy openbsd bin/parallel parallel bin/parallel freebsd copy freebsd bin/parallel parallel bin/parallel debian copy debian bin/parallel parallel -bin/parallel ultrix copy ultrix bin/parallel parallel -bin/parallel irix copy irix bin/parallel parallel bin/parallel hurd copy hurd bin/parallel parallel bin/parallel minix copy minix bin/parallel parallel bin/env_parallel qnx copy qnx bin/env_parallel env_parallel @@ -67,8 +65,6 @@ bin/env_parallel netbsd copy netbsd bin/env_parallel env_parallel bin/env_parallel openbsd copy openbsd bin/env_parallel env_parallel bin/env_parallel freebsd copy freebsd bin/env_parallel env_parallel bin/env_parallel debian copy debian bin/env_parallel env_parallel -bin/env_parallel ultrix copy ultrix bin/env_parallel env_parallel -bin/env_parallel irix copy irix bin/env_parallel env_parallel bin/env_parallel hurd copy hurd bin/env_parallel env_parallel bin/env_parallel minix copy minix bin/env_parallel env_parallel bin/env_parallel.ash qnx copy qnx bin/env_parallel.ash env_parallel.ash @@ -95,8 +91,6 @@ bin/env_parallel.ash netbsd copy netbsd bin/env_parallel.ash env_parallel.ash bin/env_parallel.ash openbsd copy openbsd bin/env_parallel.ash env_parallel.ash bin/env_parallel.ash freebsd copy freebsd bin/env_parallel.ash env_parallel.ash bin/env_parallel.ash debian copy debian bin/env_parallel.ash env_parallel.ash -bin/env_parallel.ash ultrix copy ultrix bin/env_parallel.ash env_parallel.ash -bin/env_parallel.ash irix copy irix bin/env_parallel.ash env_parallel.ash bin/env_parallel.ash hurd copy hurd bin/env_parallel.ash env_parallel.ash bin/env_parallel.ash minix copy minix bin/env_parallel.ash env_parallel.ash bin/env_parallel.bash qnx copy qnx bin/env_parallel.bash env_parallel.bash @@ -123,8 +117,6 @@ bin/env_parallel.bash netbsd copy netbsd bin/env_parallel.bash env_parallel.bash bin/env_parallel.bash openbsd copy openbsd bin/env_parallel.bash env_parallel.bash bin/env_parallel.bash freebsd copy freebsd bin/env_parallel.bash env_parallel.bash bin/env_parallel.bash debian copy debian bin/env_parallel.bash env_parallel.bash -bin/env_parallel.bash ultrix copy ultrix bin/env_parallel.bash env_parallel.bash -bin/env_parallel.bash irix copy irix bin/env_parallel.bash env_parallel.bash bin/env_parallel.bash hurd copy hurd bin/env_parallel.bash env_parallel.bash bin/env_parallel.bash minix copy minix bin/env_parallel.bash env_parallel.bash bin/env_parallel.csh qnx copy qnx bin/env_parallel.csh env_parallel.csh @@ -151,8 +143,6 @@ bin/env_parallel.csh netbsd copy netbsd bin/env_parallel.csh env_parallel.csh bin/env_parallel.csh openbsd copy openbsd bin/env_parallel.csh env_parallel.csh bin/env_parallel.csh freebsd copy freebsd bin/env_parallel.csh env_parallel.csh bin/env_parallel.csh debian copy debian bin/env_parallel.csh env_parallel.csh -bin/env_parallel.csh ultrix copy ultrix bin/env_parallel.csh env_parallel.csh -bin/env_parallel.csh irix copy irix bin/env_parallel.csh env_parallel.csh bin/env_parallel.csh hurd copy hurd bin/env_parallel.csh env_parallel.csh bin/env_parallel.csh minix copy minix bin/env_parallel.csh env_parallel.csh bin/env_parallel.dash qnx copy qnx bin/env_parallel.dash env_parallel.dash @@ -179,8 +169,6 @@ bin/env_parallel.dash netbsd copy netbsd bin/env_parallel.dash env_parallel.dash bin/env_parallel.dash openbsd copy openbsd bin/env_parallel.dash env_parallel.dash bin/env_parallel.dash freebsd copy freebsd bin/env_parallel.dash env_parallel.dash bin/env_parallel.dash debian copy debian bin/env_parallel.dash env_parallel.dash -bin/env_parallel.dash ultrix copy ultrix bin/env_parallel.dash env_parallel.dash -bin/env_parallel.dash irix copy irix bin/env_parallel.dash env_parallel.dash bin/env_parallel.dash hurd copy hurd bin/env_parallel.dash env_parallel.dash bin/env_parallel.dash minix copy minix bin/env_parallel.dash env_parallel.dash bin/env_parallel.fish qnx copy qnx bin/env_parallel.fish env_parallel.fish @@ -207,8 +195,6 @@ bin/env_parallel.fish netbsd copy netbsd bin/env_parallel.fish env_parallel.fish bin/env_parallel.fish openbsd copy openbsd bin/env_parallel.fish env_parallel.fish bin/env_parallel.fish freebsd copy freebsd bin/env_parallel.fish env_parallel.fish bin/env_parallel.fish debian copy debian bin/env_parallel.fish env_parallel.fish -bin/env_parallel.fish ultrix copy ultrix bin/env_parallel.fish env_parallel.fish -bin/env_parallel.fish irix copy irix bin/env_parallel.fish env_parallel.fish bin/env_parallel.fish hurd copy hurd bin/env_parallel.fish env_parallel.fish bin/env_parallel.fish minix copy minix bin/env_parallel.fish env_parallel.fish bin/env_parallel.ksh qnx copy qnx bin/env_parallel.ksh env_parallel.ksh @@ -235,8 +221,6 @@ bin/env_parallel.ksh netbsd copy netbsd bin/env_parallel.ksh env_parallel.ksh bin/env_parallel.ksh openbsd copy openbsd bin/env_parallel.ksh env_parallel.ksh bin/env_parallel.ksh freebsd copy freebsd bin/env_parallel.ksh env_parallel.ksh bin/env_parallel.ksh debian copy debian bin/env_parallel.ksh env_parallel.ksh -bin/env_parallel.ksh ultrix copy ultrix bin/env_parallel.ksh env_parallel.ksh -bin/env_parallel.ksh irix copy irix bin/env_parallel.ksh env_parallel.ksh bin/env_parallel.ksh hurd copy hurd bin/env_parallel.ksh env_parallel.ksh bin/env_parallel.ksh minix copy minix bin/env_parallel.ksh env_parallel.ksh bin/env_parallel.mksh qnx copy qnx bin/env_parallel.mksh env_parallel.mksh @@ -263,8 +247,6 @@ bin/env_parallel.mksh netbsd copy netbsd bin/env_parallel.mksh env_parallel.mksh bin/env_parallel.mksh openbsd copy openbsd bin/env_parallel.mksh env_parallel.mksh bin/env_parallel.mksh freebsd copy freebsd bin/env_parallel.mksh env_parallel.mksh bin/env_parallel.mksh debian copy debian bin/env_parallel.mksh env_parallel.mksh -bin/env_parallel.mksh ultrix copy ultrix bin/env_parallel.mksh env_parallel.mksh -bin/env_parallel.mksh irix copy irix bin/env_parallel.mksh env_parallel.mksh bin/env_parallel.mksh hurd copy hurd bin/env_parallel.mksh env_parallel.mksh bin/env_parallel.mksh minix copy minix bin/env_parallel.mksh env_parallel.mksh bin/env_parallel.pdksh qnx copy qnx bin/env_parallel.pdksh env_parallel.pdksh @@ -291,8 +273,6 @@ bin/env_parallel.pdksh netbsd copy netbsd bin/env_parallel.pdksh env_parallel.pd bin/env_parallel.pdksh openbsd copy openbsd bin/env_parallel.pdksh env_parallel.pdksh bin/env_parallel.pdksh freebsd copy freebsd bin/env_parallel.pdksh env_parallel.pdksh bin/env_parallel.pdksh debian copy debian bin/env_parallel.pdksh env_parallel.pdksh -bin/env_parallel.pdksh ultrix copy ultrix bin/env_parallel.pdksh env_parallel.pdksh -bin/env_parallel.pdksh irix copy irix bin/env_parallel.pdksh env_parallel.pdksh bin/env_parallel.pdksh hurd copy hurd bin/env_parallel.pdksh env_parallel.pdksh bin/env_parallel.pdksh minix copy minix bin/env_parallel.pdksh env_parallel.pdksh bin/env_parallel.sh qnx copy qnx bin/env_parallel.sh env_parallel.sh @@ -319,8 +299,6 @@ bin/env_parallel.sh netbsd copy netbsd bin/env_parallel.sh env_parallel.sh bin/env_parallel.sh openbsd copy openbsd bin/env_parallel.sh env_parallel.sh bin/env_parallel.sh freebsd copy freebsd bin/env_parallel.sh env_parallel.sh bin/env_parallel.sh debian copy debian bin/env_parallel.sh env_parallel.sh -bin/env_parallel.sh ultrix copy ultrix bin/env_parallel.sh env_parallel.sh -bin/env_parallel.sh irix copy irix bin/env_parallel.sh env_parallel.sh bin/env_parallel.sh hurd copy hurd bin/env_parallel.sh env_parallel.sh bin/env_parallel.sh minix copy minix bin/env_parallel.sh env_parallel.sh bin/env_parallel.tcsh qnx copy qnx bin/env_parallel.tcsh env_parallel.tcsh @@ -347,8 +325,6 @@ bin/env_parallel.tcsh netbsd copy netbsd bin/env_parallel.tcsh env_parallel.tcsh bin/env_parallel.tcsh openbsd copy openbsd bin/env_parallel.tcsh env_parallel.tcsh bin/env_parallel.tcsh freebsd copy freebsd bin/env_parallel.tcsh env_parallel.tcsh bin/env_parallel.tcsh debian copy debian bin/env_parallel.tcsh env_parallel.tcsh -bin/env_parallel.tcsh ultrix copy ultrix bin/env_parallel.tcsh env_parallel.tcsh -bin/env_parallel.tcsh irix copy irix bin/env_parallel.tcsh env_parallel.tcsh bin/env_parallel.tcsh hurd copy hurd bin/env_parallel.tcsh env_parallel.tcsh bin/env_parallel.tcsh minix copy minix bin/env_parallel.tcsh env_parallel.tcsh bin/env_parallel.zsh qnx copy qnx bin/env_parallel.zsh env_parallel.zsh @@ -375,8 +351,6 @@ bin/env_parallel.zsh netbsd copy netbsd bin/env_parallel.zsh env_parallel.zsh bin/env_parallel.zsh openbsd copy openbsd bin/env_parallel.zsh env_parallel.zsh bin/env_parallel.zsh freebsd copy freebsd bin/env_parallel.zsh env_parallel.zsh bin/env_parallel.zsh debian copy debian bin/env_parallel.zsh env_parallel.zsh -bin/env_parallel.zsh ultrix copy ultrix bin/env_parallel.zsh env_parallel.zsh -bin/env_parallel.zsh irix copy irix bin/env_parallel.zsh env_parallel.zsh bin/env_parallel.zsh hurd copy hurd bin/env_parallel.zsh env_parallel.zsh bin/env_parallel.zsh minix copy minix bin/env_parallel.zsh env_parallel.zsh bin/parcat qnx copy qnx bin/parcat parcat @@ -403,38 +377,8 @@ bin/parcat netbsd copy netbsd bin/parcat parcat bin/parcat openbsd copy openbsd bin/parcat parcat bin/parcat freebsd copy freebsd bin/parcat parcat bin/parcat debian copy debian bin/parcat parcat -bin/parcat ultrix copy ultrix bin/parcat parcat -bin/parcat irix copy irix bin/parcat parcat bin/parcat hurd copy hurd bin/parcat parcat bin/parcat minix copy minix bin/parcat parcat -bin/stdout qnx copy qnx bin/stdout stdout -bin/stdout pidora copy pidora bin/stdout stdout -bin/stdout tru64 copy tru64 bin/stdout stdout -bin/stdout hpux-ia64 copy hpux-ia64 bin/stdout stdout -bin/stdout raspbian copy raspbian bin/stdout stdout -bin/stdout solaris copy solaris bin/stdout stdout -bin/stdout openindiana copy openindiana bin/stdout stdout -bin/stdout aix copy aix bin/stdout stdout -bin/stdout hpux copy hpux bin/stdout stdout -bin/stdout debian-ppc copy debian-ppc bin/stdout stdout -bin/stdout suse copy suse bin/stdout stdout -bin/stdout solaris-x86 copy solaris-x86 bin/stdout stdout -bin/stdout mandriva copy mandriva bin/stdout stdout -bin/stdout ubuntu copy ubuntu bin/stdout stdout -bin/stdout scosysv copy scosysv bin/stdout stdout -bin/stdout unixware copy unixware bin/stdout stdout -bin/stdout centos copy centos bin/stdout stdout -bin/stdout miros copy miros bin/stdout stdout -bin/stdout macosx copy macosx bin/stdout stdout -bin/stdout redhat copy redhat bin/stdout stdout -bin/stdout netbsd copy netbsd bin/stdout stdout -bin/stdout openbsd copy openbsd bin/stdout stdout -bin/stdout freebsd copy freebsd bin/stdout stdout -bin/stdout debian copy debian bin/stdout stdout -bin/stdout ultrix copy ultrix bin/stdout stdout -bin/stdout irix copy irix bin/stdout stdout -bin/stdout hurd copy hurd bin/stdout stdout -bin/stdout minix copy minix bin/stdout stdout Done copying echo @@ -452,8 +396,6 @@ freebsd Syntax error: Bad fd number hpux Works on hpux64 hpux-ia64 Works on hpux-ia64 hurd Works on hurd -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix Unknown open() mode '>&' at /home/t/tange/bin/parallel line 2358. macosx Works on macosx.polarhome.com mandriva Works on mandriva.polarhome.com miros Works on miros.polarhome.com @@ -498,9 +440,6 @@ hpux-ia64 1 hpux-ia64 1 hurd hurd 1 -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix Unknown open() mode '>&' at /home/t/tange/bin/parallel line 2358. -irix Unknown open() mode '>&' at /home/t/tange/bin/parallel line 2358. macosx 2 macosx 2 mandriva 1 @@ -556,9 +495,6 @@ hpux-ia64 2 hpux-ia64 1 hurd 1 hurd 1 -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix Unknown open() mode '>&' at /home/t/tange/bin/parallel line 2358. -irix Unknown open() mode '>&' at /home/t/tange/bin/parallel line 2358. macosx 2 macosx 2 mandriva 1 @@ -625,8 +561,6 @@ hpux-ia64 at /home/t/tange/bin/parallel line 0000 hpux-ia64 OK readonly tmp hurd Error in tempfile() using template /XXXXXXXX.arg: Could not create temp file /XXXXXXXX.arg: Permission denied at /home/t/tange/bin/parallel line 0000. hurd OK readonly tmp -irix Undefined subroutine &main::decode_base64 called at -e line 1. -irix open3: exec of bzip2 -dc failed at -e line 1 macosx Error in tempfile() using /XXXXXXXX.arg: Could not create temp file /XXXXXXXX.arg: Permission denied at /Users/tange/bin/parallel line 0000 macosx OK readonly tmp mandriva Error in tempfile() using /XXXXXXXX.arg: Could not create temp file /XXXXXXXX.arg: Permission denied at /home/t/tange/bin/parallel line 0000 @@ -656,8 +590,9 @@ scosysv OK readonly tmp solaris Error in tempfile() using /XXXXXXXX.arg: Parent directory (/) is not writable solaris at /home/t/tange/bin/parallel line 0000 solaris OK readonly tmp -solaris-x86 Error in tempfile() using /XXXXXXXX.arg: Could not create temp file /XXXXXXXX.arg: Permission denied at ~/bin/parallel line 0000 +solaris-x86 Error in tempfile() using /XXXXXXXX.arg: Could not create temp file /XXXXXXXX.arg: Permission denied at /home/tange/bin/parallel line 0000 solaris-x86 OK readonly tmp +sshwithpass minix OKreadonlytmp suse Error in tempfile() using /XXXXXXXX.arg: Could not create temp file /XXXXXXXX.arg: Permission denied at /home/t/tange/bin/parallel line 0000. suse OK readonly tmp tru64 Error in tempfile() using /XXXXXXXX.arg: Parent directory (/) is not writable @@ -665,9 +600,9 @@ tru64 at /home/t/tange/bin/parallel line 0000 tru64 OK readonly tmp ubuntu Error in tempfile() using template /XXXXXXXX.arg: Could not create temp file /XXXXXXXX.arg: Permission denied at /home/t/tange/bin/parallel line 0000. ubuntu OK readonly tmp -ultrix open3: wtr should not be null at -e line 1 +unixware Error in tempfile() using /XXXXXXXX.arg: Could not create temp file /XXXXXXXX.arg: Permission denied at /home/t/tange/bin/parallel line 0000 +unixware OK readonly tmp unixware UX:sh (/bin/sh): ERROR: source: Not found -unixware UX:env: ERROR: No such file or directory: bash echo echo '### Does exporting a bash function make parallel fail?' echo 'If login shell is not bash compatible it fails' @@ -678,68 +613,65 @@ unixware UX:env: ERROR: No such file or directory: bash cat <(echo bash only A) } export -f funcA; - bin/parallel funcA ::: 1' 2>&1 + bin/parallel funcA ::: 1' 2>&1 | sort ### Does exporting a bash function make parallel fail? If login shell is not bash compatible it fails -aix test funcA aix bash only A -centos test funcA +aix test funcA centos bash only A -debian test funcA +centos test funcA debian bash only A -debian-ppc test funcA +debian test funcA debian-ppc bash only A +debian-ppc test funcA freebsd Syntax error: Bad fd number -hpux test funcA hpux bash only A -hpux-ia64 test funcA +hpux test funcA hpux-ia64 bash only A -hurd test funcA +hpux-ia64 test funcA hurd bash only A -irix Undefined subroutine &main::decode_base64 called at -e line 1. -irix open3: exec of bzip2 -dc failed at -e line 1 -macosx test funcA +hurd test funcA macosx bash only A -mandriva test funcA +macosx test funcA mandriva bash only A -miros test funcA +mandriva test funcA miros bash only A -netbsd test funcA +miros test funcA netbsd Badly placed ()'s. netbsd Missing name for redirect. -netbsd }: Command not found. netbsd export: Command not found. netbsd funcA: Command not found. -openbsd test funcA +netbsd test funcA +netbsd }: Command not found. openbsd bash only A -openindiana test funcA +openbsd test funcA openindiana bash only A -pidora test funcA +openindiana test funcA pidora bash only A +pidora test funcA qnx /bin/sh: syntax error: `(' unexpected -raspbian test funcA raspbian bash only A -redhat test funcA +raspbian test funcA redhat bash only A -scosysv test funcA +redhat test funcA scosysv bash only A -solaris test funcA +scosysv test funcA solaris bash only A -solaris-x86 test funcA +solaris test funcA solaris-x86 bash only A +solaris-x86 test funcA sshwithpass minix test funcA -suse test funcA suse bash only A -tru64 test funcA +suse test funcA tru64 bash only A -ubuntu test funcA +tru64 test funcA ubuntu bash only A -ultrix open3: wtr should not be null at -e line 1 -unixware test funcA -unixware UX:sh (/bin/sh): ERROR: source: Not found +ubuntu test funcA unixware UX:sh (/bin/sh): ERROR: /bin/sh: Syntax error at line 3: `(' unexpected +unixware UX:sh (/bin/sh): ERROR: source: Not found +unixware test funcA echo echo '### Does PARALLEL_SHELL help exporting a bash function' echo 'If login shell is not bash compatible it should work' @@ -775,8 +707,6 @@ hpux-ia64 test funcB hpux-ia64 bash only B hurd test funcB hurd bash only B -irix Undefined subroutine &main::decode_base64 called at -e line 1. -irix open3: exec of bzip2 -dc failed at -e line 1 macosx test funcB macosx bash only B mandriva test funcB @@ -812,7 +742,6 @@ tru64 test funcB tru64 bash only B ubuntu test funcB ubuntu bash only B -ultrix open3: wtr should not be null at -e line 1 unixware test funcB unixware bash only B echo @@ -907,8 +836,6 @@ hurd /home/t/tange/.profile hurd /home/t/tange/.cshrc hurd /home/t/tange/.tcshrc hurd install-OK -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix env: bash: No such file or directory macosx Installed env_parallel in: macosx /Users/tange/.bashrc macosx /Users/tange/.shrc @@ -1043,15 +970,15 @@ solaris /home/t/tange/.cshrc solaris /home/t/tange/.tcshrc solaris install-OK solaris-x86 Installed env_parallel in: -solaris-x86 ~/.bashrc -solaris-x86 ~/.shrc -solaris-x86 ~/.zshenv -solaris-x86 ~/.config/fish/config.fish -solaris-x86 ~/.kshrc -solaris-x86 ~/.mkshrc -solaris-x86 ~/.profile -solaris-x86 ~/.cshrc -solaris-x86 ~/.tcshrc +solaris-x86 /home/tange/.bashrc +solaris-x86 /home/tange/.shrc +solaris-x86 /home/tange/.zshenv +solaris-x86 /home/tange/.config/fish/config.fish +solaris-x86 /home/tange/.kshrc +solaris-x86 /home/tange/.mkshrc +solaris-x86 /home/tange/.profile +solaris-x86 /home/tange/.cshrc +solaris-x86 /home/tange/.tcshrc solaris-x86 install-OK sshwithpass minix Installed env_parallel in: sshwithpass minix /home/t/tange/.bashrc @@ -1097,8 +1024,18 @@ ubuntu /home/t/tange/.profile ubuntu /home/t/tange/.cshrc ubuntu /home/t/tange/.tcshrc ubuntu install-OK +unixware Installed env_parallel in: +unixware /home/t/tange/.bashrc +unixware /home/t/tange/.shrc +unixware /home/t/tange/.zshenv +unixware /home/t/tange/.config/fish/config.fish +unixware /home/t/tange/.kshrc +unixware /home/t/tange/.mkshrc +unixware /home/t/tange/.profile +unixware /home/t/tange/.cshrc +unixware /home/t/tange/.tcshrc +unixware install-OK unixware UX:sh (/bin/sh): ERROR: source: Not found -unixware UX:env: ERROR: No such file or directory: bash aix env_parallel run-OK centos env_parallel run-OK debian env_parallel run-OK @@ -1107,8 +1044,6 @@ freebsd Syntax error: Bad fd number hpux env_parallel run-OK hpux-ia64 env_parallel run-OK hurd env_parallel run-OK -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix env: bash: No such file or directory macosx env_parallel run-OK mandriva env_parallel run-OK miros env_parallel run-OK @@ -1134,8 +1069,6 @@ tru64 env_parallel run-OK ubuntu env_parallel run-OK unixware env_parallel run-OK unixware UX:sh (/bin/sh): ERROR: source: Not found -parallel: Warning: Starting 11 processes took > 2 sec. -parallel: Warning: Consider adjusting -j. Press CTRL-C to stop. aix reading from process substitution OK centos reading from process substitution OK debian reading from process substitution OK @@ -1144,8 +1077,6 @@ freebsd Syntax error: "(" unexpected (expecting word) hpux reading from process substitution OK hpux-ia64 reading from process substitution OK hurd reading from process substitution OK -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix env: bash: No such file or directory macosx reading from process substitution OK mandriva reading from process substitution OK miros reading from process substitution OK @@ -1165,7 +1096,6 @@ sshwithpass minix reading from process substitution OK suse reading from process substitution OK tru64 reading from process substitution OK ubuntu reading from process substitution OK -ultrix Missing name for redirect. unixware UX:sh (/bin/sh): ERROR: /bin/sh: Syntax error at line 1: `(' unexpected # Test empty command name in process list test_empty_cmd() { @@ -1194,8 +1124,6 @@ hpux-ia64 ### Test if empty command name in process list causes problems hpux-ia64 OK_with_empty_cmd hurd ### Test if empty command name in process list causes problems hurd OK_with_empty_cmd -irix open3: exec of bzip2 -dc failed at -e line 1 -irix Undefined subroutine &main::decode_base64 called at -e line 1. macosx ### Test if empty command name in process list causes problems macosx OK_with_empty_cmd mandriva ### Test if empty command name in process list causes problems @@ -1231,7 +1159,6 @@ tru64 ### Test if empty command name in process list causes problems tru64 OK_with_empty_cmd ubuntu ### Test if empty command name in process list causes problems ubuntu OK_with_empty_cmd -ultrix open3: wtr should not be null at -e line 1 unixware ### Test if empty command name in process list causes problems unixware OK_with_empty_cmd echo @@ -1253,9 +1180,6 @@ freebsd Syntax error: Bad fd number hpux hpux-ia64 1 2 1 2 3 1 2 3 4 hurd 1 2 1 2 3 1 2 3 4 -irix -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix /usr/freeware/bin/bash: line 1: parset: command not found macosx 1 2 1 2 3 1 2 3 4 mandriva 1 2 1 2 3 1 2 3 4 miros 1 2 1 2 3 1 2 3 4 @@ -1288,9 +1212,6 @@ freebsd Syntax error: Bad fd number hpux hpux-ia64 1 2 1 2 1 2 hurd 2 2 3 2 3 4 -irix -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix /usr/freeware/bin/bash: line 1: env_parset: command not found macosx 2 2 3 2 3 4 mandriva 2 2 3 2 3 4 miros 1 2 1 2 1 2 @@ -1338,9 +1259,6 @@ freebsd Syntax error: Bad fd number hpux ,, hpux-ia64 1 2,1 2 3,1 2 3 4 hurd 1 2,1 2 3,1 2 3 4 -irix ,, -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix /usr/freeware/bin/bash: line 1: parset: command not found macosx 1 2,1 2 3,1 2 3 4 mandriva 1 2,1 2 3,1 2 3 4 miros 1 2,1 2 3,1 2 3 4 @@ -1362,7 +1280,7 @@ sshwithpass minix 1 2,1 2 3,1 2 3 4 suse 1 2,1 2 3,1 2 3 4 tru64 1 2,1 2 3,1 2 3 4 ubuntu 1 2,1 2 3,1 2 3 4 -unixware ,, +unixware 1 2,1 2 3,1 2 3 4 unixware UX:sh (/bin/sh): ERROR: source: Not found ### env_parset var1,var2,var3 seq ::: 2 3 4 aix 2,2 3,2 3 4 @@ -1373,9 +1291,6 @@ freebsd Syntax error: Bad fd number hpux ,, hpux-ia64 1 2,1 2,1 2 hurd 2,2 3,2 3 4 -irix ,, -irix /usr/freeware/bin/bash: line 1: /home/t/tange/setupenv: No such file or directory -irix /usr/freeware/bin/bash: line 1: env_parset: command not found macosx 2,2 3,2 3 4 mandriva 2,2 3,2 3 4 miros 1 2,1 2,1 2 diff --git a/testsuite/wanted-results/parallel-tutorial b/testsuite/wanted-results/parallel-tutorial index ca154b66..2588f3c9 100644 --- a/testsuite/wanted-results/parallel-tutorial +++ b/testsuite/wanted-results/parallel-tutorial @@ -656,7 +656,6 @@ completed 2 completed 0 tried 0 - show_signals() { perl -e 'for(keys %SIG) { $SIG{$_} = eval "sub { print \"Got $_\\n\"; }"; @@ -868,6 +867,7 @@ MFLAGS OLDPWD ORACLE_HOME ORACLE_SID + PARALLEL PARALLEL_HOME PARALLEL_PID @@ -994,7 +994,7 @@ For details: see man env_parallel export -f my_func3 parallel -vv --workdir ... --nice 17 --env _ --trc {}.out \ -S $SERVER1 my_func3 {} ::: abc-file -ssh -l parallel lo -- mkdir -p ./.TMPWORKDIR && rsync --protocol 30 -rlDzR -e'ssh -l parallel' ./abc-file lo:./.TMPWORKDIR;ssh -l parallel lo -- exec perl -e "'"'@GNU_Parallel=split/_/,"use_IPC::Open3;_use_MIME::Base64";eval"@GNU_Parallel";$chld=$SIG{CHLD};$SIG{CHLD}="IGNORE";my$zip=(grep{-x$_}"/usr/local/bin/bzip2")[0]||"bzip2";open3($in,$out,">&STDERR",$zip,"-dc");if(my$perlpid=fork){close$in;$eval=join"",<$out>;close$out;}else{close$out;print$in(decode_base64(join"",@ARGV));close$in;exit;}wait;$SIG{CHLD}=$chld;eval$eval;'"'" BASE64;_EXIT_status=$?; mkdir -p ./. && rsync --protocol 30 --rsync-path='cd ./.TMPWORKDIR/./.; rsync' -rlDzR -e'ssh -l parallel' lo:./abc-file.out ./.;ssh -l parallel lo -- 'rm -f ./.TMPWORKDIR/abc-file; sh -c '"'"'rmdir ./.TMPWORKDIR/ ./.parallel/tmp/ ./.parallel/ 2>/dev/null;'"'"''"'"'rm -rf ./.TMPWORKDIR;'"'";ssh -l parallel lo -- 'rm -f ./.TMPWORKDIR/abc-file.out; sh -c '"'"'rmdir ./.TMPWORKDIR/ ./.parallel/tmp/ ./.parallel/ 2>/dev/null;'"'"''"'"'rm -rf ./.TMPWORKDIR;'"'";ssh -l parallel lo -- rm -rf .TMPWORKDIR; exit $_EXIT_status; +ssh -l parallel lo -- mkdir -p ./.TMPWORKDIR && rsync --protocol 30 -rlDzR -e'ssh -l parallel' ./abc-file lo:./.TMPWORKDIR;ssh -l parallel lo -- exec perl -e "'"'@GNU_Parallel=split/_/,"use_IPC::Open3;_use_MIME::Base64";eval"@GNU_Parallel";$chld=$SIG{CHLD};$SIG{CHLD}="IGNORE";my$zip=(grep{-x$_}"/usr/local/bin/bzip2")[0]||"bzip2";open3($in,$out,">&STDERR",$zip,"-dc");if(my$perlpid=fork){close$in;$eval=join"",<$out>;close$out;}else{close$out;print$in(decode_base64(join"",@ARGV));close$in;exit;}wait;$SIG{CHLD}=$chld;eval$eval;'"'" BASE64;_EXIT_status=$?; mkdir -p ./. && rsync --protocol 30 --rsync-path='cd ./.TMPWORKDIR/./.; rsync' -rlDzR -e'ssh -l parallel' lo:./abc-file.out ./.;ssh -l parallel lo -- 'rm -f ./.TMPWORKDIR/abc-file; sh -c '"'"'rmdir ./.TMPWORKDIR/ ./.parallel/tmp/ ./.parallel/ 2>/dev/null;'"'"''"'"'rm -rf ./.TMPWORKDIR;'"'";ssh -l parallel lo -- 'rm -f ./.TMPWORKDIR/abc-file.out; sh -c '"'"'rmdir ./.TMPWORKDIR/ ./.parallel/tmp/ ./.parallel/ 2>/dev/null;'"'"''"'"'rm -rf ./.TMPWORKDIR;'"'";ssh -l parallel lo -- rm -rf .TMPWORKDIR;exit $_EXIT_status; parset myvar1,myvar2 echo ::: a b echo $myvar1 echo $myvar2 @@ -1440,8 +1440,8 @@ Start 4 Slow started Forced running after 1 sec Slow ended -Give up after 2 secs parallel: Warning: Semaphore timed out. Stealing the semaphore. +parallel: Warning: Semaphore timed out. Exiting. parallel --help Usage: @@ -1482,7 +1482,7 @@ If you pay 10000 EUR you should feel free to use GNU Parallel without citing. parallel --version GNU parallel VERSION -Copyright (C) 2007-2018 Ole Tange and Free Software Foundation, Inc. +Copyright (C) 2007-2019 Ole Tange and Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. GNU parallel comes with no warranty. diff --git a/testsuite/wanted-results/test61 b/testsuite/wanted-results/test61 index bde2e967..d264f5ca 100644 --- a/testsuite/wanted-results/test61 +++ b/testsuite/wanted-results/test61 @@ -1,7 +1,7 @@ echo '### Test --return of weirdly named file' ### Test --return of weirdly named file stdout parallel --return {} -vv -S parallel\@parallel-server1 echo '>'{} ::: 'aa<${#}" b' | perl -pe 's/\S*parallel-server\S*/one-server/;s:[a-z+=/\\0-9]{500,}:base64:i;'; rm 'aa<${#}" b' -ssh -l parallel one-server -- exec 'perl -e '"'"'$ENV{"PARALLEL_PID"}="XXXXX";$ENV{"PARALLEL_SEQ"}="1";$bashfunc = "";@ARGV="echo >'"'"'"'"'"'"'"'"'aa<\${#}\" b'"'"'"'"'"'"'"'"'";$shell="$ENV{SHELL}";$tmpdir="/tmp/test61-tmpdir";$nice=0;do{$ENV{PARALLEL_TMP}=$tmpdir."/par".join"",map{(0..9,"a".."z","A".."Z")[rand(62)]}(1..5);}while(-e$ENV{PARALLEL_TMP});$SIG{CHLD}=sub{$done=1;};$pid=fork;unless($pid){eval{setpgrp};eval{setpriority(0,0,$nice)};exec$shell,"-c",($bashfunc."@ARGV");die"exec:$!\n";}do{$s=$s<1?0.001+$s*1.03:$s;select(undef,undef,undef,$s);}until($done||getppid==1);kill(SIGHUP,-${pid})unless$done;wait;exit($?&127?128+($?&127):1+$?>>8)'"'";_EXIT_status=$?; mkdir -p ./. && rsync --protocol 30 --rsync-path='cd ././.; rsync' -rlDzR -e'ssh -l parallel' parallel-server1:"'"'./aa<${#}" b'"'" ./.; exit $_EXIT_status; +ssh -l parallel one-server -- exec 'perl -e '"'"'$ENV{"PARALLEL_PID"}="XXXXX";$ENV{"PARALLEL_SEQ"}="1";$bashfunc = "";@ARGV="echo >'"'"'"'"'"'"'"'"'aa<\${#}\" b'"'"'"'"'"'"'"'"'";$shell="$ENV{SHELL}";$tmpdir="/tmp/test61-tmpdir";$nice=0;do{$ENV{PARALLEL_TMP}=$tmpdir."/par".join"",map{(0..9,"a".."z","A".."Z")[rand(62)]}(1..5);}while(-e$ENV{PARALLEL_TMP});$SIG{CHLD}=sub{$done=1;};$pid=fork;unless($pid){eval{setpgrp};eval{setpriority(0,0,$nice)};exec$shell,"-c",($bashfunc."@ARGV");die"exec:$!\n";}do{$s=$s<1?0.001+$s*1.03:$s;select(undef,undef,undef,$s);}until($done||getppid==1);kill(SIGHUP,-${pid})unless$done;wait;exit($?&127?128+($?&127):1+$?>>8)'"'";_EXIT_status=$?; mkdir -p ./. && rsync --protocol 30 --rsync-path='cd ././.; rsync' -rlDzR -e'ssh -l parallel' parallel-server1:"'"'./aa<${#}" b'"'" ./.;exit $_EXIT_status; echo '### Test if remote login shell is csh' ### Test if remote login shell is csh stdout parallel -k -vv -S csh@localhost 'echo $PARALLEL_PID $PARALLEL_SEQ {}| wc -w' ::: a b c | perl -pe 's/\S*parallel-server\S*/one-server/;s:[a-z+=/\\0-9]{500,}:base64:i;'