Skip to content

Commit 49ae5b7

Browse files
author
Mohit Joshi
committed
Below test should run only on debug builds. The push fix the
following tests. log_based_discovery.test log_file_name.test
1 parent 520bef4 commit 49ae5b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Try to restrat the datadir1 server ,expect an error
99
# #########################################################
1010
--source include/not_embedded.inc
11+
--source include/have_debug.inc
1112

1213
let $MYSQLD_BASEDIR= `select @@basedir`;
1314
let $START_PAGE_SIZE= `select @@innodb_page_size`;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
# Embedded server does not support crashing
88
--source include/not_embedded.inc
9+
--source include/have_debug.inc
910

1011
SET GLOBAL innodb_file_per_table=ON;
1112
SET GLOBAL innodb_master_thread_disabled_debug=1;

0 commit comments

Comments
 (0)