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: fallback to IPv4 if IPv6 is unavailable #47017

Commits on Mar 8, 2023

  1. test: fallback to IPv4 if IPv6 is unavailable

    openssl seems to default to use IPv6.
    This change adds a checks if IPv6 is unavailable and uses IPv4 instead.
    On the Node.js CI IBM i build system IPv6 is currently disabled.
    This change should resolve the following test case failures:
    - https://ci.nodejs.org/job/node-test-commit-ibmi/nodes=ibmi73-ppc64/1085/testReport/(root)/test/sequential_test_tls_psk_client_/
    - https://ci.nodejs.org/job/node-test-commit-ibmi/nodes=ibmi73-ppc64/1085/testReport/(root)/test/sequential_test_tls_securepair_client_/
    abmusse committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    31652ab View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. fixup! test: fallback to IPv4 if IPv6 is unavailable

    Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
    abmusse and VoltrexKeyva committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    534765f View commit details
    Browse the repository at this point in the history
  2. fixup! fixup! test: fallback to IPv4 if IPv6 is unavailable

    Co-authored-by: Mohammed Keyvanzadeh <[email protected]>
    abmusse and VoltrexKeyva committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    cd34ba3 View commit details
    Browse the repository at this point in the history