Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17162 )
Change subject: [client] fix compilation warning in scan_token-test.cc ...................................................................... [client] fix compilation warning in scan_token-test.cc With the newer gtest library, the INSTANTIATE_TEST_CASE_P macro was deprecated in favor of INSTANTIATE_TEST_SUITE_P. This changelist is a follow-up to 074e7e9a0 and doesn't contain any functional changes. Change-Id: I98c6b1d9931b6e9b2543e007a3f0a80b05ff80b4 Reviewed-on: http://gerrit.cloudera.org:8080/17162 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/client/scan_token-test.cc 1 file changed, 3 insertions(+), 5 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17162 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I98c6b1d9931b6e9b2543e007a3f0a80b05ff80b4 Gerrit-Change-Number: 17162 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
