[
https://issues.apache.org/jira/browse/PIG-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15897416#comment-15897416
]
Adam Szita commented on PIG-5161:
---------------------------------
Attached [^PIG-5161.0.patch], changed test-spark target's approach from
whitelist to backlist. Anything not intended to be tested using Spark as exec
engine should be added to _test/excluded-tests-spark_.
I've also included 3 test cases that are currently failing under Spark, we'll
address these in separate Jiras.
[~kellyzly] can take a look please?
> Include all unit tests for spark branch
> ---------------------------------------
>
> Key: PIG-5161
> URL: https://issues.apache.org/jira/browse/PIG-5161
> Project: Pig
> Issue Type: Bug
> Reporter: liyunzhang_intel
> Assignee: Adam Szita
> Attachments: PIG-5161.0.patch
>
>
> 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.
> {code}
> <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>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)