Commit ef399466 authored by Nils Goroll's avatar Nils Goroll

make newly introduced vtcs less timing-critical

Follow-up 9095c5cf

Belongs to #2057
parent 8fb2900a
......@@ -28,7 +28,7 @@ client c1 {
expect resp.status == 200
expect resp.bodylen == 6
expect resp.http.x-varnish == "1001"
expect resp.http.o_age == "0.000"
expect resp.http.o_age ~ "^0"
expect resp.http.o_ttl == "120.000"
expect resp.http.o_grace == "10.000"
expect resp.http.o_keep == "0.000"
......@@ -38,7 +38,7 @@ client c1 {
expect resp.status == 200
expect resp.bodylen == 7
expect resp.http.x-varnish == "1003"
expect resp.http.o_age == "0.000"
expect resp.http.o_age ~ "^0"
expect resp.http.o_ttl == "120.000"
expect resp.http.o_grace == "10.000"
expect resp.http.o_keep == "0.000"
......
......@@ -28,7 +28,7 @@ client c1 {
expect resp.status == 200
expect resp.bodylen == 6
expect resp.http.x-varnish == "1001"
expect resp.http.o_age == "0.000"
expect resp.http.o_age ~ "^0"
expect resp.http.o_ttl == "-0.000"
expect resp.http.o_grace == "0.000"
expect resp.http.o_keep == "0.000"
......@@ -38,7 +38,7 @@ client c1 {
expect resp.status == 200
expect resp.bodylen == 7
expect resp.http.x-varnish == "1003"
expect resp.http.o_age == "0.000"
expect resp.http.o_age ~ "^0"
expect resp.http.o_ttl == "-0.000"
expect resp.http.o_grace == "0.000"
expect resp.http.o_keep == "0.000"
......
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