You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by ashuparekh <gi...@git.apache.org> on 2018/08/15 20:50:19 UTC

[GitHub] phoenix pull request #325: PHOENIX-4832 Add Canary Test Tool for Phoenix Que...

GitHub user ashuparekh opened a pull request:

    https://github.com/apache/phoenix/pull/325

    PHOENIX-4832 Add Canary Test Tool for Phoenix Query Server

    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.
    
    @joshelser It would be great if you could review this.
    
    @vincentpoon @karanmehta93 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ashuparekh/phoenix master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/phoenix/pull/325.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #325
    
----
commit 3549d1630d2e61248c7eec9b54d83f233e94acf6
Author: Ashutosh Parekh <pa...@...>
Date:   2018-08-15T20:47:04Z

    PHOENIX-4832 Add Canary Test Tool for Phoenix Query Server

----


---