From dev-return-50929-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Fri Apr 13 23:28:06 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 0CA2018072F for ; Fri, 13 Apr 2018 23:28:05 +0200 (CEST) Received: (qmail 33808 invoked by uid 500); 13 Apr 2018 21:28:05 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 33545 invoked by uid 99); 13 Apr 2018 21:28:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Apr 2018 21:28:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6E266C0334 for ; Fri, 13 Apr 2018 21:28:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, 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 (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id xP7E0G_GPN-P for ; Fri, 13 Apr 2018 21:28:03 +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 8787F5FAEB for ; Fri, 13 Apr 2018 21:28: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 67C8BE0CA7 for ; Fri, 13 Apr 2018 21:28: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 A737A241DC for ; Fri, 13 Apr 2018 21:28:00 +0000 (UTC) Date: Fri, 13 Apr 2018 21:28:00 +0000 (UTC) From: "Hudson (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-4496) Fix RowValueConstructorIT and IndexMetadataIT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-4496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437959#comment-16437959 ] Hudson commented on PHOENIX-4496: --------------------------------- FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #1830 (See [https://builds.apache.org/job/PreCommit-PHOENIX-Build/1830/]) PHOENIX-4496 Fix RowValueConstructorIT and IndexMetadataIT (ankitsinghal59: rev 70c9c6bb2d2073bb40640a0a794032b166c4b63b) * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/scanner/ScannerBuilder.java Revert "PHOENIX-4496 Fix RowValueConstructorIT and IndexMetadataIT" (jtaylor: rev 7b2c7e135916d5a6087ec3e6c4b6c261779795ac) * (edit) phoenix-core/src/main/java/org/apache/phoenix/hbase/index/scanner/ScannerBuilder.java > Fix RowValueConstructorIT and IndexMetadataIT > --------------------------------------------- > > Key: PHOENIX-4496 > URL: https://issues.apache.org/jira/browse/PHOENIX-4496 > Project: Phoenix > Issue Type: Sub-task > Affects Versions: 4.14.0 > Reporter: Rajeshbabu Chintaguntla > Assignee: Ankit Singhal > Priority: Major > Labels: HBase-2.0 > Fix For: 4.14.0, 5.0.0 > > Attachments: PHOENIX-4496.patch > > > {noformat} > [ERROR] Tests run: 46, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 117.444 s <<< FAILURE! - in org.apache.phoenix.end2end.RowValueConstructorIT > [ERROR] testRVCLastPkIsTable1stPkIndex(org.apache.phoenix.end2end.RowValueConstructorIT) Time elapsed: 4.516 s <<< FAILURE! > java.lang.AssertionError > at org.apache.phoenix.end2end.RowValueConstructorIT.testRVCLastPkIsTable1stPkIndex(RowValueConstructorIT.java:1584) > {noformat} > {noformat} > ERROR] Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 79.381 s <<< FAILURE! - in org.apache.phoenix.end2end.index.IndexMetadataIT > [ERROR] testMutableTableOnlyHasPrimaryKeyIndex(org.apache.phoenix.end2end.index.IndexMetadataIT) Time elapsed: 4.504 s <<< FAILURE! > java.lang.AssertionError > at org.apache.phoenix.end2end.index.IndexMetadataIT.helpTestTableOnlyHasPrimaryKeyIndex(IndexMetadataIT.java:662) > at org.apache.phoenix.end2end.index.IndexMetadataIT.testMutableTableOnlyHasPrimaryKeyIndex(IndexMetadataIT.java:623) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)