Commit 7b29e01
committed
ae.net.db: Fix DNS failure tests hanging on Windows
Use trailing dot ("nonexistent.invalid.") to mark the hostname as a
fully-qualified domain name. Without the dot, the Windows DNS resolver
appends suffixes from the search list (e.g. .internal.cloudapp.net on
Azure VMs), causing multiple DNS queries that each can take up to 10
seconds to time out.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2a1e572 commit 7b29e01
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2319 | 2319 | | |
2320 | 2320 | | |
2321 | 2321 | | |
2322 | | - | |
| 2322 | + | |
2323 | 2323 | | |
2324 | 2324 | | |
2325 | 2325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1544 | 1544 | | |
1545 | 1545 | | |
1546 | 1546 | | |
1547 | | - | |
| 1547 | + | |
1548 | 1548 | | |
1549 | 1549 | | |
1550 | 1550 | | |
| |||
0 commit comments