File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ test_mysql_version() {
1616
1717 mkdir -p sandbox/binary
1818 rm -rf sandbox/binary/*
19- 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
19+ 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
2020
2121 mkdir -p sandboxes
2222 rm -rf sandboxes/*
23- 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
23+ 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
2424
2525 sed ' /sandboxes/d' -i gh-ost-ci-env/bin/gh-ost-test-mysql-master
26- echo ' sandboxes/rsandbox_5_7_21 /m "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-master
26+ echo ' sandboxes/rsandbox /m "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-master
2727
2828 sed ' /sandboxes/d' -i gh-ost-ci-env/bin/gh-ost-test-mysql-replica
29- echo ' sandboxes/rsandbox_5_7_21 /s1 "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-replica
29+ echo ' sandboxes/rsandbox /s1 "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-replica
3030
3131 export PATH=" ${PWD} /gh-ost-ci-env/bin/:${PATH} "
3232
You can’t perform that action at this time.
0 commit comments