mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Fix test failures on s390x in test following main.column_compression_rpl
The problem is the test is skipped after sourcing include/master-slave.inc. This leaves the slave threads running after the test is skipped, causing a following test to fail during rpl setup. Also rename have_normal_bzip.inc to the more appropriate _zlib. Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
This commit is contained in:
parent
8a763c014e
commit
5b0a4159ef
8 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
--source include/have_compress.inc
|
||||
|
||||
# Test that the system is using the default/standard bzip library.
|
||||
# Test that the system is using the default/standard zlib library.
|
||||
# If not, we have to skip the test as the compression lengths displayed
|
||||
# in the test will not match the results from used compression library.
|
||||
|
||||
if (`select length(COMPRESS(space(5000))) != 33`) {
|
||||
skip Test skipped as standard bzip is needed;
|
||||
skip Test skipped as standard zlib is needed;
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
--source include/have_innodb.inc
|
||||
--source include/have_csv.inc
|
||||
--source include/have_normal_bzip.inc
|
||||
--source include/have_normal_zlib.inc
|
||||
|
||||
let $MYSQLD_DATADIR= `select @@datadir`;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--source include/have_innodb.inc
|
||||
--source include/have_normal_zlib.inc
|
||||
--source include/master-slave.inc
|
||||
--source include/have_normal_bzip.inc
|
||||
|
||||
--let $engine_type= myisam
|
||||
--let $engine_type2= innodb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- source include/have_compress.inc
|
||||
-- source include/have_normal_bzip.inc
|
||||
-- source include/have_normal_zlib.inc
|
||||
#
|
||||
# Test for compress and uncompress functions:
|
||||
#
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
--source include/have_log_bin.inc
|
||||
--source include/have_binlog_format_row.inc
|
||||
--source include/have_normal_bzip.inc
|
||||
--source include/have_normal_zlib.inc
|
||||
|
||||
#
|
||||
#
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
--source include/have_log_bin.inc
|
||||
--source include/have_binlog_format_statement.inc
|
||||
--source include/have_normal_bzip.inc
|
||||
--source include/have_normal_zlib.inc
|
||||
#
|
||||
#
|
||||
# mysqlbinlog: compressed query event
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--source include/have_innodb.inc
|
||||
--source include/have_csv.inc
|
||||
--source include/have_normal_bzip.inc
|
||||
--source include/have_normal_zlib.inc
|
||||
|
||||
SET sql_mode=ORACLE;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
--source include/have_innodb.inc
|
||||
--source include/have_sequence.inc
|
||||
--source include/innodb_page_size_small.inc
|
||||
--source include/have_normal_bzip.inc
|
||||
--source include/have_normal_zlib.inc
|
||||
|
||||
call mtr.add_suppression("InnoDB: Cannot add field .* in table .* because after adding it, the row size is .* which is greater than maximum allowed size (.*) for a record on index leaf page.");
|
||||
|
||||
|
|
Loading…
Reference in a new issue