[
https://issues.apache.org/jira/browse/NIFI-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603779#comment-14603779
]
ASF subversion and git services commented on NIFI-704:
------------------------------------------------------
Commit 6b4e90dd5dabff82b1aeae8d9c64cdd32112b33d in incubator-nifi's branch
refs/heads/NIFI-680 from [~danbress]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;h=6b4e90d ]
NIFI-704 StandardProcessorTestRunner should allow you to wait before calling
OnUnScheduled methods
> StandardProcessorTestRunner should allow you to wait before calling
> OnUnScheduled methods
> -----------------------------------------------------------------------------------------
>
> Key: NIFI-704
> URL: https://issues.apache.org/jira/browse/NIFI-704
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Tools and Build
> Affects Versions: 0.1.0
> Reporter: Dan Bress
> Assignee: Dan Bress
> Priority: Minor
> Fix For: 0.2.0
>
> Attachments:
> 0001-NIFI-704-StandardProcessorTestRunner-should-allow-yo.patch
>
>
> [StandardProcessorTestRunner does not
> wait|https://github.com/apache/incubator-nifi/blob/develop/nifi/nifi-mock/src/main/java/org/apache/nifi/util/StandardProcessorTestRunner.java#L208-L210]
> for the processor 'run' calls to finish before invoking the @OnUnscheduled
> methods. This may result in the Processor 'run' calls acting weird, because
> @OnUnscheduled has been called.
> Notice that
> [ExecutorService.shutdown()|http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ExecutorService.html#shutdown%28%29]
> says _This method does not wait for previously submitted tasks to complete
> execution. Use awaitTermination to do that._
> I would suggest that the StandardProcessorTestRunner either always wait for
> the processor run calls to finish, or let you specify an amount of time to
> wait for them to finish.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)