mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
MDEV-9865: Test encryption.innodb-log-encrypt-crash takes too long on debug build
Add big_test and not_debug requirements to avoid timeouts.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
-- source include/have_innodb.inc
|
-- source include/have_innodb.inc
|
||||||
-- source include/not_embedded.inc
|
-- source include/not_embedded.inc
|
||||||
|
# test takes very long time on debug build
|
||||||
|
-- source include/not_debug.inc
|
||||||
|
-- source include/big_test.inc
|
||||||
-- source filekeys_plugin.inc
|
-- source filekeys_plugin.inc
|
||||||
|
|
||||||
call mtr.add_suppression("InnoDB: New log files created, LSN=.*");
|
call mtr.add_suppression("InnoDB: New log files created, LSN=.*");
|
||||||
|
@@ -13542,7 +13542,8 @@ ha_innobase::info_low(
|
|||||||
(index->table != ib_table ||
|
(index->table != ib_table ||
|
||||||
!index->table->stat_initialized)) {
|
!index->table->stat_initialized)) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"InnoDB: Warning: Index %s points to table %s" " and ib_table %s statistics is initialized %d "
|
"InnoDB: Warning: Index %s points to table %s"
|
||||||
|
" and ib_table %s statistics is initialized %d "
|
||||||
" but index table %s initialized %d "
|
" but index table %s initialized %d "
|
||||||
" mysql table is %s. Have you mixed "
|
" mysql table is %s. Have you mixed "
|
||||||
"up .frm files from different "
|
"up .frm files from different "
|
||||||
|
Reference in New Issue
Block a user