[
https://issues.apache.org/jira/browse/FALCON-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14307951#comment-14307951
]
Karishma Gulati commented on FALCON-1011:
-----------------------------------------
In "testProcessScheduleOn1ColoWhileThatColoIsDown", considering you are
shutting down cluster1, even in the test statement, you should change
{code}
AssertUtil.checkNotStatus(cluster2OC, EntityType.PROCESS, bundles[0],
Job.Status.RUNNING);
{code}
to
{code}
AssertUtil.checkNotStatus(cluster1OC, EntityType.PROCESS, bundles[0],
Job.Status.RUNNING);
{code}
considering the purpose of the test.
> Fix PrismProcessScheduleTest in falcon regression
> --------------------------------------------------
>
> Key: FALCON-1011
> URL: https://issues.apache.org/jira/browse/FALCON-1011
> Project: Falcon
> Issue Type: Bug
> Components: merlin
> Affects Versions: 0.7
> Reporter: Pragya Mittal
> Assignee: Pragya Mittal
> Attachments: FALCON-1011.patch
>
>
> Fixing few faliling test in PrismProcessScheduleTest.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)