Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21776 )
Change subject: [tablet] report per-thread status in mt-tablet-test ...................................................................... [tablet] report per-thread status in mt-tablet-test With this patch, mt-tablet-test now records per-thread status and reports it in the very end of the scenario instead of crashing on the first sight of non-OK status in a per-thread routine. This patch also contains other minor modifications to make the code in mt-tablet-test more robust. This is in the context of KUDU-3465. The motivation behind this update is to make sure that the sanitizers (UBSAN/ASAN/TSAN etc) have a chance to report on an issue, if any. Change-Id: I2e2cb8c3bbc9b12c5d45e603de1b0aeb14191f12 Reviewed-on: http://gerrit.cloudera.org:8080/21776 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Mahesh Reddy <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/tablet/mt-tablet-test.cc 1 file changed, 175 insertions(+), 133 deletions(-) Approvals: Alexey Serbin: Verified Mahesh Reddy: Looks good to me, but someone else must approve Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/21776 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2e2cb8c3bbc9b12c5d45e603de1b0aeb14191f12 Gerrit-Change-Number: 21776 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]>
