mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
some error messages changed so changed tests
This commit is contained in:
@@ -719,7 +719,7 @@ eval {
|
|||||||
};
|
};
|
||||||
like(
|
like(
|
||||||
$EVAL_ERROR,
|
$EVAL_ERROR,
|
||||||
qr/Invalid recursion method: stuff/,
|
qr/Only hosts and processlist may be combined/,
|
||||||
"--recursion-method processlist,stuff causes error",
|
"--recursion-method processlist,stuff causes error",
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -728,7 +728,7 @@ eval {
|
|||||||
};
|
};
|
||||||
like(
|
like(
|
||||||
$EVAL_ERROR,
|
$EVAL_ERROR,
|
||||||
qr/none cannot be combined with other methods/,
|
qr/Only hosts and processlist may be combined/,
|
||||||
"--recursion-method none,hosts"
|
"--recursion-method none,hosts"
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -737,7 +737,7 @@ eval {
|
|||||||
};
|
};
|
||||||
like(
|
like(
|
||||||
$EVAL_ERROR,
|
$EVAL_ERROR,
|
||||||
qr/none cannot be combined with other methods/,
|
qr/Only hosts and processlist may be combined/,
|
||||||
"--recursion-method cluster,none"
|
"--recursion-method cluster,none"
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -746,7 +746,7 @@ eval {
|
|||||||
};
|
};
|
||||||
like(
|
like(
|
||||||
$EVAL_ERROR,
|
$EVAL_ERROR,
|
||||||
qr/Invalid combination of recursion methods: none, none/,
|
qr/Only hosts and processlist may be combined/,
|
||||||
"--recursion-method none,none"
|
"--recursion-method none,none"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user