This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 37618fb Upgrade Helix version to 0.9.4 and re-enable two integration
tests for pinot-minion (#5020)
37618fb is described below
commit 37618fb359ad85e500964b4e590c4d28da664263
Author: Jialiang Li <[email protected]>
AuthorDate: Mon Jan 27 19:58:15 2020 -0800
Upgrade Helix version to 0.9.4 and re-enable two integration tests for
pinot-minion (#5020)
---
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 fff989d..36d85b8 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 be86c00..c41ca7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,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.4</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>
@@ -1121,8 +1121,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]