Skip to content

Commit 5480646

Browse files
author
Shlomi Noach
committed
adapting to dbdeployer 0.2.0
1 parent efe5641 commit 5480646

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/cibuild-gh-ost-replica-tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)