sdns icon indicating copy to clipboard operation
sdns copied to clipboard

[BUG] - Test_ClientTimeout failed

Open Dexus opened this issue 1 year ago • 1 comments

Description

=== RUN Test_ClientTimeout client_test.go:29: Error Trace: /root/sdns/middleware/resolver/client_test.go:29 Error: An error is expected but got nil. Test: Test_ClientTimeout --- FAIL: Test_ClientTimeout (0.01s)

Reproduction steps

build from source and use makefile:

make

on tests it failing

sdns version

current source

Logs

No response

OS

Linux

Additional context

No response

Dexus avatar Apr 09 '24 12:04 Dexus

This line try connection timeout test on 127.1.0.255:53 but probably a dns server response from this address on your test environment. I will change the test server.

semihalev avatar Apr 09 '24 12:04 semihalev

Thanks for your report. This is fixed in v1.3.7

semihalev avatar Jun 23 '24 09:06 semihalev