Skip to content

Fix broken integration test#581

Merged
zakird merged 1 commit into
mainfrom
phillip/fix-int-test
Dec 16, 2025
Merged

Fix broken integration test#581
zakird merged 1 commit into
mainfrom
phillip/fix-int-test

Conversation

@phillip-stephens
Copy link
Copy Markdown
Contributor

It seems like example.com updated their nameservers to use Cloudflare.

dig -t NS example.com @hera.ns.cloudflare.com                                                                                                                                                                                 ...
;; ANSWER SECTION:
example.com.            86400   IN      NS      elliott.ns.cloudflare.com.
example.com.            86400   IN      NS      hera.ns.cloudflare.com.

This breaks the integration test where I wanted to test resolving domains whose nameservers were in a different zone as themselves.

tripadvisor.de seems to be a good alternative. Using AWS's DNS, their nameservers sit across 4 zones. I remove explicit checks for what those nameservers are, since I'd imagine that could change with these being cloud DNS providers and I don't want our tests to be brittle.

$ dig -t A tripadvisor.de @a.nic.de

;; AUTHORITY SECTION:
tripadvisor.de.		86400	IN	NS	ns-1710.awsdns-21.co.uk.
tripadvisor.de.		86400	IN	NS	ns-1014.awsdns-62.net.
tripadvisor.de.		86400	IN	NS	ns-463.awsdns-57.com.
tripadvisor.de.		86400	IN	NS	ns-1296.awsdns-34.org.

@phillip-stephens phillip-stephens marked this pull request as ready for review December 16, 2025 21:21
@phillip-stephens phillip-stephens requested a review from a team as a code owner December 16, 2025 21:21
@zakird zakird merged commit 7dff108 into main Dec 16, 2025
8 of 9 checks passed
@zakird zakird deleted the phillip/fix-int-test branch December 16, 2025 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants