From issues-return-112979-archive-asf-public=cust-asf.ponee.io@hive.apache.org Fri Apr 13 22:07:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E19B3180627 for ; Fri, 13 Apr 2018 22:07:03 +0200 (CEST) Received: (qmail 25631 invoked by uid 500); 13 Apr 2018 20:07:02 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 25622 invoked by uid 99); 13 Apr 2018 20:07:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2018 20:07:02 +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 7973FC7F8B for ; Fri, 13 Apr 2018 20:07:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qSnUD6Hg91vB for ; Fri, 13 Apr 2018 20:07:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 3F4605F47E for ; Fri, 13 Apr 2018 20:07:01 +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 7F7AFE050B for ; Fri, 13 Apr 2018 20:07:00 +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 176B3240C6 for ; Fri, 13 Apr 2018 20:07:00 +0000 (UTC) Date: Fri, 13 Apr 2018 20:07:00 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-19194) TestDruidStorageHandler fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-19194?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1643= 7837#comment-16437837 ]=20 Ashutosh Chauhan commented on HIVE-19194: ----------------------------------------- Builds which had this failure is now gone. If there is some way to improve = stability of this test (based on your guess of cause of ficklenss) then let= s do that else we close this ticket until we see the failure again. > TestDruidStorageHandler fails > ----------------------------- > > Key: HIVE-19194 > URL: https://issues.apache.org/jira/browse/HIVE-19194 > Project: Hive > Issue Type: Sub-task > Components: Druid integration > Reporter: Ashutosh Chauhan > Assignee: slim bouguerra > Priority: Major > > This tests fails randomly. If its not reproducible locally consider impro= ving its stability since it does fail once in a while on Hive QA.=C2=A0 > {code} > java.lang.AssertionError: expected:<0> but was:<1> at org.junit.Assert.fa= il(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at or= g.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEqua= ls(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at or= g.apache.hadoop.hive.druid.TestDruidStorageHandler.testCommitMultiInsertOve= rwriteTable(TestDruidStorageHandler.java:414) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)