You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/03/06 01:57:01 UTC

[jira] [Commented] (PHOENIX-42) Provide end2end test command line utility

    [ https://issues.apache.org/jira/browse/PHOENIX-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13921770#comment-13921770 ] 

Hudson commented on PHOENIX-42:
-------------------------------

FAILURE: Integrated in Apache Phoenix - Branch:4.0 #35 (See [https://builds.apache.org/job/Phoenix-4.0/35/])
phoenix-42: Provide end2end test command line utility (jzhong: rev 58ab608dc79f88fa2a9ab59c6b0603c2e6168f8e)
* bin/end2endTest.sh
* phoenix-core/src/test/java/org/apache/phoenix/end2end/BaseConnectedQueryTest.java
* phoenix-core/src/test/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
* phoenix-core/src/test/java/org/apache/phoenix/end2end/End2EndTestDriver.java
PHOENIX-65: Timeout in running E2E tests after PHOENIX-42 commit (jzhong: rev b549785e84a988ca09269a859ab32ac4378c94a2)
* phoenix-core/src/test/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java


> Provide end2end test command line utility
> -----------------------------------------
>
>                 Key: PHOENIX-42
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-42
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>             Fix For: 3.0.0
>
>         Attachments: PHOENIX-42.patch
>
>
> Currently end2end tests run against a HBaseMiniCluster not a real cluster. This JIRA is to provide a utility to run end2end tests against a real testing cluster.(Don't run it against production cluster because it will clean all data in the testing cluster)
> The utility will be placed under bin folder and a user needs to set hbase config path, phoenix jar path and hbase library path correctly before invoking the utility.
> {code}
> Usage:
> 1) Print all end2end tests included without really running them
> /usr/lib/phoenix/bin/end2endTest.sh -n
> 2) Run a single end2end test suite
> /usr/lib/phoenix/bin/end2endTest.sh -r <TestSuiteName> 
> For example, /usr/lib/phoenix/bin/end2endTest.sh -r IndexMetadataTest
> 3) Run all end2end tests
> /usr/lib/phoenix/bin/end2endTest.sh
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)