Skip to content

Commit d277a63

Browse files
MDEV-31101 Re-enable spider/bugfix.mdev_29904
The spider init bug fixes remove any race conditions during spider init. Also remove the add_suppressions in spider/bugfix.mdev_27575 which is a similar issue.
1 parent 8b0fb15 commit d277a63

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
wait_timeout : MDEV-26045
2-
mdev_29904 : MDEV-31101

storage/spider/mysql-test/spider/bugfix/r/mdev_27575.result

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
for master_1
55
for child2
66
for child3
7-
call mtr.add_suppression("\\[ERROR\\] Table 'mysql.spider_table_sts' doesn't exist");
8-
call mtr.add_suppression("\\[ERROR\\] Server shutdown in progress");
97
SET GLOBAL default_tmp_storage_engine=spider;
108
# restart
119
SET GLOBAL default_storage_engine=Spider;

storage/spider/mysql-test/spider/bugfix/t/mdev_27575.test

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
--enable_result_log
88
--enable_query_log
99

10-
# These suppressions are a workaround and should not be needed once
11-
# MDEV-29870 is done.
12-
call mtr.add_suppression("\\[ERROR\\] Table 'mysql.spider_table_sts' doesn't exist");
13-
call mtr.add_suppression("\\[ERROR\\] Server shutdown in progress");
1410
SET GLOBAL default_tmp_storage_engine=spider;
1511
--source include/restart_mysqld.inc
1612

0 commit comments

Comments
 (0)