-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
xds_end2end_test fail with OpenSSL #38264
Comments
@gtcooke94 Can you take a look at this failure? |
Taking a look - looking at the failure, it looks like maybe we are expecting too specific of a string in the status |
Good eye! Yes agreed, it's likely just the different error string coming from the different SSL library. Maybe we can change the regex / expected string so that we no longer care about anything past |
I've been dealing with the flakiness in this test suite, and yes, this is one of the remaining ones. |
Oh, I see. You are using openssl instead of boringssl, and the expected error messages are just slightly different. These tests are usually for our CI to run, so we wouldnt expect our tests to run perfectly on all possible systems, but in this case, the change seems small enough that we can add it. |
What version of gRPC and what language are you using?
v1.68.2
What operating system (Linux, Windows,...) and version?
Ubuntu 22.04.5
What runtime / compiler are you using (e.g. python version or version of gcc)
gcc version 11.4.0
What did you do?
Hi Team,
We are working on building and testing grpc from source using openssl instead of borinngssl using CMake
I was able to build grpc using CMake, but noticed the follwoing test failure for xds_end2end_test.
What did you expect to see?
Test passing successfully.
What did you see instead?
Faced the following test failure:
Attaching detailed logs below.
Any pointers regarding this will be helpful.Thank you.
logs_grpc_x86.txt
Anything else we should know about your project / environment?
The text was updated successfully, but these errors were encountered: