mirror of
https://github.com/MariaDB/server.git
synced 2026-04-17 05:45:33 +02:00
Fixed failing tests
- Galera tests that was not updated with connection change messages - Test where out of memory error was changed (We are now using the standard out of memory error in most places) - Removed tokudb tests that uses include files that doesn't exist in MariaDB - Removed not supported mariadb startup option from option file
This commit is contained in:
parent
775aa5542d
commit
5478547c96
14 changed files with 54 additions and 4009 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1,19 +0,0 @@
|
|||
# This test takes long time, so only run it with the --big-test mtr-flag.
|
||||
--source include/big_test.inc
|
||||
--source include/not_embedded.inc
|
||||
--source include/not_valgrind.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_tokudb.inc
|
||||
--source include/have_binlog_format_row.inc
|
||||
--source include/not_mts_slave_parallel_workers.inc
|
||||
--source include/master-slave.inc
|
||||
|
||||
call mtr.add_suppression('Attempting backtrace');
|
||||
call mtr.add_suppression("Recovery from master pos .* and file master-bin.000001");
|
||||
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
|
||||
call mtr.add_suppression(".* InnoDB: Warning: allocated tablespace .*, old maximum was .*");
|
||||
|
||||
let $engine_type=TokuDB;
|
||||
let $database_name=test;
|
||||
--source extra/rpl_tests/rpl_crash_safe.test
|
||||
--source include/rpl_end.inc
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
--source include/big_test.inc
|
||||
--source include/not_embedded.inc
|
||||
--source include/not_valgrind.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_tokudb.inc
|
||||
--source include/have_binlog_format_mixed_or_statement.inc
|
||||
--source include/not_mts_slave_parallel_workers.inc
|
||||
--source include/master-slave.inc
|
||||
|
||||
call mtr.add_suppression('Attempting backtrace');
|
||||
call mtr.add_suppression("Recovery from master pos .* and file master-bin.000001");
|
||||
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
|
||||
call mtr.add_suppression(".* InnoDB: Warning: allocated tablespace .*, old maximum was .*");
|
||||
|
||||
let $engine_type=TokuDB;
|
||||
let $database_name=test;
|
||||
--source extra/rpl_tests/rpl_crash_safe.test
|
||||
--source include/rpl_end.inc
|
||||
Loading…
Add table
Add a link
Reference in a new issue