Skip to content

Commit

Permalink
HIVE-23252 : Change spark related tests to be optional (Zoltan Haindr…
Browse files Browse the repository at this point in the history
…ich via Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
  • Loading branch information
kgyrtkirk authored and ashutoshc committed May 3, 2020
1 parent 69d036f commit f85ccf2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
5 changes: 0 additions & 5 deletions itests/hive-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,6 @@
<profiles>
<profile>
<id>spark-test</id>
<activation>
<property>
<name>!skipSparkTests</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
Expand Down
5 changes: 0 additions & 5 deletions itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,6 @@
<profiles>
<profile>
<id>spark-test</id>
<activation>
<property>
<name>!skipSparkTests</name>
</property>
</activation>
<modules>
<module>qtest-spark</module>
</modules>
Expand Down
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

<!-- To add additional exclude patterns set this property -->
<test.excludes.additional></test.excludes.additional>
<skip.spark.files></skip.spark.files>
<skip.spark.files>**/TestSparkStatistics*,**/TestSparkSessionTimeout*,**/TestJdbcWithMiniHS2ErasureCoding*,**/TestLocalHiveSparkClient*</skip.spark.files>

<!-- Plugin and Plugin Dependency Versions -->
<ant.contrib.version>1.0b3</ant.contrib.version>
Expand Down Expand Up @@ -1656,11 +1656,6 @@
</profile>
<profile>
<id>spark-test</id>
<activation>
<property>
<name>!skipSparkTests</name>
</property>
</activation>
<properties>
<skip.spark.files>
**/ql/exec/spark/session/TestSparkSessionManagerImpl.java,**/TestMultiSessionsHS2WithLocalClusterSpark.java,**/TestJdbcWithLocalClusterSpark.java
Expand Down

0 comments on commit f85ccf2

Please sign in to comment.