You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2016/09/17 07:09:25 UTC

[6/6] phoenix git commit: PHOENIX-3290 Move and/or combine as many NeedsOwnCluster tests to bring down test run time

PHOENIX-3290 Move and/or combine as many NeedsOwnCluster tests to bring down test run time


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/925252cb
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/925252cb
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/925252cb

Branch: refs/heads/4.x-HBase-1.1
Commit: 925252cb3f02ebe3f684f851637ee37f19fd2fb7
Parents: a914fd9
Author: James Taylor <ja...@apache.org>
Authored: Sat Sep 17 00:05:06 2016 -0700
Committer: James Taylor <ja...@apache.org>
Committed: Sat Sep 17 00:10:28 2016 -0700

----------------------------------------------------------------------
 .../apache/phoenix/end2end/AlterTableIT.java    | 705 ++++++++++---------
 .../org/apache/phoenix/end2end/BaseViewIT.java  |   1 -
 .../phoenix/end2end/CsvBulkLoadToolIT.java      |   6 +-
 .../apache/phoenix/end2end/IndexExtendedIT.java | 578 +++++++++++++++
 .../org/apache/phoenix/end2end/IndexToolIT.java | 257 -------
 .../org/apache/phoenix/end2end/KeyOnlyIT.java   |   5 +-
 .../phoenix/end2end/MultiCfQueryExecIT.java     |   1 -
 .../phoenix/end2end/MutableIndexToolIT.java     | 129 ----
 .../phoenix/end2end/RoundFloorCeilFuncIT.java   | 683 ++++++++++++++++++
 .../RoundFloorCeilFunctionsEnd2EndIT.java       | 686 ------------------
 .../phoenix/end2end/TransactionalViewIT.java    |   5 +-
 .../org/apache/phoenix/end2end/UnionAllIT.java  | 288 ++++----
 .../index/ImmutableIndexWithStatsIT.java        |   5 +-
 .../end2end/index/IndexOnOwnClusterIT.java      | 324 ---------
 .../org/apache/phoenix/tx/TransactionIT.java    |   8 +-
 .../java/org/apache/phoenix/query/BaseTest.java |  30 -
 16 files changed, 1802 insertions(+), 1909 deletions(-)
----------------------------------------------------------------------