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 8BB16200B8E for ; Mon, 12 Sep 2016 05:14:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8A6D8160AD6; Mon, 12 Sep 2016 03:14: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 D7D95160AC7 for ; Mon, 12 Sep 2016 05:14:21 +0200 (CEST) Received: (qmail 27247 invoked by uid 500); 12 Sep 2016 03:14: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 27225 invoked by uid 99); 12 Sep 2016 03:14:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Sep 2016 03:14:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8581B2C014C for ; Mon, 12 Sep 2016 03:14:20 +0000 (UTC) Date: Mon, 12 Sep 2016 03:14:20 +0000 (UTC) From: "Heng Chen (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16611) Flakey org.apache.hadoop.hbase.client.TestReplicasClient.testCancelOfMultiGet MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 12 Sep 2016 03:14:22 -0000 Heng Chen created HBASE-16611: --------------------------------- Summary: Flakey org.apache.hadoop.hbase.client.TestReplicasClient.testCancelOfMultiGet Key: HBASE-16611 URL: https://issues.apache.org/jira/browse/HBASE-16611 Project: HBase Issue Type: Bug Reporter: Heng Chen see https://builds.apache.org/job/PreCommit-HBASE-Build/3494/artifact/patchprocess/patch-unit-hbase-server.txt {code} testCancelOfMultiGet(org.apache.hadoop.hbase.client.TestReplicasClient) Time elapsed: 4.026 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.hadoop.hbase.client.TestReplicasClient.testCancelOfMultiGet(TestReplicasClient.java:579) Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.401 sec - in org.apache.hadoop.hbase.client.TestAdmin2 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.861 sec - in org.apache.hadoop.hbase.client.TestClientScannerRPCTimeout Running org.apache.hadoop.hbase.client.TestRestoreSnapshotFromClientWithRegionReplicas Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 261.925 sec <<< FAILURE! - in org.apache.hadoop.hbase.client.TestReplicasClient testCancelOfMultiGet(org.apache.hadoop.hbase.client.TestReplicasClient) Time elapsed: 4.522 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.hadoop.hbase.client.TestReplicasClient.testCancelOfMultiGet(TestReplicasClient.java:581) Running org.apache.hadoop.hbase.client.TestFastFail Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.648 sec - in org.apache.hadoop.hbase.client.TestFastFail Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 277.894 sec <<< FAILURE! - in org.apache.hadoop.hbase.client.TestReplicasClient testCancelOfMultiGet(org.apache.hadoop.hbase.client.TestReplicasClient) Time elapsed: 5.359 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.hadoop.hbase.client.TestReplicasClient.testCancelOfMultiGet(TestReplicasClient.java:579) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)