Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19451 )
Change subject: [KUDU-3438] TabletCopyClientAbortTest might crash ...................................................................... [KUDU-3438] TabletCopyClientAbortTest might crash TabletCopyClientTest::SetUp() of TabletCopyClientAbortTest may fail, for example, because of the full disk. TabletCopyClient will be not initialized. Therefore using TabletCopyClient in StartCopy() will cause a crash. It is better to Add NO_FATALS() for TabletCopyClientTest::SetUp() to avoid nullptr TabletCopyClient. Change-Id: Id1eeea183bf9fc0b566e6a70f2f7520f34b2ae3c Reviewed-on: http://gerrit.cloudera.org:8080/19451 Reviewed-by: Yingchun Lai <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/tserver/tablet_copy_client-test.cc 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Yingchun Lai: Looks good to me, but someone else must approve Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19451 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id1eeea183bf9fc0b566e6a70f2f7520f34b2ae3c Gerrit-Change-Number: 19451 Gerrit-PatchSet: 5 Gerrit-Owner: Wang Xixu <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Wang Xixu <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
