PT-2154 - Fix tests for pt-table-sync

- Removed junk comment from t/pt-table-sync/pt-2309.t
- Re-enabled t/pt-table-sync/issue_96.t in 8.0+
- Re-enabled tests in t/pt-table-sync/pt-1256.t in 8.0.14+
- Re-enabled t/pt-table-sync/master_master.t in 8.0+
- Re-enabled t/pt-table-sync/lock_and_rename.t in 8.0+
- Re-enabled t/pt-table-sync/issue_965.t
- Added proper disable comments into t/pt-table-sync/issue_920.t and t/pt-table-sync/issue_996.t
This commit is contained in:
Sveta Smirnova
2024-05-14 20:12:25 +03:00
parent 4a63df51e5
commit e2ca142baa
9 changed files with 34 additions and 26 deletions

View File

@@ -24,8 +24,7 @@ if ( !$master_dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}
else {
plan skip_all => 'This test is freezing';
#plan tests => 2;
plan tests => 2;
}
$sb->wipe_clean($master_dbh);