-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 <sotirisnan@gmail.com>
Signed-off-by: davinci26 <sotirisnan@gmail.com>
@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 <sonanopo@microsoft.com>
Signed-off-by: Sotiris Nanopoulos <sonanopo@microsoft.com>
@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 <jarno@covalent.io>
Refresh test certificates by backporting upstream commit 276c978576b252f0f20d8531fe9dd90d966ede42 (PR envoyproxy/envoy#12433). Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
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 <sonanopo@microsoft.com> Signed-off-by: Christoph Pakulski <christoph@tetrate.io>
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 <sonanopo@microsoft.com> Signed-off-by: Christoph Pakulski <christoph@tetrate.io>
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 <sonanopo@microsoft.com> Signed-off-by: Christoph Pakulski <christoph@tetrate.io> Co-authored-by: Sotiris Nanopoulos <sonanopo@microsoft.com>
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 <sonanopo@microsoft.com> Signed-off-by: Christoph Pakulski <christoph@tetrate.io> Co-authored-by: Sotiris Nanopoulos <sonanopo@microsoft.com>
Signed-off-by: Sotiris Nanopoulos sonanopo@microsoft.com
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