Todd Lipcon has submitted this change and it was merged. Change subject: threadpool: disable TestDeadlocks in TSAN builds ......................................................................
threadpool: disable TestDeadlocks in TSAN builds Despite not being able to reproduce this on ve0518, the flaky test server reports that TSAN-enabled TestDeadlocks sometimes fails with the message: "starting new threads after multi-threaded fork is not supported. Dying (set die_after_fork=0 to override)". Rather than disabling die_after_fork and risking a deadlock, let's just exclude the test from TSAN builds, as the CHECK we're trying to catch in the death test will trigger in any build. Change-Id: Idafd92361740eaefd8af8db5f4d0ada918e249bb Reviewed-on: http://gerrit.cloudera.org:8080/2363 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/util/threadpool-test.cc 1 file changed, 12 insertions(+), 0 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2363 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idafd92361740eaefd8af8db5f4d0ada918e249bb Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
