-
I recently added some tests to one of our components that make DNS requests and check for valid results (it's a DNS resolver library). I noticed that any of the tests that make Is there reason for that? Should I open a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can do drill_task:
freebsd_instance:
image_family: freebsd-13-0
script:
- drill -x 1.1.1.1 But my task succeeded https://cirrus-ci.com/task/5968131502899200?logs=main#L0. Maybe there is something specific about your tests? |
Beta Was this translation helpful? Give feedback.
I can do
dig -x 1.1.1.1
in a regularcontainer
-based task. We do have some firewall rules which blocks some ports and some traffic patterns but the network settings are the same for containers and FreeBSD VMs. I've also tried to reproduce the issue on a FreeBSD VM with the following config:But my task succeeded https://cirrus-ci.com/task/5968131502899200?logs=main#L0. Maybe there is something specific about your tests?