mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
159ff4c12c
mysql-test/r/innodb-timeout.result: Make test more robust to scheduling delays on the host running the test suite. mysql-test/suite/rpl/r/rpl_relayspace.result: Apply patch from BUG#25228 and tweak timeout value in an attempt to fix random failure of this test in Buildbot (could not repeat locally). mysql-test/suite/rpl/t/rpl_relayspace.test: Apply patch from BUG#25228 and tweak timeout value in an attempt to fix random failure of this test in Buildbot (could not repeat locally). mysql-test/t/innodb-timeout.test: Make test more robust to scheduling delays on the host running the test suite. mysql-test/valgrind.supp: Add suppression for Glibc bug.
19 lines
426 B
Text
19 lines
426 B
Text
stop slave;
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
|
reset master;
|
|
reset slave;
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
|
start slave;
|
|
stop slave;
|
|
create table t1 (a int);
|
|
drop table t1;
|
|
create table t1 (a int);
|
|
drop table t1;
|
|
reset slave;
|
|
start slave io_thread;
|
|
stop slave io_thread;
|
|
reset slave;
|
|
start slave;
|
|
select master_pos_wait('MASTER_LOG_FILE',200,30)=-1;
|
|
master_pos_wait('MASTER_LOG_FILE',200,30)=-1
|
|
0
|