Skip to content

Commit

Permalink
fix(test) flaky test due to event order, timer based
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Sep 21, 2020
1 parent 6db7f60 commit caf8c86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/19-status-ver.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Test::Nginx::Socket::Lua 'no_plan';
use Cwd qw(cwd);

workers(2);
workers(1);
master_on();

my $pwd = cwd();
Expand Down Expand Up @@ -59,4 +59,3 @@ true
checking unhealthy targets: nothing to do
checking unhealthy targets: #1
from 'true' to 'false', ver: 2
from 'true' to 'false', ver: 1

0 comments on commit caf8c86

Please sign in to comment.