[master] 184dc5eb3 vtc: Mitigate v41 timeout
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Tue Jun 1 15:04:05 UTC 2021
commit 184dc5eb3ecf1aaa04980bd1b523d8337615d1aa
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Tue Jun 1 16:56:47 2021 +0200
vtc: Mitigate v41 timeout
With sanitizers it becomes too easy to trigger a timeout because of the
debug.priv_perf() invocations.
Note for later, I'm planning to change the feature syntax to this:
feature [!]<name> [<args>...]
This way we can use `feature !sanitizer` to express the same check.
diff --git a/bin/varnishtest/tests/v00041.vtc b/bin/varnishtest/tests/v00041.vtc
index 5995d82a4..6c83a9f4d 100644
--- a/bin/varnishtest/tests/v00041.vtc
+++ b/bin/varnishtest/tests/v00041.vtc
@@ -1,5 +1,7 @@
varnishtest "Test priv_task"
+feature no_sanitizer
+
server s1 {
rxreq
txresp
More information about the varnish-commit
mailing list