Skip to content

Commit

Permalink
b000{87,88}.vtc: skip tests for SunOS
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
asadsa92 committed Aug 23, 2024
1 parent 4217acf commit 885688b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/varnishtest/tests/b00087.vtc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion bin/varnishtest/tests/b00088.vtc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 885688b

Please sign in to comment.