mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
PT-2340 - Support MySQL 8.4
- Updated tests for pt-variable-advisor and lib/VariableAdvisorRules
This commit is contained in:
@@ -27,7 +27,7 @@ ok(
|
||||
"t/pt-variable-advisor/samples/vars001.txt",
|
||||
),
|
||||
"vars001.txt"
|
||||
);
|
||||
) or diag($test_diff);
|
||||
|
||||
ok(
|
||||
no_diff(
|
||||
@@ -36,7 +36,7 @@ ok(
|
||||
"t/pt-variable-advisor/samples/vars002.txt",
|
||||
),
|
||||
"vars002.txt"
|
||||
);
|
||||
) or diag($test_diff);
|
||||
|
||||
ok(
|
||||
no_diff(
|
||||
@@ -45,7 +45,7 @@ ok(
|
||||
"t/pt-variable-advisor/samples/vars001-verbose.txt",
|
||||
),
|
||||
"vars001.txt --verbose"
|
||||
);
|
||||
) or diag($test_diff);
|
||||
|
||||
ok(
|
||||
no_diff(
|
||||
@@ -54,7 +54,7 @@ ok(
|
||||
"t/pt-variable-advisor/samples/vars001-verbose-verbose.txt",
|
||||
),
|
||||
"vars001.txt --verbose --verbose"
|
||||
);
|
||||
) or diag($test_diff);
|
||||
|
||||
ok(
|
||||
no_diff(
|
||||
@@ -64,7 +64,7 @@ ok(
|
||||
"t/pt-variable-advisor/samples/vars001-ignore-rules.txt",
|
||||
),
|
||||
"--ignore-rules"
|
||||
);
|
||||
) or diag($test_diff);
|
||||
|
||||
my ($output) = full_output(sub {
|
||||
pt_variable_advisor::main(@args,
|
||||
|
Reference in New Issue
Block a user