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:
parent
d6a1bae57f
commit
1b50d59960
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user