PT-2295 - Fix tests on distributions

- Fixed typo in has_rocksdb variable assignment in lib/bash/report_mysql_info.sh
- Added cleanup to pt-stalk tests
This commit is contained in:
Sveta Smirnova
2024-02-01 13:54:47 +03:00
parent b98b998a2b
commit 7369476a8d
4 changed files with 4 additions and 2 deletions

View File

@@ -70,5 +70,6 @@ foreach my $hook (qw(
diag(`rm $pid_file 2>/dev/null`);
diag(`rm $log_file 2>/dev/null`);
diag(`rm -rf $dest 2>/dev/null`);
$sb->wipe_clean($dbh);
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
done_testing;