We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed8afb commit 25e9ac8Copy full SHA for 25e9ac8
t/balancer-keepalive-localaddr.t
@@ -78,7 +78,7 @@ add_block_preprocessor(sub {
78
}
79
80
if (!defined $block->grep_error_log) {
81
- $block->set_value("grep_error_log", qr/lua balancer: keepalive .*/);
+ $block->set_value("grep_error_log", qr/lua balancer: keepalive (?!closing).*/);
82
83
84
if (!defined $block->no_error_log) {
0 commit comments