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

This commit is contained in:
Sveta Smirnova
2024-11-27 16:31:21 +03:00
parent 8d03f3c8b8
commit aad0a26789

View File

@@ -33,14 +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;
system('ncat -k -l localhost 33333 --sh-exec "ncat 127.0.0.1 12345"');
exit;
$sb->load_file('source', "t/pt-table-sync/samples/pt-1205.sql");
$sb->wait_for_replicas();