-
Notifications
You must be signed in to change notification settings - Fork 4.9k
deps: bump up googletest to v1.17.0 #39301
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
Conversation
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
theres been a few attempts at updating this one iirc - cc @asedeno (iirc you looked at this last) |
/retest |
/retest |
1 similar comment
/retest |
@agrawroh this PR is missing many changes I found I needed when attempting to update GoogleTest; look over #36699 to find some useful commits and shortcircuit figuring out what's broken via CI. I tried to keep each commit scoped to a particualr kind of change and with meaningful commit messages to make them easier to understand. |
I have cloned your PR in #39305 trying to help with the build. I think clang build may be ok, will see if gcc is happy. It may need to have some test files broken up into smaller pieces. |
983da0b
to
6dc2b06
Compare
ff2dc5f
to
41b06ef
Compare
test/test_runner.cc
Outdated
@@ -90,7 +92,7 @@ int TestRunner::runTests(int argc, char** argv) { | |||
|
|||
// Use the recommended, but not default, "threadsafe" style for the Death Tests. | |||
// See: https://github.com/google/googletest/commit/84ec2e0365d791e4ebc7ec249f09078fb5ab6caa | |||
::testing::FLAGS_gtest_death_test_style = "threadsafe"; | |||
GTEST_FLAG_SET(death_test_style, "threadsafe"); |
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.
You can move this before listener is created and avoid the need to change listener.
4063e2f
to
edffd9c
Compare
CC @envoyproxy/coverage-shephards: FYI only for changes made to |
7a96e62
to
da68e21
Compare
Signed-off-by: Rohit Agrawal <[email protected]>
fef21da
to
b2f60a6
Compare
Signed-off-by: Rohit Agrawal <[email protected]>
Closing this in favor of @yanavlasov's PR here which is clean and have all checks passing! |
Description
This PR bumps up the version of
googletest
to v1.17.0Commit Message: deps: bump up googletest to v1.17.0
Additional Description: Bump up the version of
googletest
to v1.17.0Risk Level: Low
Testing: CI
Docs Changes: N/A
Release Notes: N/A