You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Raghav Kumar Gautam (JIRA)" <ji...@apache.org> on 2014/10/06 23:52:35 UTC

[jira] [Created] (FALCON-780) PrismFeedSnSTest assumes synchronous oozie operation

Raghav Kumar Gautam created FALCON-780:
------------------------------------------

             Summary: PrismFeedSnSTest assumes synchronous oozie operation
                 Key: FALCON-780
                 URL: https://issues.apache.org/jira/browse/FALCON-780
             Project: Falcon
          Issue Type: Bug
          Components: merlin
    Affects Versions: 0.6
            Reporter: Raghav Kumar Gautam
            Assignee: Raghav Kumar Gautam
             Fix For: 0.6


In the PrismFeedSnSTest the code assumes synchronous oozie operations:
{code}
        bundles[0].submitAndScheduleFeed();
        TimeUtil.sleepSeconds(TIMEOUT);
        AssertUtil.checkStatus(cluster1OC, EntityType.FEED, bundles[0], Job.Status.RUNNING);
        AssertUtil.checkNotStatus(cluster1OC, EntityType.PROCESS, bundles[1], Job.Status.RUNNING);
{code}

Since, oozie operations are asnchronous, we need to allow some delay between between operation and the time when its effects are visible.



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