You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||||
#
|
#
|
||||||
|
@@ -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
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
if (`SELECT (sys.version_major(), sys.version_minor(), sys.version_patch()) >= (11, 4, 0)`)
|
||||||
|
{
|
||||||
|
skip Known multiupdate bug;
|
||||||
|
}
|
Reference in New Issue
Block a user