Skip to content

Fix stream isolation test suite after !306

boyska requested to merge bugfix/18095-test-htpdate+force-all-tests into stable

closes #18095 (closed)

after !306 (merged), htpdate is not using SOCKS to resolve names, but the system resolver instead. This has been done to have clearer error messages. This made the test suite fail because this connection to 127.0.0.1:53 was unexpected. This is fixed now, making the test suite aware of this change.

Edited by boyska

Merge request reports