summaryrefslogtreecommitdiff
path: root/test/test-e2e.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-07-25 12:46:14 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-07-25 12:46:14 +0100
commitd04bf78af08885e17ebaae7f198f93bbf06817e7 (patch)
tree7d37b6dd491270481b620cb24ba4dd01edde7dbf /test/test-e2e.cpp
parentAdd before/after event to update position in replication stream (diff)
downloadmygrate-d04bf78af08885e17ebaae7f198f93bbf06817e7.tar.bz2
mygrate-d04bf78af08885e17ebaae7f198f93bbf06817e7.tar.xz
mygrate-d04bf78af08885e17ebaae7f198f93bbf06817e7.zip
Support the rotate event to move to the next binlog file
Diffstat (limited to 'test/test-e2e.cpp')
-rw-r--r--test/test-e2e.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-e2e.cpp b/test/test-e2e.cpp
index e541ec9..6d484af 100644
--- a/test/test-e2e.cpp
+++ b/test/test-e2e.cpp
@@ -45,6 +45,7 @@ BOOST_AUTO_TEST_CASE(e2e)
VALUES(?, ?, ?, ?, ?, now(), now())",
5);
ins->execute({"hashyhash", "testuser", "groupadm", "10.10.0.1", 2433});
+ mym.query("flush logs");
sleep(1);