[master] 4c51aec0f vtc: Stabilize c00132.vtc
Walid Boudebouda
walid.boudebouda at gmail.com
Mon Sep 22 15:56:05 UTC 2025
commit 4c51aec0faa4c301014796512c0a0f1d025637c7
Author: Walid Boudebouda <walid.boudebouda at gmail.com>
Date: Mon Sep 22 17:52:30 2025 +0200
vtc: Stabilize c00132.vtc
If we cancel s1 too early, varnish might be left with a hanging
bgfetch that has a reference to the VCL, preventing the test
from finishing properly.
diff --git a/bin/varnishtest/tests/c00132.vtc b/bin/varnishtest/tests/c00132.vtc
index 82df14512..8ad1492d7 100644
--- a/bin/varnishtest/tests/c00132.vtc
+++ b/bin/varnishtest/tests/c00132.vtc
@@ -37,3 +37,5 @@ client c1 {
expect resp.status == 200
expect resp.body == "foo"
} -run
+
+server s1 -wait
More information about the varnish-commit
mailing list