Commit 8d17072b authored by Geoff Simmons's avatar Geoff Simmons

make check runs varnishtest with -b 2m.

Despite the filtering, the output of permutations.vtc is now over
the 1 MB default limit.
parent 025880fb
......@@ -84,7 +84,7 @@ AM_TESTS_ENVIRONMENT = \
PATH="$(VMOD_TEST_PATH)" \
LD_LIBRARY_PATH="$(VARNISH_LIBRARY_PATH)"
TEST_EXTENSIONS = .vtc
TESTFLAGS = -v -t 20
TESTFLAGS = -v -t 20 -b 2m
VTC_LOG_COMPILER = varnishtest ${TESTFLAGS}
AM_VTC_LOG_FLAGS = -Dvmod_pesi="$(VMOD_PESI)" \
-Dvmod_pesi_debug="$(VMOD_PESI_DEBUG)" \
......
......@@ -149,8 +149,8 @@ varnish v1 -arg "-a 127.0.0.1:0 -a self=${tmpdir}/v1.sock" \
} -start
# this masks out most of the VSL to push the output size just under
# the 1MB default varnishtest log buffer size
# This masks out most of the VSL to push the output size under the 2MB
# buffer size set for varnishtest in src/Makefile.am.
#
# To get the full output, comment these out and run varnishtest with -b 10m
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