mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 17:27:57 +00:00
Update progress.t, option_sanity.t, and standard_options.t. Make test env always have slave2 (12347, slave of 12346). Add PerconaTest::count_checksum_results(). Add util/wait-to-exec.
This commit is contained in:
10
t/pt-table-checksum/scripts/exec-wait-exec.sh
Executable file
10
t/pt-table-checksum/scripts/exec-wait-exec.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
port=$1
|
||||
query1=$2
|
||||
t=$3
|
||||
query2=$4
|
||||
|
||||
/tmp/$port/use -e "$query1"
|
||||
sleep $t
|
||||
/tmp/$port/use -e "$query2"
|
Reference in New Issue
Block a user