mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Fix for Bug#42308 Several server tests do not pass MTR's --check option
Details: Most tests mentioned within the bug report were already fixed. The test modified here failed in stability (high parallel load) tests. Details: 1. Take care that disconnects are finished before the test terminates. 2. Correct wrong handling of send/reap in events_stress which caused random garbled output 3. Minor beautifying of script code
This commit is contained in:
parent
1b7424b9b7
commit
21f878e724
25 changed files with 122 additions and 37 deletions
|
|
@ -1800,10 +1800,11 @@ connect (con1,localhost,root,,);
|
|||
# EE_FILENOTFOUND 29
|
||||
--error 29
|
||||
select * from t1;
|
||||
--disconnect con1
|
||||
--source include/wait_until_disconnected.inc
|
||||
connection default;
|
||||
unlock tables;
|
||||
drop table t1;
|
||||
--disconnect con1
|
||||
|
||||
#
|
||||
# Bug#41441 repair csv table crashes debug server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue