From 8d03f3c8b8c2811aef0eeab0e93085babd4e002d Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Wed, 27 Nov 2024 16:18:59 +0300 Subject: [PATCH] Release 3.7.0: testing ncat issue on Percona Jenkins machines, try 3 --- t/pt-table-sync/pt-1194.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/pt-table-sync/pt-1194.t b/t/pt-table-sync/pt-1194.t index f87f98e5..5bb40b65 100644 --- a/t/pt-table-sync/pt-1194.t +++ b/t/pt-table-sync/pt-1194.t @@ -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();