pt-mysql-summary 2.0

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-02-22 08:45:26 -03:00
parent 4d5d4da4b7
commit 3cfb1c0af7
27 changed files with 3650 additions and 474 deletions

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