From d9cc65cca7e64a59177eb450290e66c27b04b8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 18 Jun 2018 11:04:23 +0300 Subject: [PATCH] Enable mxs1824_double_cursor in 2.2 The test apparently started working when 10.3 was set as the default backend. --- maxscale-system-test/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/maxscale-system-test/CMakeLists.txt b/maxscale-system-test/CMakeLists.txt index a54243e61..a89006917 100644 --- a/maxscale-system-test/CMakeLists.txt +++ b/maxscale-system-test/CMakeLists.txt @@ -654,9 +654,6 @@ add_test_executable(mxs1808_long_data.cpp mxs1808_long_data replication LABELS r # https://jira.mariadb.org/browse/MXS-1824 add_test_executable(mxs1824_double_cursor.cpp mxs1824_double_cursor replication LABELS readwritesplit REPL_BACKEND) -# TODO: Remove this once the problem with the connector is resolved -set_tests_properties(mxs1824_double_cursor PROPERTIES WILL_FAIL TRUE) - # MXS-1831: No error on invalid monitor parameter alteration # https://jira.mariadb.org/browse/MXS-1831 add_test_executable(mxs1831_unknown_param.cpp mxs1831_unknown_param replication LABELS REPL_BACKEND)