[Varnish] #692: Test case v00017.vtc fails: VCL compilation got 200 expected 106

Varnish varnish-bugs at varnish-cache.org
Sat May 1 22:24:57 CEST 2010


#692: Test case v00017.vtc fails: VCL compilation got 200 expected 106
-------------------------------+--------------------------------------------
 Reporter:  Kwi                |        Type:  defect
   Status:  new                |    Priority:  normal
Milestone:                     |   Component:  build 
  Version:  trunk              |    Severity:  minor 
 Keywords:  v00017.vtc x86_64  |  
-------------------------------+--------------------------------------------
 Test case v00017.vtc fails (seemingly just ''after'', and thus unrelated,
 to the problematic test of bug #356) with the following output:

 {{{
 #### v1   CLI TX| vcl.inline vcl6 "\n\tbackend b { .host = \"127.0.0.1\";
 }\n\tacl a { \"10.1.2.\"; }\n\tsub vcl_recv { if (client.ip ~ a) {
 return(pass); } }\n"
 ###  v1   CLI RX  200
 #### v1   CLI RX| VCL compiled.
 ---- v1   VCL compilation got 200 expected 106
 }}}

 I'm unfortunately not quite sure what this test does. :-)

 Environment:
  * Operating system: Ubuntu Server 10.04 LTS (amd64)
  * Kernel: Linux 2.6.32-21-server
  * RAM: 512 MB
  * Network: Host address 10.1.5.3, subnet 10.1.0.0/16
  * Varnish versions: both 2.1.1 and r4752

 Commands to reproduce:

 {{{
 sudo apt-get install wget pkg-config groff-base libpcre3-dev autotools-dev
 automake gcc libtool libncurses5-dev make
 wget
 'http://downloads.sourceforge.net/project/varnish/varnish/2.1.1/varnish-2.1.1.tar.gz?use_mirror=switch'
 tar xf varnish-2.1.1.tar.gz
 cd varnish-2.1.1
 ./autogen.sh
 ./configure --enable-stack-protector
 make
 make check
 }}}

-- 
Ticket URL: <http://www.varnish-cache.org/ticket/692>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list