Skip to content

Commit 6d78496

Browse files
committed
Tests: disabled TRT for some IB tests [#302]
As they fail on TRT schema check: innodb.log_file innodb.table_flags innodb.row_format_redundant encryption.innodb_encrypt_log_corruption encryption.innodb_first_page
1 parent f39df03 commit 6d78496

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

mysql-test/suite/encryption/t/innodb_encrypt_log_corruption.opt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
--loose-file-key-management
44
--loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/logkey.txt
55
--file-key-management-encryption-algorithm=aes_cbc
6+
--transaction-registry=0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
--innodb-encrypt-tables
22
--innodb-encrypt-log
3+
--transaction-registry=0

mysql-test/suite/innodb/t/log_file.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ AND support IN ('YES', 'DEFAULT', 'ENABLED');
3838
--let $ibp=$ibp --innodb-data-home-dir=$bugdir --innodb-undo-directory=$bugdir
3939
--let $ibp=$ibp --innodb-undo-logs=20 --innodb-undo-tablespaces=3
4040
--let $ibp=$ibp --innodb-data-file-path=ibdata1:16M;ibdata2:10M:autoextend
41+
--let $ibp=$ibp --transaction-registry=0
4142

4243
--echo # Start mysqld without the possibility to create innodb_undo_tablespaces
4344
--let $restart_parameters= $ibp

mysql-test/suite/innodb/t/row_format_redundant.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ let bugdir= $MYSQLTEST_VARDIR/tmp/row_format_redundant;
2020
--let $d=--innodb-data-home-dir=$bugdir --innodb-log-group-home-dir=$bugdir
2121
--let $d=$d --innodb-data-file-path=ibdata1:1M:autoextend
2222
--let $d=$d --innodb-undo-tablespaces=0 --innodb-stats-persistent=0
23+
--let $d=$d --transaction-registry=0
2324
--let $restart_parameters= $d
2425
--source include/restart_mysqld.inc
2526

mysql-test/suite/innodb/t/table_flags.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ let bugdir= $MYSQLTEST_VARDIR/tmp/table_flags;
2929
--let $d=$d --innodb-undo-tablespaces=0
3030
--let $d=$d --innodb-purge-rseg-truncate-frequency=1
3131
--let $d=$d --skip-innodb-fast-shutdown
32+
--let $d=$d --transaction-registry=0
3233

3334
--let $restart_parameters=$d --innodb-stats-persistent=0
3435
--source include/restart_mysqld.inc

0 commit comments

Comments
 (0)