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

test: test-net-dns-error.js fails on SunOS #31780

Closed
wants to merge 2 commits into from
Closed

test: test-net-dns-error.js fails on SunOS #31780

wants to merge 2 commits into from

Commits on Feb 13, 2020

  1. test: test-net-dns-error.js fails on SunOS

    Test test-net-dns-error.js causes assertion failure on SunOS,
    test expects ENOTFOUND, but OS returns EAI_FAIL.
    
    Maximum length of a host name is 63 characters. Test test-net-dns-error.js
    makes a connection attempt to invalid host name (longer than maximum). Such
    connection attempt on SunOS returns permanent failure (EAI_FAIL) as invalid
    hostname won't be ever resolved.
    Vita Batrla committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    3c225fb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. test: allow EAI_FAIL in test-net-dns-error.js

    Vita Batrla committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    2f247d9 View commit details
    Browse the repository at this point in the history