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 7E89C200B6F for ; Wed, 10 Aug 2016 00:14:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D313160AB0; Tue, 9 Aug 2016 22:14:24 +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 F34F2160AA5 for ; Wed, 10 Aug 2016 00:14:23 +0200 (CEST) Received: (qmail 83341 invoked by uid 500); 9 Aug 2016 22:14:23 -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 83111 invoked by uid 99); 9 Aug 2016 22:14:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 22:14:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F0CBD2C02B4 for ; Tue, 9 Aug 2016 22:14:21 +0000 (UTC) Date: Tue, 9 Aug 2016 22:14:21 +0000 (UTC) From: "Appy (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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 22:14:24 -0000 [ https://issues.apache.org/jira/browse/HBASE-16384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15414333#comment-15414333 ] Appy commented on HBASE-16384: ------------------------------ So basically consider this example: --urls="https://builds.apache.org/job/HBase1/ excludes=10,20 num=5" --urls="https://builds.apache.org/job/HBase2/ num=10" --urls="https://builds.apache.org/job/HBase3/ excludes=100,200" So first, I think it's clean. Also, if we split into three options, --urls ,--excludes and --max-builds, i think it'll make things much worse. > 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 > Attachments: HBASE-16384.master.001.patch > > > 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)