diff options
author | Stefan Eissing <icing@apache.org> | 2023-05-02 13:30:41 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2023-05-02 13:30:41 +0200 |
commit | 3cf889d719a98bc53f85dbee4940cb5bbcf0f992 (patch) | |
tree | a225fa3003aa3c02f708fd3d4e6aafd998364477 | |
parent | tests, make test_h2_106_02 more robust (diff) | |
download | apache2-3cf889d719a98bc53f85dbee4940cb5bbcf0f992.tar.xz apache2-3cf889d719a98bc53f85dbee4940cb5bbcf0f992.zip |
tests, adding ignore for warnings that child did not exist in time
- 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
-rw-r--r-- | test/modules/http2/env.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/modules/http2/env.py b/test/modules/http2/env.py index 537d3bf37f..e00aef439d 100644 --- a/test/modules/http2/env.py +++ b/test/modules/http2/env.py @@ -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.*'), |