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/02/02 00:30:44 UTC

[kudu-CR] Do not report tests that fail due to NTP issues

Hello Jean-Daniel Cryans,

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

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

to review the following change.

Change subject: Do not report tests that fail due to NTP issues
......................................................................

Do not report tests that fail due to NTP issues

Occasionally we have tests that fail due to machines with broken
NTP synchronization. In those cases, we don't want to report them
to the flaky test infrastructure, since it inflates our flakiness
count on every test which uses NTP.

Change-Id: Ia103868de0e6fd3ef95ced72035de7f67ccfb8db
---
M build-support/report-test.sh
1 file changed, 7 insertions(+), 0 deletions(-)


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

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