GitHub user hanm opened a pull request:

    https://github.com/apache/zookeeper/pull/224

    ZOOKEEPER-2573: Introduce a python script that generates flaky tests report.

    The script is self explaining, here are some notes:
    
    * The original work is done by Appy at Cloudera HBase team.
    * The script is customized to fit ZooKeeper's use cases, in particular 
ZooKeeper allows duplicate test runs, unlike HBase. For example same test could 
be run three times, one by the test itself, one by Netty test suite, and one by 
NIO test suite. Script is updated to account for this factor when processing 
and analyzing test results.
    * There will be an Apache Jenkins job set up to run this script on regular 
basis and publish results dashboard somewhere publicly accessible. For a 
preview of the dashboard, see 
http://home.apache.org/~hanm/dashboard/report.html.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hanm/zookeeper ZOOKEEPER-2573

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/224.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #224
    
----
commit 8ef788a5d38e32b333a08e0cf1bf6a9d7fbaa013
Author: Michael Han <[email protected]>
Date:   2017-04-11T22:21:07Z

    ZOOKEEPER-2573: Introduce a python script for generating flaky test report.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to