From 1bd20cd2eb87c026377ba23cad95afb6c7294635 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Fri, 5 Jan 2018 09:40:41 +0200 Subject: [PATCH] temopary disable snapshot revert due to Galera failures --- maxscale-system-test/testconnections.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maxscale-system-test/testconnections.cpp b/maxscale-system-test/testconnections.cpp index 1800250d2..7023bf08b 100644 --- a/maxscale-system-test/testconnections.cpp +++ b/maxscale-system-test/testconnections.cpp @@ -306,6 +306,7 @@ TestConnections::~TestConnections() copy_all_logs(); + /* Temporary disable snapshot revert due to Galera failures if (global_result != 0 ) { if (no_vm_revert) @@ -318,6 +319,7 @@ TestConnections::~TestConnections() revert_snapshot((char*) "clean"); } } + */ delete repl; if (!no_galera)