[master] 3bcc36a1e varnishtest logexp: add to docs

Nils Goroll nils.goroll at uplex.de
Wed Jan 13 08:48:07 UTC 2021


commit 3bcc36a1eaa4808007cf0d869714371dfbea3895
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Jan 13 09:45:46 2021 +0100

    varnishtest logexp: add to docs
    
    merge a sentence which I had laying around unpushed. I think it might
    help explaining what is happening.

diff --git a/bin/varnishtest/vtc_logexp.c b/bin/varnishtest/vtc_logexp.c
index 5d638c74f..8cfa7de29 100644
--- a/bin/varnishtest/vtc_logexp.c
+++ b/bin/varnishtest/vtc_logexp.c
@@ -110,7 +110,9 @@
  * For skip, vxid and tag, '*' matches anything, '=' expects the value of the
  * previous matched record. The '?' marker is equivalent to zero, expecting a
  * match on the next record. The difference is that '?' can be used when the
- * order of individual consecutive logs is not deterministic.
+ * order of individual consecutive logs is not deterministic. In other words,
+ * lines from a block of alternatives marked by '?' can be matched in any order,
+ * but all need to match eventually.
  */
 
 #include "config.h"


More information about the varnish-commit mailing list