[
https://issues.apache.org/jira/browse/PIG-219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592795#action_12592795
]
Mathieu Poumeyrol commented on PIG-219:
---------------------------------------
I renamed PigTestCase to PigExecTestCase, I have converted most test scripts,
and I am trying to get all tests working (or skipping the cases that do not
work).
I tend to agree with Pi. That would require the ant script to know about what
test case is not backend dependent. I don't think there is a straightforward
way to hint ant to run only the test that extend PigExecTestCase. Some options
- move all "PigExec" test in another directory.
- change their name so that they all contains something we can match in
build.xml
- list "backend independent" test scripts in the <exclude> section of build.xml
On the other hand, most of the time spent in running pig tests is actualy spent
instantiating the MiniClusters. So it may not be that big an issue to run the
backend-independent test twice.
> Pig tests must cover local and mapreduce execution types
> --------------------------------------------------------
>
> Key: PIG-219
> URL: https://issues.apache.org/jira/browse/PIG-219
> Project: Pig
> Issue Type: Bug
> Reporter: Mathieu Poumeyrol
> Attachments: Test.v1.patch
>
>
> Followup of Local and MapReduce Test modes in pig-dev.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.