Author: zly
Date: Wed Mar 8 02:20:26 2017
New Revision: 1785912
URL: http://svn.apache.org/viewvc?rev=1785912&view=rev
Log:
PIG-5161:Include all unit tests for spark branch(Adam via Liyun)
Removed:
pig/branches/spark/test/spark-tests
Modified:
pig/branches/spark/build.xml
pig/branches/spark/test/excluded-tests-spark
Modified: pig/branches/spark/build.xml
URL:
http://svn.apache.org/viewvc/pig/branches/spark/build.xml?rev=1785912&r1=1785911&r2=1785912&view=diff
==============================================================================
--- pig/branches/spark/build.xml (original)
+++ pig/branches/spark/build.xml Wed Mar 8 02:20:26 2017
@@ -879,15 +879,9 @@
</target>
<target name="test-spark"
depends="setSparkEnv,setWindowsPath,setLinuxPath,compile-test,jar,debugger.check,jackson-pig-3039-test-download"
description="Run Spark unit tests in Spark cluster-local mode">
- <macro-test-runner test.file="${test.spark.file}"
tests.failed="test-spark.failed"/>
+ <macro-test-runner test.file="${test.all.file}"
tests.failed="test-spark.failed"/>
<fail if="test-spark.failed">Tests failed!</fail>
- </target>
-
- <target name="test-spark-local"
depends="setSparkEnv,setWindowsPath,setLinuxPath,compile-test,jar,debugger.check,jackson-pig-3039-test-download"
description="Run spark unit tests in Spark local mode">
- <macro-test-runner test.file="${test.spark_local.file}"
tests.failed="test-spark.failed"/>
- <fail if="test-spark.failed">Tests failed!</fail>
- </target>
-
+ </target>
<target name="debugger.check" depends="debugger.set,debugger.unset"/>
<target name="debugger.set" if="debugPort">
Modified: pig/branches/spark/test/excluded-tests-spark
URL:
http://svn.apache.org/viewvc/pig/branches/spark/test/excluded-tests-spark?rev=1785912&r1=1785911&r2=1785912&view=diff
==============================================================================
--- pig/branches/spark/test/excluded-tests-spark (original)
+++ pig/branches/spark/test/excluded-tests-spark Wed Mar 8 02:20:26 2017
@@ -1,3 +1,11 @@
**/Test*MR.java
**/tez/*.java
**/TestNativeMapReduce.java
+**/TestCounters.java
+
+#TODO: PIG-5134 fix for Spark mode
+**/TestAvroStorage.java
+#TODO: PIG-5135 fix for Spark mode
+**/TestOrcStoragePushdown.java
+#TODO: PIG-5136 fix for Spark mode
+**/TestPigTest.java