<div dir="ltr"><div><div>All these logs use mockup servers. If you are using varnishtest against real servers the length of resulting headers are going to be much larger.<br></div>Same thing will happen with a real or close to real client.<br><br></div><div>I've run into this many times and I've hacked varnishtest so I'd like to see this in.<br>Also I don't really see any harm on applying this patch, considering how small it is aside from the getopt and usage part.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 11, 2015 at 1:59 PM, Lasse Karstensen <span dir="ltr"><<a href="mailto:lkarsten@varnish-software.com" target="_blank">lkarsten@varnish-software.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Sep 10, 2015 at 01:26:28PM +0200, Carlos Abalde wrote:<br>
> When implementing in VCL complex logic (not necessarily related with caching contents -e.g. access control, rate limiting, etc.-) varnishtest is a powerful tool to automate VCL testing. These type of tests sometimes are complex and they are not easy to split in smaller pieces.<br>
> In some extreme cases, the varnishlog buffer space allocated by varnishtest is not enough when testing complex VCL logic including a lot of logging. The size of that buffer is currently hard coded and it has been increased in the past [1]. This trivial patch allows selecting the size of that buffer in the command line.<br>
<br>
</span>Hi.<br>
<br>
I've looked up the numbers, after Martin pointed out that 524288 bytes, or 6553 lines<br>
80 character wide, is a lot of log to scroll through when looking for a problem.<br>
<br>
Measurement strategy here is strlen() on jp->buf where it is being<br>
printed/sent to the output. This is when running one test case per<br>
varnishtest invocation.<br>
<br>
At commit 1628f0b, there are 469 test cases. 34 produce more than 50KB log.<br>
Of those 34, there are 7 that use more than 100KB:<br>
<br>
g00007.vtc      101349<br>
r00984.vtc      101711<br>
e00028.vtc      101770<br>
c00023.vtc      109899<br>
b00048.vtc      121389 (runs 60 client requests)<br>
r00345.vtc      137132 (32303B without -debug=+workspace)<br>
e00017.vtc      147003<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Lasse Karstensen<br>
Varnish Software AS<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
varnish-dev mailing list<br>
<a href="mailto:varnish-dev@varnish-cache.org">varnish-dev@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev" rel="noreferrer" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev</a><br>
</div></div></blockquote></div><br></div>