REGTESTS: mark http_abortonclose as broken
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Sep 2021 14:24:11 +0000 (16:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Sep 2021 14:24:11 +0000 (16:24 +0200)
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

index 4c8ce79..16cfc58 100644 (file)
@@ -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)