mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-07 21:09:14 +00:00
Renamed dubious tests
This commit is contained in:
@@ -11,5 +11,5 @@ for dir in t/*
|
||||
do
|
||||
echo "$dir"
|
||||
sandbox/test-env restart
|
||||
prove -vw "$dir" | tee -a $LOG_FILE
|
||||
prove -vw --trap --timer "$dir" | tee -a $LOG_FILE
|
||||
done
|
||||
|
@@ -57,7 +57,8 @@ system('/tmp/12345/use -e "insert into issue_758.t select sleep(3)"');
|
||||
# Slave seems to be lagging now so the first row should get purged
|
||||
# immediately, then the script should wait about 2 seconds until
|
||||
# slave lag is gone.
|
||||
system("$cmd --source F=$cnf,D=issue_758,t=t --purge --where 'i>0' --check-slave-lag h=127.1,P=12346,u=msandbox,p=msandbox >/dev/null 2>&1 &");
|
||||
#system("$cmd --source F=$cnf,D=issue_758,t=t --purge --where 'i>0' --check-slave-lag h=127.1,P=12346,u=msandbox,p=msandbox >/dev/null 2>&1 &");
|
||||
system("$cmd --source F=$cnf,D=issue_758,t=t --purge --where 'i>0' --check-slave-lag h=127.1,P=12346,u=msandbox,p=msandbox &");
|
||||
|
||||
sleep 1;
|
||||
is_deeply(
|
||||
|
Reference in New Issue
Block a user