Skip to content
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

refactor(thirdparty): Bump googletest to 1.14.0 #1689

Merged
merged 4 commits into from
Nov 23, 2023

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Nov 21, 2023

This patch update the googletest to 1.14.0 which is the lateset release currently.
The s2 CMake options have to be changed because it depends on googletest, I will
update these again soon in a following patch.
IWYU generate many changes automatically in this patch, most of them are change
including gtest/gtest.h from angle brackets to quotes, we will fix in another
patch(it's a TODO in #1349)
The changes in src/block_service/test/hdfs_service_test.cpp is one of the benfits
of bump googletest to 1.14.0, now we can use GTEST_SKIP() macro.
This patch also add the missing parameterized for cold_backup_context_test.

@acelyc111 acelyc111 merged commit 1409d09 into apache:master Nov 23, 2023
82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants