You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
c2bf3e6b2a
commit
027d09310b
@@ -4,6 +4,7 @@
|
||||
# Author: Daniel Lee, daniel.lee@mariadb.com
|
||||
# -------------------------------------------------------------- #
|
||||
#
|
||||
--source ../include/disable_for_11.4_and_later.inc
|
||||
--source ../include/have_columnstore.inc
|
||||
--source ../include/detect_maxscale.inc
|
||||
#
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Author: Daniel Lee, daniel.lee@mariadb.com
|
||||
# -------------------------------------------------------------- #
|
||||
#
|
||||
--source ../include/disable_for_11.4_and_later.inc
|
||||
--source ../include/have_columnstore.inc
|
||||
#
|
||||
USE tpch1;
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Author: Daniel Lee, daniel.lee@mariadb.com
|
||||
# -------------------------------------------------------------- #
|
||||
#
|
||||
--source ../include/disable_for_11.4_and_later.inc
|
||||
--source ../include/have_columnstore.inc
|
||||
#
|
||||
USE tpch1;
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Author: Daniel Lee, daniel.lee@mariadb.com
|
||||
# -------------------------------------------------------------- #
|
||||
#
|
||||
--source ../include/disable_for_11.4_and_later.inc
|
||||
--source ../include/have_columnstore.inc
|
||||
#
|
||||
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