[ https://issues.apache.org/jira/browse/PIG-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adam Szita closed PIG-5161. --------------------------- > 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 > Fix For: spark-branch > > 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.4.14#64029)