Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Test_ClientTimeout failed #279

Open
Dexus opened this issue Apr 9, 2024 · 1 comment
Open

[BUG] - Test_ClientTimeout failed #279

Dexus opened this issue Apr 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Dexus
Copy link

Dexus commented Apr 9, 2024

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 Dexus added the bug Something isn't working label Apr 9, 2024
@semihalev
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants