[
https://issues.apache.org/jira/browse/FALCON-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119236#comment-15119236
]
Paul Isaychuk commented on FALCON-1777:
---------------------------------------
Ok. Thanks for pointing this.
Changes were not tested on distributed mode as we use only embedded setup
internally. But from test code what I see the only thing we submit are clusters
and we submit them via prism.
{code}
Bundle.submitCluster(recipeExecLocation.getRecipeBundle(bundles[0],
bundles[1]));
...
while:
public static void submitCluster(Bundle... bundles)
throws IOException, URISyntaxException, AuthenticationException,
InterruptedException {
for (Bundle bundle : bundles) {
ServiceResponse r =
prismHelper.getClusterHelper().submitEntity(bundle.getClusters().get(0));
Assert.assertTrue(r.getMessage().contains("SUCCEEDED"),
r.getMessage());
}
}
{code}
Recipe launched from CLI. So test should work on distributed mode.
As for ProcessUpdateTest we can create separate jira for tracking test
weaknesses like that one.
> Add regression for HDFS replication (recipe)
> --------------------------------------------
>
> Key: FALCON-1777
> URL: https://issues.apache.org/jira/browse/FALCON-1777
> Project: Falcon
> Issue Type: Bug
> Components: merlin
> Affects Versions: 0.9
> Reporter: Paul Isaychuk
> Assignee: Paul Isaychuk
> Fix For: trunk
>
> Attachments: FALCON-1777.diff
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)