Skip to content

Commit

Permalink
Tests: remove a duplicated check
Browse files Browse the repository at this point in the history
This fixes up the merge commit 9b18275
  • Loading branch information
dr-m committed Apr 17, 2024
1 parent 41e7ceb commit 9164c2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mysql-test/main/kill_processlist-6619.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
--source include/not_embedded.inc
--source include/have_debug_sync.inc

let $wait_condition=select count(*) = 1 from information_schema.processlist;
source include/wait_condition.inc;

# Ensure no lingering connections from an earlier test run, which can very
# rarely still be visible in SHOW PROCESSLIST here.
--let $wait_condition= SELECT COUNT(*) = 1 from information_schema.processlist
Expand Down

0 comments on commit 9164c2b

Please sign in to comment.