Skip to content

Commit

Permalink
Fixed flaky admission_control_yield test
Browse files Browse the repository at this point in the history
Summary: Check tittle

Reviewed By: lth

Differential Revision: D27547151

fbshipit-source-id: 92ba8fc4663
  • Loading branch information
Pushapgl authored and facebook-github-bot committed Apr 6, 2021
1 parent 39c70ca commit 81ae98e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mysql-test/t/admission_control_yield.test
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ select 1;
--disable_query_log
--eval KILL QUERY $con1_id
--enable_query_log
let $wait_condition =
select count(*) = 0 from information_schema.processlist where state = 'User lock';
--source include/wait_condition.inc
select RELEASE_LOCK('lock');

--connection con1
Expand Down

0 comments on commit 81ae98e

Please sign in to comment.