Skip to content

Commit

Permalink
help merge test for modified logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Aug 24, 2024
1 parent 3c2d724 commit 035e1f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_nginx.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def test_nginx_proxy(*, ssl, worker_class, dummy_ssl_cert, read_size=1024):

server.graceful_quit(
expect={
"Handling signal: term",
"Handling signal: SIGTERM",
"Shutting down: Master",
},
)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_wrk.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,6 @@ def test_wrk(*, ssl, worker_class, dummy_ssl_cert, read_size=1024):
server.graceful_quit(
ignore={"GET %s HTTP/1.1" % path, "Ignoring connection epipe", "Ignoring connection reset"},
expect={
"[INFO] Handling signal: term",
"[INFO] Handling signal: SIGTERM",
},
)

0 comments on commit 035e1f2

Please sign in to comment.