1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

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

This commit is contained in:
aleksei.bukhalov
2025-08-04 15:54:45 +02:00
parent a76766f441
commit 91d308d8d1
6 changed files with 9 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

@@ -2,6 +2,7 @@
#Test column length with different charsets #Test column length with different charsets
# #
--source ../include/disable_before_10.9.inc
-- source ../include/have_columnstore.inc -- source ../include/have_columnstore.inc
-- source include/have_innodb.inc -- source include/have_innodb.inc
--source ../include/charset.inc --source ../include/charset.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;
}