You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "liyunzhang_intel (JIRA)" <ji...@apache.org> on 2017/03/01 01:26:45 UTC

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

liyunzhang_intel created PIG-5161:
-------------------------------------

             Summary: 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


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)