fix: skip real-DNS resolver tests in make check, add timeout (closes #24) #25
Reference in New Issue
Block a user
Delete Branch "fix/make-check-resolver-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
make checkhangs on main because resolver tests do real iterative DNS from root servers.Changes
-shortand-timeout 30stogo testinmake check-shortis set (viatestContexthelper)-timeout 30stomake testmake check output
Completes in <10 seconds.
Pull request closed