]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
tests, adding ignore for warnings that child did not exist in time
authorStefan Eissing <icing@apache.org>
Tue, 2 May 2023 11:30:41 +0000 (11:30 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 2 May 2023 11:30:41 +0000 (11:30 +0000)
- this seems CI related, does not happen on local machine

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909568 13f79535-47bb-0310-9956-ffa450edef68

test/modules/http2/env.py

index 537d3bf37f21eb0c72caf6bdf8c90bb096e3bb29..e00aef439d5fbeb7bac84e30b894cc2324c5fd2c 100644 (file)
@@ -98,6 +98,7 @@ class H2TestEnv(HttpdTestEnv):
             'AH01247',  # mod_cgid sometimes freaks out on load tests
             'AH01110',  # error by proxy reading response
             'AH10400',  # warning that 'enablereuse' has not effect in certain configs test_h2_600
+            'AH00045',  # child did not exit in time, SIGTERM was sent
         ])
         self.httpd_error_log.add_ignored_patterns([
             re.compile(r'.*malformed header from script \'hecho.py\': Bad header: x.*'),