-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add --iteration tests for domains with different kinds of authorities #118
Comments
I don't quite understand what you mean. What kind of test domain do you want? |
For example. I want an This would have caught #117 There are plenty of examples of this, but we need to setup our test domain to do this, and I don't know what the constraints of our hosting are. |
Can you post what the record we'd need to set are? Then myself or @zakird can look into how we would set them. |
Here's an example
|
If I'm understanding the ask correctly, I think I added this in #374. More details available in that PR, but there's unique nameservers for What I think I'll add is if we run with |
I don't think that #374 really tests complex iterative cases, the test is a pretty trivial best-case-scenario, but with a large number of names. Overall, we don't really have any tests that actually make sure the logic in our iterative resolver is particularly resiliant. That said, this issue is pretty poorly defined and since nobody seems to know what it's aiming for, I think it's fair to close it and focus on more concrete issues. |
Specifically, we should test that different kinds of authorities, such as non second-level-domains should function.
A challenge here is that our test domain may not easily facilitate this. @zakird?
The text was updated successfully, but these errors were encountered: