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 00BE6200CE0 for ; Wed, 26 Jul 2017 15:59:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F3B06168DCB; Wed, 26 Jul 2017 13:59:05 +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 48385168DC7 for ; Wed, 26 Jul 2017 15:59:05 +0200 (CEST) Received: (qmail 30405 invoked by uid 500); 26 Jul 2017 13:59:04 -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 30382 invoked by uid 99); 26 Jul 2017 13:59:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2017 13:59:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 9D22618070B for ; Wed, 26 Jul 2017 13:59:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id KMRtphCcCT20 for ; Wed, 26 Jul 2017 13:59:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6EEC05FD06 for ; Wed, 26 Jul 2017 13:59:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 73116E0D7D for ; Wed, 26 Jul 2017 13:59:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6692A23F46 for ; Wed, 26 Jul 2017 13:59:00 +0000 (UTC) Date: Wed, 26 Jul 2017 13:59:00 +0000 (UTC) From: "Mike Drob (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8009) Fix and reenable the hbase-example unit tests. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 26 Jul 2017 13:59:06 -0000 [ https://issues.apache.org/jira/browse/HBASE-8009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101689#comment-16101689 ] Mike Drob commented on HBASE-8009: ---------------------------------- Looks like these tests were killed in HBASE-15638 so there's nothing to unignore. Should they have been migrated at that time to somewhere else instead of being deleted? > Fix and reenable the hbase-example unit tests. > ---------------------------------------------- > > Key: HBASE-8009 > URL: https://issues.apache.org/jira/browse/HBASE-8009 > Project: HBase > Issue Type: Task > Components: test > Reporter: stack > Priority: Critical > > The unit tests pass locally for me repeatedly but fail from time to time up on jenkins. HBASE-7994 disabled them. This issue is about spending the time to make sure they pass up on jenkins again. They have been disabled because unit tests have been failing way more often than they have been passing over the last few months and we want to establish passing tests as the precedent again. Once that is in place, we can work on bringing back examples. -- This message was sent by Atlassian JIRA (v6.4.14#64029)