You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/08 18:57:39 UTC

[jira] [Commented] (FALCON-1783) Fix ProcessUpdateTest and SearchApiTest to use prism

    [ https://issues.apache.org/jira/browse/FALCON-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15137351#comment-15137351 ] 

ASF GitHub Bot commented on FALCON-1783:
----------------------------------------

GitHub user pisaychuk opened a pull request:

    https://github.com/apache/falcon/pull/35

    FALCON-1783 Fix ProcessUpdateTest and SearchApiTest to use prism

    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 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pisaychuk/falcon FALCON-1783

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/35.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #35
    
----
commit 44a94f2017e2f210d0558165d0ab5f38f755a986
Author: Paul Isaychuk <pi...@apache.org>
Date:   2016-02-08T17:55:16Z

    FALCON-1783 Fix ProcessUpdateTest and SearchApiTest to use prism

----


> 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
>
> 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)