MDEV-9945 - main.kill_processlist-6619 fails sporadically

SHOW PROCESSLIST output can be affected by not completed concurrent KILL QUERY.
Filter out more column values to make output stable.
This commit is contained in:
Sergey Vojtovich 2016-06-14 14:44:09 +04:00
commit 1b50d59960
2 changed files with 3 additions and 3 deletions

View file

@ -11,5 +11,5 @@ eval KILL QUERY $con_id;
--connection con1
--error ER_QUERY_INTERRUPTED
SHOW PROCESSLIST;
--replace_column 1 # 3 # 6 # 7 #
--replace_column 1 # 3 # 5 # 6 # 7 # 8 #
SHOW PROCESSLIST;