Skip to content

Commit

Permalink
test: Over-breeding is still a thing
Browse files Browse the repository at this point in the history
Spotted on CircleCI:

    ---- v1    Not true: MAIN.threads (26) == 10 (10)

Refs #2942
  • Loading branch information
dridi committed Oct 28, 2020
1 parent c7ac526 commit 1b0a51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/varnishtest/tests/v00006.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ varnish v1 \
# >thread_pool_timeout to allow for any over-bred workers to be kissed
# to death.
# NB: This is important for to avoid mis-ordering of the workers.

delay 11

varnish v1 -expect MAIN.threads == 10
# But all in all, the delay does not fully prevent over-breeding.
varnish v1 -expect MAIN.threads >= 10

client c1 {
txreq -url "/bar"
Expand Down

0 comments on commit 1b0a51c

Please sign in to comment.