Alexey Serbin has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/14268 )
Change subject: [transactions] fix compilation warning in tests
......................................................................
[transactions] fix compilation warning in tests
Fixed compilation warning in transaction_tracker-test.cc:
src/kudu/tablet/transactions/transaction_tracker-test.cc:83:37: \
warning: 'state' overrides a member function \
but is not marked 'override'
I also modernized a bit the code around:
'OVERRIDE' macro --> 'override' keyword
This patch does not contain any functional changes.
Change-Id: Ie838d6f9ac06b7be94198e33e510fa14bfcf2e13
Reviewed-on: http://gerrit.cloudera.org:8080/14268
Tested-by: Kudu Jenkins
Reviewed-by: Adar Dembo <[email protected]>
---
M src/kudu/tablet/transactions/transaction_tracker-test.cc
1 file changed, 11 insertions(+), 11 deletions(-)
Approvals:
Kudu Jenkins: Verified
Adar Dembo: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/14268
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie838d6f9ac06b7be94198e33e510fa14bfcf2e13
Gerrit-Change-Number: 14268
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Volodymyr Verovkin <[email protected]>