This is an automated email from the ASF dual-hosted git repository.

yanxinyi pushed a change to branch 4.16
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 3cb7bb2  PHOENIX-6307 Build and release official binary distributions 
with each HBase profile (addendum: include hbase-compat in phoenix-server)
     new 5f9aef7  PHOENIX-6327 Consolidate Junit test categories
     new e58e26f  PHOENIX-6327 Consolidate Junit test categories (addendum: 
restore -Xmx3000 option for ParallelStatsDisabledTest)
     new 8458175  PHOENIX-6330 SystemCatalogRegionObserver isn't added when 
cluster is initialized with isNamespaceMappingEnabled=true

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../phoenix/end2end/BaseHBaseManagedTimeIT.java    | 69 ---------------------
 .../phoenix/end2end/HBaseManagedTimeTest.java      | 43 -------------
 .../phoenix/end2end/NeedsOwnMiniClusterTest.java   |  8 +--
 .../phoenix/end2end/ParallelStatsDisabledTest.java |  4 +-
 .../phoenix/end2end/ParallelStatsEnabledTest.java  |  4 +-
 .../phoenix/end2end/SplitSystemCatalogIT.java      |  2 +-
 .../phoenix/end2end/SplitSystemCatalogTests.java   | 28 ---------
 .../end2end/SystemCatalogRegionObserverIT.java     | 72 ++++++++++++++++++++++
 .../phoenix/query/ConnectionQueryServicesImpl.java |  3 +-
 .../java/org/apache/phoenix/query/BaseTest.java    | 17 +++--
 .../org/apache/phoenix/pherf/ResultBaseTestIT.java | 26 +++++++-
 .../org/apache/phoenix/pherf/SchemaReaderIT.java   | 32 +++++++++-
 pom.xml                                            | 40 +-----------
 13 files changed, 147 insertions(+), 201 deletions(-)
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/BaseHBaseManagedTimeIT.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/HBaseManagedTimeTest.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/SplitSystemCatalogTests.java
 create mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogRegionObserverIT.java

Reply via email to