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
parent d6a1bae57f
commit 1b50d59960
2 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ SHOW PROCESSLIST;
ERROR 70100: Query execution was interrupted
SHOW PROCESSLIST;
Id User Host db Command Time State Info Progress
# root # test Sleep # # NULL 0.000
# root # test Query # # SHOW PROCESSLIST 0.000
# root # test # # # # 0.000
# root # test # # # # 0.000

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;