You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/25 21:01:18 UTC

[kudu-CR] client-stress-test: fix TSAN build flakiness

Hello Jean-Daniel Cryans,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/1893

to review the following change.

Change subject: client-stress-test: fix TSAN build flakiness
......................................................................

client-stress-test: fix TSAN build flakiness

On TSAN builds, this has been failing reasonably often on GCE slaves.
It seems like the new slaves just run a bit slower than the old ones,
and therefore we need to make the test a little more lenient in TSAN
builds.

Change-Id: I5e9beec3a8a75cf5a83c8ec3ae6e04396303a662
---
M src/kudu/integration-tests/client-stress-test.cc
1 file changed, 9 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/93/1893/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1893
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e9beec3a8a75cf5a83c8ec3ae6e04396303a662
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans