[
https://issues.apache.org/jira/browse/OOZIE-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Kanter updated OOZIE-2429:
---------------------------------
Attachment: OOZIE-2429-addendum-3.patch
We're still using Java 6, so you can't use the diamond operator:
{code:java}
new HashMap<>();
{code}
You have to do the old way:
{code:java}
new HashMap<AppType,JobEvent>()
{code}
I've modified your addendum patch with that change and kicked off Jenkins
again. (addendum-3.patch)
> 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,
> OOZIE-2429-3.patch, OOZIE-2429-3.patch, OOZIE-2429-addendum-1.patch,
> OOZIE-2429-addendum-2.patch, OOZIE-2429-addendum-3.patch
>
>
> TestEventGeneration's testForNoDuplicates fails time to time depending on the
> circumstances of the test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)