Hello Yingchun Lai, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19451
to look at the new patch set (#2).
Change subject: [KUDU-3438] TabletCopyClientAbortTest maybe core
......................................................................
[KUDU-3438] TabletCopyClientAbortTest maybe core
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 coredump.
It is better to Add NO_FATALS() for TabletCopyClientTest::SetUp()
to avoid nullptr TabletCopyClient.
Change-Id: Id1eeea183bf9fc0b566e6a70f2f7520f34b2ae3c
---
M src/kudu/tserver/tablet_copy_client-test.cc
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/51/19451/2
--
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: newpatchset
Gerrit-Change-Id: Id1eeea183bf9fc0b566e6a70f2f7520f34b2ae3c
Gerrit-Change-Number: 19451
Gerrit-PatchSet: 2
Gerrit-Owner: Wang Xixu <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yingchun Lai <[email protected]>