[
https://issues.apache.org/jira/browse/OOZIE-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15138036#comment-15138036
]
Purshotam Shah commented on OOZIE-2429:
---------------------------------------
{code}
}
if (formerCoordinatorStatus != coordAction.getStatus() ||
formerCoordinatorPending != coordAction.getPending()) {
LOG.info("Updating Coordinator action id: [{0}] status [{1}] to
[{2}] pending [{3}] to [{4}]",
coordAction.getId(), formerCoordinatorStatus,
coordAction.getStatus(),
formerCoordinatorPending, coordAction.getPending());
{code}
This should go to verifyPrecondition, we don't have to do any processing if
there are no change in status or pending fag.
> TestEventGeneration test is flakey
> ----------------------------------
>
> Key: OOZIE-2429
> URL: https://issues.apache.org/jira/browse/OOZIE-2429
> Project: Oozie
> Issue Type: Bug
> Components: action, tests
> Affects Versions: trunk
> Reporter: Ferenc Denes
> Assignee: Ferenc Denes
> Priority: Minor
> Fix For: trunk
>
> Attachments: OOZIE-2429-1.patch, OOZIE-2429-2.patch
>
>
> TestEventGeneration's testForNoDuplicates fails tome to time depending on the
> circumstances of the test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)