Release 3.7.0: testing ncat issue on Percona Jenkins machines, try 3

This commit is contained in:
Sveta Smirnova
2024-11-27 16:18:59 +03:00
parent eafbaca786
commit 8d03f3c8b8

View File

@@ -33,11 +33,13 @@ elsif ( !$replica1_dbh ) {
}
elsif (!$have_ncat) {
plan skip_all => 'ncat, required for this test, is not installed or not in PATH';
print("-${have_ncat}-\n");
}
else {
plan tests => 3;
}
print("--${have_ncat}--\n");
exit;
$sb->load_file('source', "t/pt-table-sync/samples/pt-1205.sql");
$sb->wait_for_replicas();