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

For testing the windows network weirdness #4427

Closed
wants to merge 54 commits into from

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    c2f5a77 View commit details
    Browse the repository at this point in the history
  2. Only test Windows

    SeanTAllen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e4ecc4c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Add some logging

    SeanTAllen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1e43f47 View commit details
    Browse the repository at this point in the history
  2. Some tcp debugging

    because I saw:
    
    2023-09-01T12:34:52.0728486Z [91m**** FAILED: net/TCPMute[0m
    2023-09-01T12:34:52.0729189Z something connected to the listener
    2023-09-01T12:34:52.0729597Z Action failed: sender connect failed
    2023-09-01T12:34:52.0729972Z Complete(false) called
    2023-09-01T12:34:52.0730674Z [92m---- Passed: net/TCPProxy[0m
    2023-09-01T12:34:52.0731071Z [91m**** FAILED: net/TCPUnmute[0m
    2023-09-01T12:34:52.0731441Z something connected to the listener
    2023-09-01T12:34:52.0732152Z connection accepted by _TestTCPUnmuteReceiveNotify
    2023-09-01T12:34:52.0733305Z Action failed: sender connect failed
    2023-09-01T12:34:52.0734640Z Complete(false) called
    
    In logs for a couple failures
    SeanTAllen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a602a52 View commit details
    Browse the repository at this point in the history
  3. Fix compilation error

    SeanTAllen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5c32011 View commit details
    Browse the repository at this point in the history
  4. More debugging

    SeanTAllen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1449b74 View commit details
    Browse the repository at this point in the history
  5. Much longer timeout

    SeanTAllen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    664041a View commit details
    Browse the repository at this point in the history
  6. Try ipv4 only

    SeanTAllen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7405cc1 View commit details
    Browse the repository at this point in the history
  7. More debugging

    SeanTAllen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    072cbfc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ef5cf1 View commit details
    Browse the repository at this point in the history
  9. Fix compilation error

    SeanTAllen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    aca479d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. More debugging

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    46d5ac7 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    25ff225 View commit details
    Browse the repository at this point in the history
  3. Fix compilation error

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    1c8ce3c View commit details
    Browse the repository at this point in the history
  4. localhost

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    0c08e8b View commit details
    Browse the repository at this point in the history
  5. more

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a37dc37 View commit details
    Browse the repository at this point in the history
  6. different ports

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    26d08a5 View commit details
    Browse the repository at this point in the history
  7. Fix compilation error

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    7c82f98 View commit details
    Browse the repository at this point in the history
  8. More debugging

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    e29e632 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0780c8b View commit details
    Browse the repository at this point in the history
  10. Different for zero

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    112b254 View commit details
    Browse the repository at this point in the history
  11. back

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    272fb34 View commit details
    Browse the repository at this point in the history
  12. only mute tests

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    d0dd693 View commit details
    Browse the repository at this point in the history
  13. Print fd

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    a1fe20c View commit details
    Browse the repository at this point in the history
  14. A bit more

    SeanTAllen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    cfff009 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Fix compilation error

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    2322731 View commit details
    Browse the repository at this point in the history
  2. Fix compilation error

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3a71864 View commit details
    Browse the repository at this point in the history
  3. Fix it up

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    b383c22 View commit details
    Browse the repository at this point in the history
  4. More debugging

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    adbe04c View commit details
    Browse the repository at this point in the history
  5. Add in a test

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    4b4a8d9 View commit details
    Browse the repository at this point in the history
  6. Turn on expect test

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c3a6977 View commit details
    Browse the repository at this point in the history
  7. Turn off nodelay

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    cf6dff7 View commit details
    Browse the repository at this point in the history
  8. Move around debugging:

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8282cce View commit details
    Browse the repository at this point in the history
  9. A bit more debugging

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ddacafd View commit details
    Browse the repository at this point in the history
  10. More debugging

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    1830497 View commit details
    Browse the repository at this point in the history
  11. Fix compilation

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d583d3d View commit details
    Browse the repository at this point in the history
  12. Fix compilation error

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    f381cb8 View commit details
    Browse the repository at this point in the history
  13. Fix compilation error

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    bed35d4 View commit details
    Browse the repository at this point in the history
  14. more debugging

    SeanTAllen committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    51fb837 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Change debugging

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fcef882 View commit details
    Browse the repository at this point in the history
  2. Fix compilation error

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6ed480b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3acf1ae View commit details
    Browse the repository at this point in the history
  4. More debugging

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e1dedd6 View commit details
    Browse the repository at this point in the history
  5. Compilation fix

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3d78226 View commit details
    Browse the repository at this point in the history
  6. More debuging information

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8b9e2fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87dfc04 View commit details
    Browse the repository at this point in the history
  8. More fix

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1b7bf4e View commit details
    Browse the repository at this point in the history
  9. Tweak

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7f722c4 View commit details
    Browse the repository at this point in the history
  10. Compilation error fix

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    aaacdb7 View commit details
    Browse the repository at this point in the history
  11. Fix

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d4aa9ae View commit details
    Browse the repository at this point in the history
  12. Cleanup

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7dbc1a4 View commit details
    Browse the repository at this point in the history
  13. Only change the fd.

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    752c0d3 View commit details
    Browse the repository at this point in the history
  14. Just try shutdown

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3ed96df View commit details
    Browse the repository at this point in the history
  15. Ooops

    SeanTAllen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e9f1fed View commit details
    Browse the repository at this point in the history