[
https://issues.apache.org/jira/browse/PIG-4521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516423#comment-14516423
]
Rohini Palaniswamy commented on PIG-4521:
-----------------------------------------
You can parallelize and run to execute faster. For eg:
-Dfork.factor.conf.file=2 -Dfork.factor.group=15. If the intent is still to
split to parallelize running on more than one cluster, we need to do some form
of logical separation of test groups (For eg: all join tests into join.conf)
instead of just moving some randomly over to a new file.
> Divide nightly.conf tests into two test files
> ---------------------------------------------
>
> Key: PIG-4521
> URL: https://issues.apache.org/jira/browse/PIG-4521
> Project: Pig
> Issue Type: Test
> Reporter: Namit Maheshwari
> Attachments: PIG-4521.patch
>
>
> Currently Pig e2e tests take a lot of time to execute and complete the run.
> But most of the tests are in a single test file i.e. nightly.conf
> The idea is to break the nightly.conf file into two, such that each file
> contains about equal number of tests. This way we can execute the tests on
> separate clusters and finish the run faster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)