[master] 6ac7a36e4 Check that objcore's do disappear

Poul-Henning Kamp phk at FreeBSD.org
Fri Mar 15 08:33:07 UTC 2019


commit 6ac7a36e46c8bf535751e0503b7583eab7030757
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Mar 15 08:31:39 2019 +0000

    Check that objcore's do disappear

diff --git a/bin/varnishtest/tests/c00063.vtc b/bin/varnishtest/tests/c00063.vtc
index 5b0a61e64..c784079da 100644
--- a/bin/varnishtest/tests/c00063.vtc
+++ b/bin/varnishtest/tests/c00063.vtc
@@ -32,3 +32,7 @@ client c1 {
 	expect resp.http.foobar == "BLA1004"
 	expect resp.body == "BLA1004"
 } -run
+
+delay 4
+
+varnish v1 -expect n_objectcore == 0


More information about the varnish-commit mailing list