Merge pull request #4422 from ElvinEfendi/lua-resolv-conf-search

teach lua about search and ndots settings in resolv.conf
This commit is contained in:
Kubernetes Prow Robot 2019-08-14 17:36:33 -07:00 committed by GitHub
commit dd0fe4b458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 236 additions and 85 deletions

View file

@ -315,7 +315,7 @@ describe("Balancer", function()
}
}
helpers.mock_resty_dns_query({
helpers.mock_resty_dns_query(nil, {
{
name = "example.com",
address = "192.168.1.1",