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:
Daniel Nichter
2011-10-14 11:45:11 -06:00
parent 48fb4baa7c
commit 4ad88ddd93
11 changed files with 294 additions and 73 deletions

View 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"