-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fixes grpc tests on Windows #12433
Fixes grpc tests on Windows #12433
Conversation
Signed-off-by: davinci26 <[email protected]>
Signed-off-by: davinci26 <[email protected]>
@envoyproxy/windows-dev |
@lizan I have format errors on the autogenerated files header files (that contain the hashes). Should I also fixed or should we ignore them from the formatting rule? |
@davinci26 format check is required for all checked-in files regardless whether they are generated or not. run fix_format and you should be good. |
Signed-off-by: Sotiris Nanopoulos <[email protected]>
Signed-off-by: Sotiris Nanopoulos <[email protected]>
@lizan this is ready for another review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Refresh test certificates by backporting upstream commit 276c978576b252f0f20d8531fe9dd90d966ede42 (PR envoyproxy/envoy#12433). Signed-off-by: Jarno Rajahalme <[email protected]>
Refresh test certificates by backporting upstream commit 276c978576b252f0f20d8531fe9dd90d966ede42 (PR envoyproxy/envoy#12433). Signed-off-by: Jarno Rajahalme <[email protected]>
1. Adds localhost to the upstreamcert.cfg 2. Makes fake_upstream TcpListenerSocket connect to the localhost instead of any address. 3. GRPC tests are no longer failing on windows. Risk Level: Low Testing: N/A Signed-off-by: Sotiris Nanopoulos <[email protected]> Signed-off-by: Christoph Pakulski <[email protected]>
1. Adds localhost to the upstreamcert.cfg 2. Makes fake_upstream TcpListenerSocket connect to the localhost instead of any address. 3. GRPC tests are no longer failing on windows. Risk Level: Low Testing: N/A Signed-off-by: Sotiris Nanopoulos <[email protected]> Signed-off-by: Christoph Pakulski <[email protected]>
1. Adds localhost to the upstreamcert.cfg 2. Makes fake_upstream TcpListenerSocket connect to the localhost instead of any address. 3. GRPC tests are no longer failing on windows. Risk Level: Low Testing: N/A Signed-off-by: Sotiris Nanopoulos <[email protected]> Signed-off-by: Christoph Pakulski <[email protected]> Co-authored-by: Sotiris Nanopoulos <[email protected]>
1. Adds localhost to the upstreamcert.cfg 2. Makes fake_upstream TcpListenerSocket connect to the localhost instead of any address. 3. GRPC tests are no longer failing on windows. Risk Level: Low Testing: N/A Signed-off-by: Sotiris Nanopoulos <[email protected]> Signed-off-by: Christoph Pakulski <[email protected]> Co-authored-by: Sotiris Nanopoulos <[email protected]>
Signed-off-by: Sotiris Nanopoulos [email protected]
Commit Message:
upstreamcert.cfg
fake_upstream
TcpListenerSocket
connect to the localhost instead of any address.Additional Description:
Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A