You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Adam Szita (JIRA)" <ji...@apache.org> on 2017/03/06 14:40:32 UTC

[jira] [Updated] (PIG-5161) Include all unit tests for spark branch

     [ https://issues.apache.org/jira/browse/PIG-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Szita updated PIG-5161:
----------------------------
    Attachment: PIG-5161.0.patch

> 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)