From 79a44b5263b750434f49a6495ea123a6dc7b7256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Mon, 17 Jul 2023 09:42:15 +0200 Subject: [PATCH] test: Remove unnecesary test config --- test/httpd/install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/httpd/install.sh b/test/httpd/install.sh index 66c67de6c..b245eadbe 100755 --- a/test/httpd/install.sh +++ b/test/httpd/install.sh @@ -50,12 +50,6 @@ if [ -f /tmp/$FILECONF ]; then echo "Include conf/$FILECONF" >> /usr/local/apache2/conf/httpd.conf fi -# With the default settings and recent changes c83aff820705cdf4a399c1d748d9cedb66593b9f, -# removed nodes are hanging indefinitely in mod_cluster_manager whose outputs are parsed -# by tests. Setting MaxConnectionPerChild will cause they get removed eventually without -# a need to change tests. -echo -e "\nMaxConnectionsPerChild 16" >> /usr/local/apache2/conf/httpd.conf - # start apache httpd server in foreground /usr/local/apache2/bin/apachectl start