Commit 1b50d599 authored by Sergey Vojtovich's avatar Sergey Vojtovich

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.
parent d6a1bae5
...@@ -6,5 +6,5 @@ SHOW PROCESSLIST; ...@@ -6,5 +6,5 @@ SHOW PROCESSLIST;
ERROR 70100: Query execution was interrupted ERROR 70100: Query execution was interrupted
SHOW PROCESSLIST; SHOW PROCESSLIST;
Id User Host db Command Time State Info Progress Id User Host db Command Time State Info Progress
# root # test Sleep # # NULL 0.000 # root # test # # # # 0.000
# root # test Query # # SHOW PROCESSLIST 0.000 # root # test # # # # 0.000
...@@ -11,5 +11,5 @@ eval KILL QUERY $con_id; ...@@ -11,5 +11,5 @@ eval KILL QUERY $con_id;
--connection con1 --connection con1
--error ER_QUERY_INTERRUPTED --error ER_QUERY_INTERRUPTED
SHOW PROCESSLIST; SHOW PROCESSLIST;
--replace_column 1 # 3 # 6 # 7 # --replace_column 1 # 3 # 5 # 6 # 7 # 8 #
SHOW PROCESSLIST; SHOW PROCESSLIST;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment