~percona-toolkit-dev/percona-toolkit/release-2.2.3

« back to all changes in this revision

Viewing changes to t/pt-online-schema-change/pxc.t

Fix pt-heartbeat/pxc.t.  Exit early in test-env if wget fails.  Add APP=FORK|mysql to start-sandbox so it too works around the pxc mysqld -V bug; add FORK=pxc to start_sandbox() calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
my ($master_dbh, $master_dsn) = $sb->start_sandbox(
147
147
   server => 'cmaster',
148
148
   type   => 'master',
149
 
   env    => q/BINLOG_FORMAT="ROW"/,
 
149
   env    => q/FORK="pxc" BINLOG_FORMAT="ROW"/,
150
150
);
151
151
 
152
152
$sb->set_as_slave('node1', 'cmaster');