File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ test_mysql_version() {
1919
2020 mkdir -p sandbox/binary
2121 rm -rf sandbox/binary/*
22- gh-ost-ci-env/bin/linux/dbdeployer unpack gh-ost-ci-env/mysql-tarballs/" $mysql_version " .tar.gz --unpack-version=" $mysql_version " --sandbox-binary ${PWD} /sandbox/binary --sandbox-directory rsandbox
22+ gh-ost-ci-env/bin/linux/dbdeployer unpack gh-ost-ci-env/mysql-tarballs/" $mysql_version " .tar.gz --unpack-version=" $mysql_version " --sandbox-binary ${PWD} /sandbox/binary
2323
2424 mkdir -p sandboxes
2525 rm -rf sandboxes/*
@@ -29,7 +29,7 @@ test_mysql_version() {
2929 else
3030 gtid=" --gtid"
3131 fi
32- gh-ost-ci-env/bin/linux/dbdeployer replication " $mysql_version " --nodes 2 --sandbox-binary ${PWD} /sandbox/binary --sandbox-home ${PWD} /sandboxes ${gtid} --my-cnf-options log_slave_updates --my-cnf-options log_bin --my-cnf-options binlog_format=ROW --sandbox-directory rsandbox
32+ gh-ost-ci-env/bin/linux/dbdeployer deploy replication " $mysql_version " --nodes 2 --sandbox-binary ${PWD} /sandbox/binary --sandbox-home ${PWD} /sandboxes ${gtid} --my-cnf-options log_slave_updates --my-cnf-options log_bin --my-cnf-options binlog_format=ROW --sandbox-directory rsandbox
3333
3434 sed ' /sandboxes/d' -i gh-ost-ci-env/bin/gh-ost-test-mysql-master
3535 echo ' sandboxes/rsandbox/m "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-master
You can’t perform that action at this time.
0 commit comments