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

fix flaky ReceiveOnServerSocketShouldReturnZero test #1404

Merged
merged 4 commits into from
May 18, 2024

Commits on May 17, 2024

  1. fix flaky ReceiveOnServerSocketShouldReturnZero test

    ReceiveOnServerSocketShouldReturnZero assumed that the disconnect
    already happened on the server side, but it never waits for this.
    This could cause ServerSocket.Receive to still return valid data
    and fail the test.
    
    example: https://ci.appveyor.com/project/drieseng/ssh-net/builds/49836561/job/wen5tjd1c7wgxrfh
    mus65 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5da3854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9d3f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cf13a8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    c6d449e View commit details
    Browse the repository at this point in the history