PT-2295 - Fix tests on distributions

- Typos in pt-kill
This commit is contained in:
Sveta Smirnova
2024-02-02 00:16:27 +03:00
parent d820b1b4ac
commit a2209da449
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -7182,8 +7182,6 @@ sub main {
|| $error =~ m/Server has gone away/
|| $error =~ m/Lost connection to server/
|| $error =~ m/Lost connection to MySQL server/ ) {
eval {
eval {
eval {
$dbh = $cxn->connect();
$proc_sth = $dbh->prepare('SHOW FULL PROCESSLIST');
+1 -1
View File
@@ -507,7 +507,7 @@ is(
$output,
0,
"Retention test 3: tests, matched auto-generated patern, are removed"
);
) or diag(`ls -l $dest`);
# ###########################################################################
# Test if retention by size works as expected