goss-org / goss

Quick and Easy server testing/validation
https://goss.rocks
Apache License 2.0
5.57k stars 472 forks source link

Darwin platform http check failing on dns resolution #677

Closed bwaters closed 3 years ago

bwaters commented 3 years ago

Describe the bug Getting following error during http check http://httpbin.org/get: status: Error: Get http://httpbin.org/get: dial tcp: lookup httpbin.org on 192.168.0.1:53: read udp 192.168.1.106:56234->192.168.0.1:53: i/o timeout

How To Reproduce

http.yaml
    http:
      http://httpbin.org/get:
        status: 200
        timeout: 100000

goss -g http.yaml validate

Expected Behavior

Success

Actual Behavior

FS

Failures/Skipped:

http://httpbin.org/get: status: Error: Get http://httpbin.org/get: dial tcp: lookup httpbin.org on 192.168.0.1:53: read udp 192.168.1.106:56234->192.168.0.1:53: i/o timeout Environment:

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.