Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 835D22009C6 for ; Tue, 31 May 2016 11:34:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8200F160A44; Tue, 31 May 2016 09:34:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F00E0160A01 for ; Tue, 31 May 2016 11:34:14 +0200 (CEST) Received: (qmail 25648 invoked by uid 500); 31 May 2016 09:34:13 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 25253 invoked by uid 99); 31 May 2016 09:34:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2016 09:34:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 00D6D2C1F68 for ; Tue, 31 May 2016 09:34:13 +0000 (UTC) Date: Tue, 31 May 2016 09:34:13 +0000 (UTC) From: "Appy (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (HBASE-15917) Flaky tests dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 31 May 2016 09:34:15 -0000 [ https://issues.apache.org/jira/browse/HBASE-15917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Appy reopened HBASE-15917: -------------------------- > Flaky tests dashboard > --------------------- > > Key: HBASE-15917 > URL: https://issues.apache.org/jira/browse/HBASE-15917 > Project: HBase > Issue Type: Sub-task > Reporter: Appy > Assignee: Appy > Attachments: HBASE-15917.master.001.addendum.patch, HBASE-15917.master.001.addendum2.patch, HBASE-15917.master.001.patch > > > report-flakies.py now outputs a file dashboard.html. > Then the dashboard will always be accessible from https://builds.apache.org/job/HBASE-Find-Flaky-Tests/lastSuccessfulBuild/artifact/dashboard.html > *(See [this external link|http://hbase.x10host.com/flaky-tests/] for pretty version.)* > Currently it shows: > Failing tests > flakyness % > count of times a test failed, timed out or hanged > Links to jenkins' runs grouped by whether the test succeeded, failed, timed out and was hanging in that run. > Also, once we have set timeouts to tests, they'll not be "hanging" anymore since they'll fail with timeout. Handle this minor difference in findHangingTests.py and show the corresponding stats in dashboard. -- This message was sent by Atlassian JIRA (v6.3.4#6332)