[master] 885688b76 b000{87,88}.vtc: skip tests for SunOS
Asad Sajjad Ahmed
asadsa at varnish-software.com
Fri Aug 23 14:20:07 UTC 2024
commit 885688b76c75ff3bbf5d060ba1699f2d8c728908
Author: Asad Sajjad Ahmed <asadsa at varnish-software.com>
Date: Fri Aug 23 16:08:22 2024 +0200
b000{87,88}.vtc: skip tests for SunOS
The Waiter implementation poll & ports lacks a portable way for us to know when
a client has closed the connection. For now skip tests on SunOS, in the future
we could maybe feature test the default Waiter implementation.
Signed-off-by: Asad Sajjad Ahmed <asadsa at varnish-software.com>
diff --git a/bin/varnishtest/tests/b00087.vtc b/bin/varnishtest/tests/b00087.vtc
index 2e1100b22..753965398 100644
--- a/bin/varnishtest/tests/b00087.vtc
+++ b/bin/varnishtest/tests/b00087.vtc
@@ -1,5 +1,8 @@
varnishtest "waiter counters"
+# XXX: Waiter implementation for poll & ports do not signal WAITER_REMCLOSE
+feature cmd {test $(uname) != SunOS}
+
barrier b1 cond 2
barrier b2 cond 2
barrier b3 cond 2
diff --git a/bin/varnishtest/tests/b00088.vtc b/bin/varnishtest/tests/b00088.vtc
index 8f9399aa6..026f6e627 100644
--- a/bin/varnishtest/tests/b00088.vtc
+++ b/bin/varnishtest/tests/b00088.vtc
@@ -1,6 +1,8 @@
-
varnishtest "waiter & shutdown"
+# XXX: Waiter implementation for poll & ports do not signal WAITER_REMCLOSE
+feature cmd {test $(uname) != SunOS}
+
barrier b1 cond 2
barrier b2 cond 2
barrier b3 cond 3
More information about the varnish-commit
mailing list