Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
we only test unit tests in test/spark-test in spark mode. Like Tez mode, it tests all unit tests in test/all-tests. and put irrelevant/problematic tests into test/excluded-tests-tez.
<target name="test-tez" depends="setTezEnv,setWindowsPath,setLinuxPath,compile-test,jar,debugger.check,jackson-pig-3039-test-download" description="Run tez unit tests"> <macro-test-runner test.file="${test.all.file}" tests.failed="test-tez.failed"/> <fail if="test-tez.failed">Tests failed!</fail> </target>
Attachments
Attachments
Issue Links
- incorporates
-
PIG-5138 fix TestCounters unit test failure after PIG-5132
- Resolved