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 E5D18200BCA for ; Mon, 21 Nov 2016 10:34:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E5003160B1C; Mon, 21 Nov 2016 09:34:59 +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 68E0B160AEC for ; Mon, 21 Nov 2016 10:34:59 +0100 (CET) Received: (qmail 40881 invoked by uid 500); 21 Nov 2016 09:34:58 -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 40838 invoked by uid 99); 21 Nov 2016 09:34:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 09:34:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 728AA2C4C72 for ; Mon, 21 Nov 2016 09:34:58 +0000 (UTC) Date: Mon, 21 Nov 2016 09:34:58 +0000 (UTC) From: "Jingcheng Du (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17137) TestFromClientSide#testClientScannerIsResetWhenScanThrowsIOException fails in branch-1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 21 Nov 2016 09:35:00 -0000 [ https://issues.apache.org/jira/browse/HBASE-17137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15682998#comment-15682998 ] Jingcheng Du commented on HBASE-17137: -------------------------------------- Yes [~anoopsamjohn], only for branch-1. And org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor.testClientScannerIsResetWhenScanThrowsIOException failed too. > TestFromClientSide#testClientScannerIsResetWhenScanThrowsIOException fails in branch-1 > -------------------------------------------------------------------------------------- > > Key: HBASE-17137 > URL: https://issues.apache.org/jira/browse/HBASE-17137 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Priority: Minor > > From https://builds.apache.org/job/HBase-1.4/jdk=JDK_1_8,label=Hadoop/541/consoleFull : > {code} > testClientScannerIsResetWhenScanThrowsIOException(org.apache.hadoop.hbase.client.TestFromClientSide) Time elapsed: 1.907 sec <<< FAILURE! > java.lang.AssertionError: expected:<17576> but was:<0> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:631) > at org.apache.hadoop.hbase.client.TestFromClientSide.testClientScannerIsResetWhenScanThrowsIOException(TestFromClientSide.java:702) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)