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 488DA200B5E for ; Wed, 10 Aug 2016 21:16:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4735C160AB1; Wed, 10 Aug 2016 19:16: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 B488B160AA4 for ; Wed, 10 Aug 2016 21:16:21 +0200 (CEST) Received: (qmail 20105 invoked by uid 500); 10 Aug 2016 19:16:20 -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 20073 invoked by uid 99); 10 Aug 2016 19:16:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 19:16:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C02092C02A1 for ; Wed, 10 Aug 2016 19:16:20 +0000 (UTC) Date: Wed, 10 Aug 2016 19:16:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-3036) Modify phoenix IT tests to extend BaseHBaseManagedTimeTableReuseIT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 10 Aug 2016 19:16:22 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415817#comment-15415817 ] ASF GitHub Bot commented on PHOENIX-3036: ----------------------------------------- Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/189#discussion_r74311348 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/LnLogFunctionEnd2EndIT.java --- @@ -33,10 +33,12 @@ /** * End to end tests for {@link LnFunction} and {@link LogFunction} */ -public class LnLogFunctionEnd2EndIT extends BaseHBaseManagedTimeIT { +public class LnLogFunctionEnd2EndIT extends BaseHBaseManagedTimeTableReuseIT { private static final String KEY = "key"; private static final double ZERO = 1e-9; + private String signedTableName; --- End diff -- No member variables for storing table names, please. > Modify phoenix IT tests to extend BaseHBaseManagedTimeTableReuseIT > ------------------------------------------------------------------ > > Key: PHOENIX-3036 > URL: https://issues.apache.org/jira/browse/PHOENIX-3036 > Project: Phoenix > Issue Type: Improvement > Reporter: Samarth Jain > Assignee: prakul agarwal > Fix For: 4.9.0 > > Attachments: PHOENIX-3036.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)