We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libtorrent/test/torrent/net/test_address_info.cc
Line 25 in eddcb1f
I get EAI_AGAIN instead of EAI_NONAME expected.
torrent/net::test_address_info: torrent/net::test_address_info::test_basic ai_ref_err got wrong error, expected 'Name or service not known', got 'Temporary failure in name resolution' : assertion [...] - Expression: test_valid_ai_ref_err(std::bind(torrent::ai_get_addrinfo, "1.1.1. 300", nullptr, nullptr, std::placeholders::_1), EAI_NONAME) Failures !!!
If one is not more annoying than the other, a EAI_NONAME or EAI_AGAIN condition is possible ?
The text was updated successfully, but these errors were encountered:
I'd rather not change the test without a good reason why it is giving EAI_AGAIN, and that it is expected behavior for some environments.
Sorry, something went wrong.
No branches or pull requests
libtorrent/test/torrent/net/test_address_info.cc
Line 25 in eddcb1f
I get EAI_AGAIN instead of EAI_NONAME expected.
If one is not more annoying than the other, a EAI_NONAME or EAI_AGAIN condition is possible ?
The text was updated successfully, but these errors were encountered: