-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(tests): remove hardcoded dns resolver in tests #9748
Conversation
2f5b7c2
to
e3ac90e
Compare
@hanshuebner I ran a
Let me know if this is covering your original thought : ) |
I would suggest using an address different from 8.8.8.8 so that the address can never accidentally used for lookups. 198.51.100.0 would be a good address, at it is in a reserved test address block that will never be allocated (RFC5737) |
cedbb33
to
7ab7691
Compare
looks like there does exist some test in spec/01-unit/21-dns-client/02-client_spec.lua are doing real DNS queries, |
5f5b1d4
to
9822dea
Compare
@hanshuebner can use another review now, thanks! |
FT-3133