From 54a7051a3f724823326ea775b5327e55a72fcbb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 3 Oct 2017 15:14:06 +0300 Subject: [PATCH] Fix tests broken by the merge The merge caused compilation failures in two of the files. --- maxscale-system-test/kerberos_setup.cpp | 2 +- maxscale-system-test/testconnections.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/maxscale-system-test/kerberos_setup.cpp b/maxscale-system-test/kerberos_setup.cpp index 287229565..c1b04a1c8 100644 --- a/maxscale-system-test/kerberos_setup.cpp +++ b/maxscale-system-test/kerberos_setup.cpp @@ -135,7 +135,7 @@ int main(int argc, char *argv[]) for (int i = 0; i < Test->repl->N; i++) { - Test->repl->ssh_node(i, "sudo rm -f /etc/my.cnf.d/kerb.cnf", true); + Test->repl->ssh_node(i, true, "sudo rm -f /etc/my.cnf.d/kerb.cnf"); } int rval = Test->global_result; diff --git a/maxscale-system-test/testconnections.cpp b/maxscale-system-test/testconnections.cpp index 14faaa507..3f9151ed2 100644 --- a/maxscale-system-test/testconnections.cpp +++ b/maxscale-system-test/testconnections.cpp @@ -1026,6 +1026,7 @@ int TestConnections::start_binlog() fflush(stdout); tprintf("Maxscale binlog master pos : %s\n", log_pos); fflush(stdout); + } tprintf("Setup all backend nodes except first one to be slaves of binlog Maxscale node\n"); fflush(stdout);