]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
test/h2: ignore AH02430 for the whole TestRfc9113 class
authorJim Jagielski <jim@apache.org>
Tue, 2 Jun 2026 15:50:29 +0000 (15:50 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 2 Jun 2026 15:50:29 +0000 (15:50 +0000)
commita9eee4ed759130843f5138ca13f5284a58c28112
treed10282ac7205d76f15965ef6cba504a179dfd217
parenta4ef307c2671fec198697b87edf232235af9959c
  test/h2: ignore AH02430 for the whole TestRfc9113 class

  test_h2_203_02 intentionally triggers AH02430 (illegal response header
  char). Over HTTP/2 the error is logged late during stream teardown and
  can produce several lines, so the per-case ignore_recent() raced them
  and they leaked into a later test's check_error_log(). Move the ignore
  to an autouse class fixture (as conftest.py does for AH10400/AH00045)
  and add HttpdErrorLog.remove_ignored_lognos() to restore on teardown.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934891 13f79535-47bb-0310-9956-ffa450edef68
test/modules/http2/test_203_rfc9113.py
test/pyhttpd/log.py