This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch try_helix_hotfix in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit a1c0502933ec1f79e55f2623bfd0d91596fffa43 Author: Jackie (Xiaotian) Jiang <[email protected]> AuthorDate: Tue Aug 13 22:23:07 2019 -0700 Upgrade Helix to version 0.9.0.1 --- pinot-integration-tests/pom.xml | 2 -- pom.xml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pinot-integration-tests/pom.xml b/pinot-integration-tests/pom.xml index 1155bb7..0049838 100644 --- a/pinot-integration-tests/pom.xml +++ b/pinot-integration-tests/pom.xml @@ -90,8 +90,6 @@ <exclude>**/RealtimeClusterIntegrationTest.java</exclude> <!-- Covered by ConvertToRawIndexMinionClusterIntegrationTest --> <exclude>**/HybridClusterIntegrationTest.java</exclude> - <!-- TODO: re-enable the Minion tests when upgrading to Helix 0.9.1 --> - <exclude>**/*MinionClusterIntegrationTest.java</exclude> </excludes> </configuration> </plugin> diff --git a/pom.xml b/pom.xml index cc8767c..8a155b4 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ <!-- Configuration for unit/integration tests section 1 of 3 (properties) ENDS HERE.--> <avro.version>1.7.6</avro.version> <parquet.version>1.8.0</parquet.version> - <helix.version>0.8.4</helix.version> + <helix.version>0.9.0.1</helix.version> <zkclient.version>0.7</zkclient.version> <jackson.version>2.9.8</jackson.version> <async-http-client.version>1.9.21</async-http-client.version> @@ -1164,8 +1164,6 @@ <!-- Excludes integration tests when unit tests are run. --> <excludes> <exclude>**/*IT.java</exclude> - <!-- TODO: re-enable the Minion tests when upgrading to Helix 0.9.1 --> - <exclude>**/*MinionClusterIntegrationTest.java</exclude> </excludes> <forkCount>1</forkCount> <reuseForks>false</reuseForks> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
