You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/11/11 16:19:11 UTC

[jira] [Created] (NIFI-1152) Mock Framework allows processor to route to Relationships that the Processor does not support

Mark Payne created NIFI-1152:
--------------------------------

             Summary: Mock Framework allows processor to route to Relationships that the Processor does not support
                 Key: NIFI-1152
                 URL: https://issues.apache.org/jira/browse/NIFI-1152
             Project: Apache NiFi
          Issue Type: Bug
          Components: Tools and Build
            Reporter: Mark Payne


If a processor calls ProcessSession.transfer(flowFile, NON_EXISTENT_RELATIONSHIP) the NiFi framework will throw a FlowFileHandlingException. However, the Mock Framework simply allows it and does not throw any sort of Exception. This needs to be addressed so that the Mock framework functions the same way as the normal NiFi framework.



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