From: Alex Rousskov Date: Tue, 29 Nov 2022 02:57:15 +0000 (+0000) Subject: CI: Test handling of truncated responses (#1187) X-Git-Tag: SQUID_6_0_1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e74a31d4316cbf7a5f8bcffe4fad4efdc2641110;p=thirdparty%2Fsquid.git CI: Test handling of truncated responses (#1187) Use Daft truncated-responses test to monitor for bugs like those fixed by master/v6 commit ba3fe8d. --- diff --git a/test-suite/test-functionality.sh b/test-suite/test-functionality.sh index 43e9f7156b..0489386d7d 100755 --- a/test-suite/test-functionality.sh +++ b/test-suite/test-functionality.sh @@ -200,6 +200,10 @@ check_upgrade_protocols() { run_confirmed_test upgrade-protocols } +check_truncated_responses() { + run_confirmed_test truncated-responses +} + # executes a single check_name test named by the parameter run_one_test() { local testName=$1 @@ -248,6 +252,7 @@ main() { upgrade-protocols proxy-collapsed-forwarding busy-restart + truncated-responses " tests="$default_tests" fi