Skip to content

Commit

Permalink
get an idea about the margin before r02219.vtc fails
Browse files Browse the repository at this point in the history
When making other changes which require additional workspace, this test
may fail for too big a request in the first place.

This additional logging facilitates before/after analysis
  • Loading branch information
nigoroll committed Nov 5, 2019
1 parent 6dbfff1 commit bea1da6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/varnishtest/tests/r02219.vtc
Expand Up @@ -10,7 +10,10 @@ server s1 {
} -start

varnish v1 -arg "-p workspace_client=9k" -proto PROXY -vcl+backend {
import std;
import vtc;
sub vcl_recv {
std.log(vtc.workspace_free(client));
return (pass);
}
} -start
Expand Down

0 comments on commit bea1da6

Please sign in to comment.