[Varnish] #1201: Test r01109.vtc reliably fails on FreeBSD (32bit)

Varnish varnish-bugs at varnish-cache.org
Wed Oct 10 10:19:36 CEST 2012


#1201: Test r01109.vtc reliably fails on FreeBSD (32bit)
-------------------------+--------------------
 Reporter:  mi           |       Owner:  phk
     Type:  defect       |      Status:  new
 Priority:  normal       |   Milestone:
Component:  varnishtest  |     Version:  3.0.3
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+--------------------

Comment (by phk):

 I cannot reproduce on my 32bit FreeBSD with Varnish-trunk.

 I think the problem is that it runs out of thread-stack, can you try
 something like this:

 {{{
 diff --git a/bin/varnishtest/tests/r01109.vtc
 b/bin/varnishtest/tests/r01109.vtc
 index 50f0a0e..e6b43e8 100644
 --- a/bin/varnishtest/tests/r01109.vtc
 +++ b/bin/varnishtest/tests/r01109.vtc
 @@ -21,7 +21,7 @@ server s1 {
         txresp -bodylen 4074
  } -start

 -varnish v1 -arg "-pfetch_chunksize=4k" -arg "-pgzip_level=0" -vcl+backend
 {
 +varnish v1 -arg "-pfetch_chunksize=4k" -arg "-pgzip_level=0" -arg
 "-pthread_pool_stack=131072" -vcl+backend {
         sub vcl_fetch {
                 if (req.url ~ "/test") {
                         set beresp.do_esi = true;
 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1201#comment:3>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list