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

temporary disable tests incompatible with 11.8

This commit is contained in:
Timofey Turenko
2025-09-26 17:07:10 +03:00
parent a8909a27a9
commit acfb0e6035
4 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
# Author: Bharath, bharath.bokka@mariadb.com
#
-- source ../include/have_columnstore.inc
--source ../include/disable_11.8.inc
if (!`SELECT from_unixtime(3600*24)='1970-01-02 00:00:00'`)
{

View File

@@ -3,6 +3,7 @@
--echo # in outer select to foreign engines
--source ../include/have_columnstore.inc
--source ../include/disable_11.8.inc
if (!$MASTER_MYPORT)
{

View File

@@ -5,6 +5,7 @@
# -------------------------------------------------------------- #
#
--source ../include/have_columnstore.inc
--source ../include/disable_11.8.inc
--source ../include/cross_engine.inc

View File

@@ -0,0 +1,4 @@
if (`SELECT (sys.version_major(), sys.version_minor(), sys.version_patch()) >= (11, 8, 0)`)
{
skip MCOL-6173, MCOL-6174, ;
}