Commit b37859ca authored by Nils Goroll's avatar Nils Goroll

Merge branch 'varnishtest_buf' into 'master'

make check runs varnishtest with -b 2m.

See merge request uplex-varnish/libvdp-pesi!1
parents 025880fb 8d17072b
...@@ -84,7 +84,7 @@ AM_TESTS_ENVIRONMENT = \ ...@@ -84,7 +84,7 @@ AM_TESTS_ENVIRONMENT = \
PATH="$(VMOD_TEST_PATH)" \ PATH="$(VMOD_TEST_PATH)" \
LD_LIBRARY_PATH="$(VARNISH_LIBRARY_PATH)" LD_LIBRARY_PATH="$(VARNISH_LIBRARY_PATH)"
TEST_EXTENSIONS = .vtc TEST_EXTENSIONS = .vtc
TESTFLAGS = -v -t 20 TESTFLAGS = -v -t 20 -b 2m
VTC_LOG_COMPILER = varnishtest ${TESTFLAGS} VTC_LOG_COMPILER = varnishtest ${TESTFLAGS}
AM_VTC_LOG_FLAGS = -Dvmod_pesi="$(VMOD_PESI)" \ AM_VTC_LOG_FLAGS = -Dvmod_pesi="$(VMOD_PESI)" \
-Dvmod_pesi_debug="$(VMOD_PESI_DEBUG)" \ -Dvmod_pesi_debug="$(VMOD_PESI_DEBUG)" \
......
...@@ -149,8 +149,8 @@ varnish v1 -arg "-a 127.0.0.1:0 -a self=${tmpdir}/v1.sock" \ ...@@ -149,8 +149,8 @@ varnish v1 -arg "-a 127.0.0.1:0 -a self=${tmpdir}/v1.sock" \
} -start } -start
# this masks out most of the VSL to push the output size just under # This masks out most of the VSL to push the output size under the 2MB
# the 1MB default varnishtest log buffer size # buffer size set for varnishtest in src/Makefile.am.
# #
# To get the full output, comment these out and run varnishtest with -b 10m # To get the full output, comment these out and run varnishtest with -b 10m
varnish v1 -cliok "param.set vsl_mask -RespHeader,-BerespHeader" varnish v1 -cliok "param.set vsl_mask -RespHeader,-BerespHeader"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment