[master] 6c4ae7ed4 make parameter canary test 64bit
Nils Goroll
nils.goroll at uplex.de
Mon Feb 3 15:14:06 UTC 2020
commit 6c4ae7ed4554471d1a68b9ae340463984499382e
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Mon Feb 3 16:12:06 2020 +0100
make parameter canary test 64bit
as decided by bugwash.
Closes #3203
diff --git a/bin/varnishtest/tests/v00004.vtc b/bin/varnishtest/tests/v00004.vtc
index 5f7a7aec8..0b52fa11b 100644
--- a/bin/varnishtest/tests/v00004.vtc
+++ b/bin/varnishtest/tests/v00004.vtc
@@ -1,5 +1,7 @@
varnishtest "test if our default paramers make sense ..."
+feature 64bit
+
# ... for our definition of a standard use case:
# - 2019 header madness
# - 5 ESI levels down
@@ -154,10 +156,6 @@ varnish v1 -vcl+backend {
sub recv9 {
std.log("STK recv9 " + debug.stk() + " WS " +
vtc.workspace_free(client));
- if (vtc.workspace_free(client) < 48 * 1024) {
- std.log("XXX #3203 skipping");
- return;
- }
set req.http.regex = regsub(req.http.cookie, "(.*)", "\1\1\1\1\1\1\1\1");
std.log("WS " + vtc.workspace_free(client));
# hey geoff, this is deliberate
More information about the varnish-commit
mailing list