]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CI: Test handling of truncated responses (#1187)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 29 Nov 2022 02:57:15 +0000 (02:57 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 30 Nov 2022 14:55:37 +0000 (14:55 +0000)
Use Daft truncated-responses test to monitor for bugs like those fixed
by master/v6 commit ba3fe8d.

test-suite/test-functionality.sh

index 43e9f7156b3e1f40e6f539d92c6185eb19597519..0489386d7da64b4aef9dc2f936bfec0a1575d039 100755 (executable)
@@ -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