mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 19:34:52 +00:00
pt-mysql-summary 2.0
This commit is contained in:
12
t/pt-mysql-summary/report_summary.sh
Normal file
12
t/pt-mysql-summary/report_summary.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
TESTS=1
|
||||
TMPDIR=$TEST_TMPDIR
|
||||
|
||||
TEST_NAME="report_summary"
|
||||
OPT_SLEEP=1
|
||||
OPT_DUMP_SCHEMAS="mysql"
|
||||
NAME_VAL_LEN=25
|
||||
_NO_FALSE_NEGATIVES=1
|
||||
report_summary "samples/tempdir" "percona-toolkit" | tail -n+3 > $TMPDIR/got
|
||||
no_diff "$TMPDIR/got" "samples/expected_result_report_summary.txt"
|
Reference in New Issue
Block a user