Skip to content

Commit

Permalink
debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Dec 4, 2022
1 parent f745fdd commit 113e627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/02-integration/05-proxy/25-upstream_keepalive_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ describe("#postgres upstream keepalive", function()
.line([[enabled connection keepalive \(pool=[A-F0-9.:]+\|\d+\|two.com]])
assert.errlog()
.has
.line([[keepalive get pool, name: [A-F0-9.:]+\|\d+\|two.com, cpool:]])
.line([[lua balancer: keepalive get pool, name: [A-F0-9.:]+\|\d+\|two.com, cpool:]])
assert.errlog()
.has
.line([[keepalive create pool, name: [A-F0-9.:]+\|\d+\|two.com, size:]])
.line([[lua balancer: keepalive create pool, name: [A-F0-9.:]+\|\d+\|two.com, size:]])
end)


Expand Down

0 comments on commit 113e627

Please sign in to comment.