Permalink
Browse files

sanity replication restart before each test

  • Loading branch information...
1 parent a07a6f8 commit 115e325d7cb9d6f2eb1ac41bca82b5d0c42f6766 @shlomi-noach shlomi-noach committed Jan 10, 2017
Showing with 2 additions and 2 deletions.
  1. +1 −1 RELEASE_VERSION
  2. +1 −1 localtests/test.sh
View
@@ -1 +1 @@
-1.0.34
+1.0.35
View
@@ -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

0 comments on commit 115e325

Please sign in to comment.