[
https://issues.apache.org/jira/browse/FALCON-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Isaychuk resolved FALCON-1783.
-----------------------------------
Resolution: Fixed
Fix Version/s: trunk
Issue resolved by pull request 35
[https://github.com/apache/falcon/pull/35]
> Fix ProcessUpdateTest and SearchApiTest to use prism
> ----------------------------------------------------
>
> Key: FALCON-1783
> URL: https://issues.apache.org/jira/browse/FALCON-1783
> Project: Falcon
> Issue Type: Bug
> Components: merlin
> Affects Versions: 0.8
> Reporter: Paul Isaychuk
> Assignee: Paul Isaychuk
> Fix For: trunk
>
>
> We have some weak tests which work in embedded mode, but fail in distributed.
> Issue exists because in case of distributed mode, entity submit is not
> allowed via server although we can schedule via prism/server.
> Below is a list of tests which need to be fixed:
> - ProcessUpdateTest#updateProcessWithLateData
> This might affect failure in distributed setup:
> {code}
> cluster.getProcessHelper().submitAndSchedule(process.toString());
> {code}
> - SearchApiTest#prepareData()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)