Hello Todd Lipcon,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/2363
to review the following change.
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
---
M src/kudu/util/threadpool-test.cc
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/2363/1
--
To view, visit http://gerrit.cloudera.org:8080/2363
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idafd92361740eaefd8af8db5f4d0ada918e249bb
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>