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 4CD30200B61 for ; Tue, 9 Aug 2016 23:50:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4B754160AA5; Tue, 9 Aug 2016 21:50:23 +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 8856C160A6B for ; Tue, 9 Aug 2016 23:50:22 +0200 (CEST) Received: (qmail 3292 invoked by uid 500); 9 Aug 2016 21:50:21 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 3268 invoked by uid 99); 9 Aug 2016 21:50:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 21:50:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 981FD2C02A8 for ; Tue, 9 Aug 2016 21:50:20 +0000 (UTC) Date: Tue, 9 Aug 2016 21:50:20 +0000 (UTC) From: "Appy (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16384) Update report-flakies.py script to allow specifying a list of build ids to be excluded MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 09 Aug 2016 21:50:23 -0000 Appy created HBASE-16384: ---------------------------- Summary: Update report-flakies.py script to allow specifying a list of build ids to be excluded Key: HBASE-16384 URL: https://issues.apache.org/jira/browse/HBASE-16384 Project: HBase Issue Type: Bug Reporter: Appy Assignee: Appy Sometimes, builds fail mysteriously and leave lots of tests hanging. This makes [flaky list|https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/dashboard.html] go crazy. This patch adds that feature to specify build ids to exclude in report-flakies.py. If we find that a build screwed up, we can exclude it using "exclude=" option in --urls param and rerun the job to fix the flaky list. -- This message was sent by Atlassian JIRA (v6.3.4#6332)