Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBA72184A3 for ; Thu, 11 Feb 2016 19:07:24 +0000 (UTC) Received: (qmail 79733 invoked by uid 500); 11 Feb 2016 19:07:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79636 invoked by uid 500); 11 Feb 2016 19:07:18 -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 79612 invoked by uid 99); 11 Feb 2016 19:07:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2016 19:07:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 129EE2C1F57 for ; Thu, 11 Feb 2016 19:07:18 +0000 (UTC) Date: Thu, 11 Feb 2016 19:07:18 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15151) turn off strict findbugs in precommit tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143289#comment-15143289 ] Sean Busbey commented on HBASE-15151: ------------------------------------- I didn't think all modules on all branches were at 0 yet. If that's true then maybe we can ignore this again. My understanding is that in non-strict mode we'll still get a result line that says there are extant findbugs problems, it'll just be with a vote of 0 and in blue (rather than -1 and red). I suspect this means the folks who would look out for existing problems will still notice it and everyone else will become blind to it. > turn off strict findbugs in precommit tests > ------------------------------------------- > > Key: HBASE-15151 > URL: https://issues.apache.org/jira/browse/HBASE-15151 > Project: HBase > Issue Type: Task > Components: build, test > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Critical > > the "-1" for extant findbugs warnings has confused interpretation of our precommit checks enough that we should switch to non-strict mode. > It will still record the number of findbugs warnings present before the patch, but it'll vote "0" rather than calling attention to things via a -1. -- This message was sent by Atlassian JIRA (v6.3.4#6332)