Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 140881830A for ; Mon, 21 Dec 2015 18:44:55 +0000 (UTC) Received: (qmail 69740 invoked by uid 500); 21 Dec 2015 18:44:54 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 69663 invoked by uid 500); 21 Dec 2015 18:44:54 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 69651 invoked by uid 99); 21 Dec 2015 18:44:54 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 18:44:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id DA724C98C8 for ; Mon, 21 Dec 2015 18:44:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qBiZd_5kVgGW for ; Mon, 21 Dec 2015 18:44:53 +0000 (UTC) Received: from mail-io0-f174.google.com (mail-io0-f174.google.com [209.85.223.174]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 2103D429D3 for ; Mon, 21 Dec 2015 18:44:53 +0000 (UTC) Received: by mail-io0-f174.google.com with SMTP id 186so165533712iow.0 for ; Mon, 21 Dec 2015 10:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=O7WWSZtcpVTrlBUQ6K7s6p8wI7koR8Wou/AZ6+9Skus=; b=KfGOsw4hFsv+lUiIB+jfl+cLl5M/x5EZ/0tft28Qyoe0LbZEXSVx/8KH/xNJLXt1Uz W4wCMD/bHb8o7koPoCQmNacJo9GvQtcD00E3ZY/sZtK1J6B3jaRo/1lgidkiciT3Zfap THl9Xbb0w6lYvOkt8tp/ny1H6tPjh6ucTQuuckESFIW8s0dB+81HzlbdXeDqQ4J78tXu T+f9ib1+fLDK/iiJWm1QdKPASUh1pVIBWik+8/fGOuOf9IfKlIhLcY9PTmBVL/MAP7Td j5goIupzQDXSuHEqFzcZKGi8QfjQtpDXbD9vUj2AncdZIZswdftuYVGexMEyTsKvQO+x QhTw== MIME-Version: 1.0 X-Received: by 10.107.153.79 with SMTP id b76mr25366389ioe.71.1450723492635; Mon, 21 Dec 2015 10:44:52 -0800 (PST) Received: by 10.107.191.2 with HTTP; Mon, 21 Dec 2015 10:44:52 -0800 (PST) Date: Mon, 21 Dec 2015 10:44:52 -0800 Message-ID: Subject: Precommit result failures snowballing ? From: Thejas Nair To: dev Content-Type: text/plain; charset=UTF-8 The number of tests that fail in precommit seems to be on the rise. The larger the number of seemingly unrelated failures to a patch, the higher are the chances of missing out on actual failures caused by a the patch, resulting in further increase in failures. I think we need to give this some attention soon. Should we create an umbrella jira to track the current set ? Are there any bugs already open to track them ? I didn't see any when i searched by component test/tests. Thanks, Thejas