It looks like the internal DNS tests spawn a separate tokio task to run the DNS server and never clean this up. They also don't clean up the files they create in $TMPDIR (which is hard to fix because the server is still running). This latter part makes it hard for us to write a check that no tests leave detritus in $TMPDIR, which makes it easy to create more tests that leave stuff there.