mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
Adjusted t/pt-table-checksum/samples/default-results-5.7.txt to skip unstable results
This commit is contained in:
@@ -39,11 +39,12 @@ ls -1 $PT_TMPDIR/collect | sort > $PT_TMPDIR/collect-files
|
|||||||
# If this system has /proc, then some files should be collected.
|
# If this system has /proc, then some files should be collected.
|
||||||
# Else, those files should not exist.
|
# Else, those files should not exist.
|
||||||
if [ -f /proc/diskstats ]; then
|
if [ -f /proc/diskstats ]; then
|
||||||
|
wait_for_files "$p-diskstats"
|
||||||
cmd_ok \
|
cmd_ok \
|
||||||
"grep -q '[0-9]' $PT_TMPDIR/collect/2011_12_05-diskstats" \
|
"grep -q '[0-9]' $p-diskstats" \
|
||||||
"/proc/diskstats"
|
"/proc/diskstats"
|
||||||
else
|
else
|
||||||
test -f $PT_TMPDIR/collect/2011_12_05-diskstats
|
test -f $PT_TMPDIR/collect/$p-diskstats
|
||||||
is "$?" "1" "No /proc/diskstats"
|
is "$?" "1" "No /proc/diskstats"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -75,6 +76,8 @@ cmd_ok \
|
|||||||
"Finds MySQL error log"
|
"Finds MySQL error log"
|
||||||
|
|
||||||
if [ "$(which lsof 2>/dev/null)" ]; then
|
if [ "$(which lsof 2>/dev/null)" ]; then
|
||||||
|
wait_for_files "$p-lsof"
|
||||||
|
echo $(lsof -i ":${port}")
|
||||||
cmd_ok \
|
cmd_ok \
|
||||||
"grep -q 'COMMAND[ ]\+PID[ ]\+USER' $p-lsof" \
|
"grep -q 'COMMAND[ ]\+PID[ ]\+USER' $p-lsof" \
|
||||||
"lsof"
|
"lsof"
|
||||||
|
@@ -10,7 +10,6 @@ ERRORS DIFFS ROWS SKIPPED TABLE
|
|||||||
0 0 908 0 mysql.help_keyword
|
0 0 908 0 mysql.help_keyword
|
||||||
0 0 1803 0 mysql.help_relation
|
0 0 1803 0 mysql.help_relation
|
||||||
0 0 659 0 mysql.help_topic
|
0 0 659 0 mysql.help_topic
|
||||||
0 0 0 0 mysql.ndb_binlog_index
|
|
||||||
0 0 0 0 mysql.plugin
|
0 0 0 0 mysql.plugin
|
||||||
0 0 0 0 mysql.proc
|
0 0 0 0 mysql.proc
|
||||||
0 0 0 0 mysql.procs_priv
|
0 0 0 0 mysql.procs_priv
|
||||||
|
Reference in New Issue
Block a user