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 80058200BAA for ; Thu, 13 Oct 2016 00:11:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7EA01160ACA; Wed, 12 Oct 2016 22:11:22 +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 C5CFE160AEE for ; Thu, 13 Oct 2016 00:11:21 +0200 (CEST) Received: (qmail 14029 invoked by uid 500); 12 Oct 2016 22:11:20 -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 13889 invoked by uid 99); 12 Oct 2016 22:11:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2016 22:11:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8EB762C4C7C for ; Wed, 12 Oct 2016 22:11:20 +0000 (UTC) Date: Wed, 12 Oct 2016 22:11:20 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16785) We are not running all tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 12 Oct 2016 22:11:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15570028#comment-15570028 ] Matteo Bertozzi commented on HBASE-16785: ----------------------------------------- you can disable the test TestStressWALProcedureStore#testEntrySizeLimit until we get a patched protobuf. that test is just to ensure that protobuf behaves has expected, we should not hit the limit at least with proc (maybe cells?) I'd say, try to post a patch with @Ignore and see if other tests will complain. at the moment with don't really know that since QA stopped early. if other tests are passing you have my +1 to commit it > We are not running all tests > ---------------------------- > > Key: HBASE-16785 > URL: https://issues.apache.org/jira/browse/HBASE-16785 > Project: HBase > Issue Type: Bug > Components: build, test > Reporter: stack > Assignee: stack > Attachments: HBASE-16785.master.001.patch > > > Noticed by [~mbertozzi] > We have some modules where we tried to 'skip' the running of the second part of tests -- medium and larges. That might have made sense once when the module was originally added when there may have been just a few small tests to run but as time goes by and the module accumulates more tests.... in a few cases we've added mediums and larges but we've not removed the 'skip' config. > Matteo noticed this happened in hbase-procedure. > In hbase-client, there is at least a medium test that is being skipped. > Let me try purging this trick everywhere. It doesn't seem to save us anything going by build time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)