From 115e325d7cb9d6f2eb1ac41bca82b5d0c42f6766 Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Tue, 10 Jan 2017 11:22:00 +0200 Subject: [PATCH] sanity replication restart before each test --- RELEASE_VERSION | 2 +- localtests/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_VERSION b/RELEASE_VERSION index ffcbe71..28dff43 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -1.0.34 +1.0.35 diff --git a/localtests/test.sh b/localtests/test.sh index ab7b459..eb0274a 100755 --- a/localtests/test.sh +++ b/localtests/test.sh @@ -49,7 +49,7 @@ test_single() { echo -n "Testing: $test_name" echo_dot - gh-ost-test-mysql-replica -e "start slave" + gh-ost-test-mysql-replica -e "stop slave; start slave; do sleep(1)" echo_dot gh-ost-test-mysql-master --default-character-set=utf8mb4 test < $tests_path/$test_name/create.sql