From issues-return-7152-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Tue May 28 05:03:05 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B4EA118072F for ; Tue, 28 May 2019 07:03:04 +0200 (CEST) Received: (qmail 15146 invoked by uid 500); 28 May 2019 05:03:03 -0000 Mailing-List: contact issues-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 issues@phoenix.apache.org Received: (qmail 15084 invoked by uid 99); 28 May 2019 05:03:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2019 05:03:02 +0000 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 C9004E2CAD for ; Tue, 28 May 2019 05:03: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 5E46B245A5 for ; Tue, 28 May 2019 05:03:00 +0000 (UTC) Date: Tue, 28 May 2019 05:03:00 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-5303) HBase 1.5 specific test failures 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-5303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849334#comment-16849334 ] Lars Hofhansl commented on PHOENIX-5303: ---------------------------------------- This is a *very* subtle change in the HBase filter code. I haven't tracked down the the problem, yet, but I can see how identical FilterLists produce different results, which causes this test to fail. > HBase 1.5 specific test failures > -------------------------------- > > Key: PHOENIX-5303 > URL: https://issues.apache.org/jira/browse/PHOENIX-5303 > Project: Phoenix > Issue Type: Test > Affects Versions: 4.15.0 > Reporter: Lars Hofhansl > Priority: Critical > Fix For: 4.15.0 > > > This must have started very recently, but it's already past the history of the test runs. > Or perhaps it never works in 4.x-HBase-1.5 > [~apurtell], in case you have any ideas. > {code:java} > [INFO] Running org.apache.phoenix.hbase.index.covered.TestCoveredColumnIndexCodec > [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.403 s <<< FAILURE! - in org.apache.phoenix.hbase.index.covered.TestCoveredColumnIndexCodec > [ERROR] testGeneratedIndexUpdates(org.apache.phoenix.hbase.index.covered.TestCoveredColumnIndexCodec) Time elapsed: 0.16 s <<< FAILURE! > java.lang.AssertionError: Had some index updates, though it should have been covered by the delete > at org.apache.phoenix.hbase.index.covered.TestCoveredColumnIndexCodec.ensureNoUpdatesWhenCoveredByDelete(TestCoveredColumnIndexCodec.java:242) > at org.apache.phoenix.hbase.index.covered.TestCoveredColumnIndexCodec.testGeneratedIndexUpdates(TestCoveredColumnIndexCodec.java:220) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)