From 843b8d92ebe0ee32bb31c3f01411668da4124f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 18 Jul 2018 22:36:14 +0300 Subject: [PATCH] Enable mxs1778_causal_reads with 10.3.8 The MariaDB 10.3.8 release fixes the use of last_gtid as a value for session_track_system_variables. This means that the test can be enabled if the backends are new enough. --- maxscale-system-test/mxs1778_causal_reads.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/maxscale-system-test/mxs1778_causal_reads.cpp b/maxscale-system-test/mxs1778_causal_reads.cpp index 900265cf0..d5482d2f3 100644 --- a/maxscale-system-test/mxs1778_causal_reads.cpp +++ b/maxscale-system-test/mxs1778_causal_reads.cpp @@ -8,9 +8,7 @@ int main(int argc, char** argv) { - printf("THIS TEST IS DISABLED UNTIL A SERVER VERSION WITH THE FIX IS RELEASED\n"); - return 0; - + TestConnections::require_repl_version("10.3.8"); TestConnections test(argc, argv); const int N_QUERIES = 100;