mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 18:45:57 +00:00
Release 3.7.0: testing ncat issue on Percona Jenkins machines, try 4
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user