From issues-return-3279-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Sat Dec 8 05:28: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 4D511180647 for ; Sat, 8 Dec 2018 05:28:04 +0100 (CET) Received: (qmail 99501 invoked by uid 500); 8 Dec 2018 04:28: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 99491 invoked by uid 99); 8 Dec 2018 04:28:03 -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; Sat, 08 Dec 2018 04:28:03 +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 E18D0C05E7 for ; Sat, 8 Dec 2018 04:28:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-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 (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id I2KT4TYgBNOK for ; Sat, 8 Dec 2018 04:28: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 4161F60F5F for ; Sat, 8 Dec 2018 04:28: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 7ACE4E00EA for ; Sat, 8 Dec 2018 04:28: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 2F234252D0 for ; Sat, 8 Dec 2018 04:28:00 +0000 (UTC) Date: Sat, 8 Dec 2018 04:28:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-4832) Add Canary Test Tool for Phoenix Query Server 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-4832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16713520#comment-16713520 ] Hudson commented on PHOENIX-4832: --------------------------------- SUCCESS: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #285 (See [https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/285/]) PHOENIX-4832: Add Canary Test Tool for Phoenix Query Server. (vincentpoon: rev 73288209b1adfe081288e6374436a4140bf86101) * (add) phoenix-core/src/main/java/org/apache/phoenix/tool/CanaryTestResult.java * (add) phoenix-core/src/main/java/org/apache/phoenix/tool/PhoenixCanaryTool.java * (add) phoenix-core/src/main/resources/phoenix-canary-file-sink.properties * (add) phoenix-core/src/test/java/org/apache/phoenix/tool/PhoenixCanaryToolTest.java * (edit) phoenix-core/pom.xml > Add Canary Test Tool for Phoenix Query Server > --------------------------------------------- > > Key: PHOENIX-4832 > URL: https://issues.apache.org/jira/browse/PHOENIX-4832 > Project: Phoenix > Issue Type: Improvement > Affects Versions: 5.0.0, 4.14.1 > Reporter: Ashutosh Parekh > Assignee: Swaroopa Kadam > Priority: Minor > Fix For: 4.15.0, 5.1.0 > > Attachments: PHOENIX-4832-4.x-HBase-1.4.patch, PHOENIX-4832-4.x-HBase-1.4.patch, PHOENIX-4832-master.patch, PHOENIX-4832.patch > > > A suggested improvement is to add a Canary Test tool to the Phoenix Query Server. It will execute a set of Basic Tests (CRUD) against a PQS end-point and report on the proper functioning and testing results. A configurable Log Sink can help to publish the results as required. -- This message was sent by Atlassian JIRA (v7.6.3#76005)