You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Paul Isaychuk (JIRA)" <ji...@apache.org> on 2016/01/27 15:27:39 UTC

[jira] [Updated] (FALCON-1783) Fix test weakness related to embedded/distributed setup

     [ https://issues.apache.org/jira/browse/FALCON-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Isaychuk updated FALCON-1783:
----------------------------------
    Description: 
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
This might affect failure in distributed setup:
{code}
cluster.getProcessHelper().submitAndSchedule(process.toString());
{code}

  was:
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


> Fix test weakness related to embedded/distributed setup
> -------------------------------------------------------
>
>                 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
>
> 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
> This might affect failure in distributed setup:
> {code}
> cluster.getProcessHelper().submitAndSchedule(process.toString());
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)