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 RHEL7 socket dispose hang, and extend coverage #43409

Merged
merged 27 commits into from
Oct 26, 2020

Commits on Sep 25, 2020

  1. Socket tests: don't retry CanceledByDispose tests on timeout

    These retries cause masking cases where the operation and
    dispose Task are never completing.
    tmds committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    9f2c092 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

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

Commits on Oct 1, 2020

  1. Move connection timeout retry

    tmds committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    b7b8d2c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Undo unrelated changes

    tmds authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    ee3dd19 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    48a69c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    512edf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80501f9 View commit details
    Browse the repository at this point in the history
  4. Revert "do not use 1.1.1.1 and similar"

    This reverts commit 80501f9.
    antonfirsov committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    4d83e73 View commit details
    Browse the repository at this point in the history
  5. do not test IPV6 for now

    antonfirsov committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    ba5df5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b301bb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6158460 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. update tests

    antonfirsov committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    b77d31f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1da5006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b9b879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    102561a View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. CI tweaks

    antonfirsov committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f591786 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. fix Unix build

    antonfirsov committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    6909cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a3ce60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    800d910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b371ae7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    720c522 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    412a1df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86dca50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b109e3 View commit details
    Browse the repository at this point in the history
  9. remove empty line

    antonfirsov committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    9842c81 View commit details
    Browse the repository at this point in the history
  10. fix build

    antonfirsov committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1769820 View commit details
    Browse the repository at this point in the history
  11. add missing <param> docs

    antonfirsov committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    7475c15 View commit details
    Browse the repository at this point in the history