-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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 nat integration tests #13683
Fix nat integration tests #13683
Conversation
9209164
to
7fe387c
Compare
trying on my machine for the ultimate test, brace yoself |
This removes complexity of current implementation and makes the test correct and assert the right things. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
7fe387c
to
4f42097
Compare
Used to fail consistently for me, now green both with and without LGTM! |
@crosbymichael This is what the test was doing before somebody changed the test to echo |
LGTM |
@mrjana i changed it so the nc outputs like before so it's robust and we don't have to worry about it dropping bytes. I made sure that was addressed |
@crosbymichael cool. I just realized that your piping in the actual message in the server side to |
No problem, thanks for taking a look |
cherry-picked |
This removes complexity of current implementation and makes the test
correct and assert the right things.
Fixes #13556
Signed-off-by: Michael Crosby crosbymichael@gmail.com