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 2015/05/14 22:28:01 UTC

[jira] [Created] (FALCON-1221) RescheduleProcessInFinalStatesTest.checkNotFoundDefinition() is needs to be case flexible

Raghav Kumar Gautam created FALCON-1221:
-------------------------------------------

             Summary: RescheduleProcessInFinalStatesTest.checkNotFoundDefinition() is needs to be case flexible
                 Key: FALCON-1221
                 URL: https://issues.apache.org/jira/browse/FALCON-1221
             Project: Falcon
          Issue Type: Bug
          Components: merlin
    Affects Versions: 0.7
            Reporter: Raghav Kumar Gautam
            Assignee: Raghav Kumar Gautam
             Fix For: 0.7


The method has assertion that checks for presence of message:
{code}
(process) not found
{code}
But a message like like following is acceptable, hence the comparison needs to be case insensitive.
{code}
 (PROCESS) not found
{code}



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