-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-15712. Upgrade googletest to 1.10.0 #2523
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
* Upgrading the googletest library to 1.10.0. * Removing the older, checked-in gmock from third_party.
|
💔 -1 overall
This message was automatically generated. |
* Added Apache license for CMakeLists-gtest.txt.in.
0258e49 to
5f701bc
Compare
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
My PR doesn't modify any functionality, rather, it just upgrades the googletest library. Thus, it doesn't require any modification or addition of any unit tests. |
|
Hi @aajisaka, could you please review my PR? |
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/CMakeLists.txt
Outdated
Show resolved
Hide resolved
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/CMakeLists-gtest.txt.in
Outdated
Show resolved
Hide resolved
* Upgrading the CMake minimum required version to 3.1 as that's what's Hadoop's using. Co-authored-by: Akira Ajisaka <[email protected]>
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/CMakeLists-gtest.txt.in
Outdated
Show resolved
Hide resolved
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/CMakeLists.txt
Outdated
Show resolved
Hide resolved
* Removing the redundant headers for license as they've already been attributed in ./licenses/LICENSE-gtest.txt and ./licenses-binary/LICENSE-gtest.txt.
* Removing CMake 2.8 related workarounds as Hadoop currently uses CMake 3.1.
aajisaka
left a comment
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.
+1 pending Jenkins. Thank you @GauthamBanasandra
|
Thanks @aajisaka |
|
💔 -1 overall
This message was automatically generated. |
|
My changes are only in HDFS Native client and it seems to have compiled successfully in the above run - mvn install The other failures in the above run seem to be due to resource unavailability while compiling an unrelated component - mvnsite |
|
💔 -1 overall
This message was automatically generated. |
|
I'll commit this tomorrow if there are no objections. |
1.10.0.
from third_party.