[
https://issues.apache.org/jira/browse/PIG-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898981#comment-15898981
]
liyunzhang_intel commented on PIG-5161:
---------------------------------------
[~szita]: exception when i use the patch
{code}
patch -p1<PIG-5161.0.patch
patching file build.xml
Reversed (or previously applied) patch detected! Assume -R? [n] y
Hunk #1 succeeded at 921 (offset 42 lines).
can't find file to patch at input line 27
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/test/excluded-tests-spark b/test/excluded-tests-spark
|index
8492b2aae7df1bdc05a6798456ef74782de78627..8976ce8ea0ce213279a9499761a2bda3ffe663d2
100644
|--- a/test/excluded-tests-spark
|+++ b/test/excluded-tests-spark
--------------------------
File to patch: n
n: No such file or directory
Skip this patch? [y] y
Skipping patch.
{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)