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
This commit is contained in:
Sveta Smirnova
2025-11-21 23:12:36 +03:00
parent eed2c43dcc
commit dcc1cff519
2 changed files with 2 additions and 2 deletions

View File

@@ -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';

View File

@@ -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';