[master] 79cf4bac4 Make v56.vtc easier to debug
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Mon Feb 24 19:49:06 UTC 2020
commit 79cf4bac4b0f138ab747125be6a6e4755d9ef0ae
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Mon Feb 24 20:25:29 2020 +0100
Make v56.vtc easier to debug
In case of failure, I can see which client failed more easily.
diff --git a/bin/varnishtest/tests/v00056.vtc b/bin/varnishtest/tests/v00056.vtc
index 7d3d50733..b3c559f7a 100644
--- a/bin/varnishtest/tests/v00056.vtc
+++ b/bin/varnishtest/tests/v00056.vtc
@@ -54,16 +54,21 @@ client c1 {
txreq
rxresp
expect resp.status == 500
+} -run
- barrier b1 sync
+barrier b1 sync
+barrier b2 sync
- barrier b2 sync
+client c2 {
txreq
rxresp
expect resp.status == 500
+} -run
- barrier b3 sync
- barrier b4 sync
+barrier b3 sync
+barrier b4 sync
+
+client c3 {
txreq
rxresp
expect resp.status == 200
More information about the varnish-commit
mailing list