[
https://issues.apache.org/jira/browse/PIG-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899262#comment-15899262
]
Adam Szita commented on PIG-5161:
---------------------------------
[~kellyzly] I can see no errors on my side. You can try with git apply too, or
it may be the case that your workspace directory isn't clean. You can check if
the three files have any unstaged changes:
{code}
diff build.xml <(curl -s
https://raw.githubusercontent.com/apache/pig/spark/build.xml)
diff test/excluded-tests-spark <(curl -s
https://raw.githubusercontent.com/apache/pig/spark/test/excluded-tests-spark)
diff test/spark-tests <(curl -s
https://raw.githubusercontent.com/apache/pig/spark/test/spark-tests)
{code}
> 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)