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: check server status in test-tls-psk-client #44824

Merged
merged 1 commit into from Oct 2, 2022

Commits on Sep 29, 2022

  1. test: check server status in test-tls-psk-client

    Add assertions to sequential/test-tls-psk-client to check if the
    spawned OpenSSL server has exited in any way except for the expected
    termination by the cleanUp() function. The added assertions will
    prevent the test from spinning forever trying to connect to the
    non-existent server in the case that the spawned process has exited.
    Include stderr and stdout in the assertion failure message to aid
    debugging.
    richardlau committed Sep 29, 2022
    Copy the full SHA
    cff8e46 View commit details
    Browse the repository at this point in the history