You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by rhshriva <gi...@git.apache.org> on 2017/09/13 19:40:24 UTC

[GitHub] phoenix pull request #271: PHOENIX-4180 - Modify tests to generate unique ta...

GitHub user rhshriva opened a pull request:

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

    PHOENIX-4180 - Modify tests to generate unique table names and not us…

    The following tests was changed. 
    
    ./phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayIT.java
    ./phoenix-core/src/it/java/org/apache/phoenix/end2end/ClientTimeArithmeticQueryIT.java
    ./phoenix-core/src/it/java/org/apache/phoenix/end2end/ColumnProjectionOptimizationIT.java
    ./phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsIT.java
    ./phoenix-core/src/it/java/org/apache/phoenix/end2end/CursorWithRowValueConstructorIT.java
    


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

    $ git pull https://github.com/rhshriva/phoenix master_IT_fix

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

    https://github.com/apache/phoenix/pull/271.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 #271
    
----
commit 17c278a130ca2b0b3fe82abe4dda9cfe61c4fa08
Author: Rahul <rs...@salesforce.com>
Date:   2017-09-13T19:34:10Z

    PHOENIX-4180 - Modify tests to generate unique table names and not use CURRENT_SCN

----


---