From e3abd92c6c3496bf14bc51b4143fe7c6e72a6acf Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 7 Sep 2021 16:24:11 +0200 Subject: [PATCH] REGTESTS: mark http_abortonclose as broken This is a consequence of the revert of the commit below, until a better fix is found for this issue: BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive --- reg-tests/http-messaging/http_abortonclose.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/http-messaging/http_abortonclose.vtc b/reg-tests/http-messaging/http_abortonclose.vtc index 4c8ce79..16cfc58 100644 --- a/reg-tests/http-messaging/http_abortonclose.vtc +++ b/reg-tests/http-messaging/http_abortonclose.vtc @@ -5,7 +5,7 @@ feature ignore_unknown_macro # the port reserved for closed s1 server may be reused by another vtest #REQUIRE_VERSION=2.3 -#REGTEST_TYPE=slow +#REGTEST_TYPE=broken # b1 : Don't send /c4 before /c3 was received by s2 server # b2 : Don't finish c2 before c1 and c3 before c4 (from syslog POV) -- 1.7.10.4