Alexey Serbin has submitted this change and it was merged. Change subject: [TestSignalStackTrace] scope cleanup for test thread ......................................................................
[TestSignalStackTrace] scope cleanup for test thread Use scope clean-up object to allow the test thread to join if the test fails somewhere in the middle. This helps to avoid TSAN warnings on read/write races in such cases. Change-Id: Iee425a12fe0101cd9f1ff61d28a8af20a105cbc2 Reviewed-on: http://gerrit.cloudera.org:8080/5171 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/util/debug-util-test.cc 1 file changed, 6 insertions(+), 4 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5171 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iee425a12fe0101cd9f1ff61d28a8af20a105cbc2 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins
