Alexey Serbin has uploaded a new change for review. http://gerrit.cloudera.org:8080/7172
Change subject: [raft_consensus-itest] CHECK_OK --> ASSERT_OK where possible ...................................................................... [raft_consensus-itest] CHECK_OK --> ASSERT_OK where possible This patch introduces a micro clean-up on the raft_consensus-itest: use ASSERT_OK() instead of CHECK_OK() where possible. For tests, it's more idiomatic to use ASSERT_OK() than CHECK_OK(). Change-Id: I1bf7e5743a93619dd08db2519e2f5d9aeef24d86 --- M src/kudu/integration-tests/raft_consensus-itest.cc M src/kudu/integration-tests/ts_itest-base.h 2 files changed, 66 insertions(+), 56 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/72/7172/1 -- To view, visit http://gerrit.cloudera.org:8080/7172 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1bf7e5743a93619dd08db2519e2f5d9aeef24d86 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]>
