From 885688b76c75ff3bbf5d060ba1699f2d8c728908 Mon Sep 17 00:00:00 2001 From: Asad Sajjad Ahmed Date: Fri, 23 Aug 2024 16:08:22 +0200 Subject: [PATCH] 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 --- bin/varnishtest/tests/b00087.vtc | 3 +++ bin/varnishtest/tests/b00088.vtc | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/varnishtest/tests/b00087.vtc b/bin/varnishtest/tests/b00087.vtc index 2e1100b229f..75396539836 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 8f9399aa650..026f6e62734 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