[Varnish] #311: varnishtest fails at c00005.vtc on ppc64

Varnish varnish-bugs at projects.linpro.no
Wed Sep 3 22:58:54 CEST 2008


#311: varnishtest fails at c00005.vtc on ppc64
--------------------+-------------------------------------------------------
 Reporter:  ingvar  |        Owner:  des  
     Type:  defect  |       Status:  new  
 Priority:  normal  |    Milestone:       
Component:  build   |      Version:  trunk
 Severity:  normal  |   Resolution:       
 Keywords:          |  
--------------------+-------------------------------------------------------
Comment (by phk):

 Try this change:

 {{{
 Index: tests/c00005.vtc
 ===================================================================
 --- tests/c00005.vtc    (revision 3162)
 +++ tests/c00005.vtc    (working copy)
 @@ -11,7 +11,7 @@
         txresp -body "2222\n"
  } -start

 -varnish v1 -vcl+backend {
 +varnish v1 -arg "-p vcl_trace=on" -vcl+backend {
         acl acl1 {
                 "localhost";
         }
 }}}
 and then capture with {{{varnishlog -n /tmp/__v1}}} to see where it goes
 in the VCL code and why it does not hit the ACL

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/311#comment:6>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list