unit-test-client: The test fails in environments where networking is not available · Issue #802 · stephane/libmodbus · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change that was introduced in 6ae4a76 leads to test errors in environments where networking is not available (e.g. in GNU Guix build environment):
Assertion fails due to
errno
being equal to 101 (ENETUNREACH
) instead of 110 (ETIMEDOUT
)Currently I solved this problem by removing the code I mentioned above with a patch, but maybe we should add an option that disables such tests?
The text was updated successfully, but these errors were encountered: