From dcc1cff51985645df1b2ab4524107d7c89f86c06 Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Fri, 21 Nov 2025 23:12:36 +0300 Subject: [PATCH] PT-2492 - t/pt-online-schema-change/pt-200.t fails after fix for PT-1151 - Added s=1 to tests for SSL support in 8.4 --- t/pt-online-schema-change/pt-153.t | 2 +- t/pt-online-schema-change/pt-200.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/pt-online-schema-change/pt-153.t b/t/pt-online-schema-change/pt-153.t index 26691c06..4bb1c242 100644 --- a/t/pt-online-schema-change/pt-153.t +++ b/t/pt-online-schema-change/pt-153.t @@ -26,7 +26,7 @@ require "$trunk/bin/pt-online-schema-change"; my $dp = new DSNParser(opts=>$dsn_opts); my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp); my $source_dbh = $sb->get_dbh_for('source'); -my $source_dsn = 'h=127.1,P=12345,u=msandbox,p=msandbox'; +my $source_dsn = 'h=127.1,P=12345,u=msandbox,p=msandbox,s=1'; if ( !$source_dbh ) { plan skip_all => 'Cannot connect to sandbox source'; diff --git a/t/pt-online-schema-change/pt-200.t b/t/pt-online-schema-change/pt-200.t index 643cc544..441fd998 100644 --- a/t/pt-online-schema-change/pt-200.t +++ b/t/pt-online-schema-change/pt-200.t @@ -26,7 +26,7 @@ require "$trunk/bin/pt-online-schema-change"; my $dp = new DSNParser(opts=>$dsn_opts); my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp); my $source_dbh = $sb->get_dbh_for('source'); -my $source_dsn = 'h=127.1,P=12345,u=msandbox,p=msandbox'; +my $source_dsn = 'h=127.1,P=12345,u=msandbox,p=msandbox,s=1'; if ( !$source_dbh ) { plan skip_all => 'Cannot connect to sandbox source';