Todd Lipcon has submitted this change and it was merged. Change subject: consensus_queue: make methods non-virtual ......................................................................
consensus_queue: make methods non-virtual Most of the methods of this class used to be virtual to allow mocking with GMock. We recently removed those tests, so these methods no longer must be virtual. Change-Id: If90af3a3db2a1c513f7e587dfbfa076699426803 Reviewed-on: http://gerrit.cloudera.org:8080/4710 Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves <[email protected]> Reviewed-by: Mike Percy <[email protected]> --- M src/kudu/consensus/consensus_queue.h 1 file changed, 34 insertions(+), 36 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Mike Percy: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4710 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: If90af3a3db2a1c513f7e587dfbfa076699426803 Gerrit-PatchSet: 6 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
