1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

fix(tests): disable tests for 11.4 due to known bug

This commit is contained in:
Leonid Fedorov
2025-09-01 17:01:17 +00:00
committed by Leonid Fedorov
parent c2bf3e6b2a
commit 027d09310b
5 changed files with 8 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
# Author: Daniel Lee, daniel.lee@mariadb.com # Author: Daniel Lee, daniel.lee@mariadb.com
# -------------------------------------------------------------- # # -------------------------------------------------------------- #
# #
--source ../include/disable_for_11.4_and_later.inc
--source ../include/have_columnstore.inc --source ../include/have_columnstore.inc
--source ../include/detect_maxscale.inc --source ../include/detect_maxscale.inc
# #

View File

@@ -4,6 +4,7 @@
# Author: Daniel Lee, daniel.lee@mariadb.com # Author: Daniel Lee, daniel.lee@mariadb.com
# -------------------------------------------------------------- # # -------------------------------------------------------------- #
# #
--source ../include/disable_for_11.4_and_later.inc
--source ../include/have_columnstore.inc --source ../include/have_columnstore.inc
# #
USE tpch1; USE tpch1;

View File

@@ -4,6 +4,7 @@
# Author: Daniel Lee, daniel.lee@mariadb.com # Author: Daniel Lee, daniel.lee@mariadb.com
# -------------------------------------------------------------- # # -------------------------------------------------------------- #
# #
--source ../include/disable_for_11.4_and_later.inc
--source ../include/have_columnstore.inc --source ../include/have_columnstore.inc
# #
USE tpch1; USE tpch1;

View File

@@ -4,6 +4,7 @@
# Author: Daniel Lee, daniel.lee@mariadb.com # Author: Daniel Lee, daniel.lee@mariadb.com
# -------------------------------------------------------------- # # -------------------------------------------------------------- #
# #
--source ../include/disable_for_11.4_and_later.inc
--source ../include/have_columnstore.inc --source ../include/have_columnstore.inc
# #
USE tpch1; USE tpch1;

View File

@@ -0,0 +1,4 @@
if (`SELECT (sys.version_major(), sys.version_minor(), sys.version_patch()) >= (11, 4, 0)`)
{
skip Known multiupdate bug;
}