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

tests: fix error handling around UNIX sockets #11265

Closed
wants to merge 3 commits into from

Commits on Jun 8, 2023

  1. tests: fix error messages & handling around sockets

    The wrong error code was checked on Windows on UNIX socket failures,
    which could have caused all UNIX sockets to be reported as having
    errored and the tests therefore skipped. Also, a useless error message
    was displayed on socket errors in many test servers on Windows because
    strerror() doesn't work on WinSock error codes; perror() is overridden
    there to work on all errors and is used instead.
    
    Ref #11258
    Closes #11265
    dfandrich committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f028fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821bb05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b5c51d View commit details
    Browse the repository at this point in the history