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

ASF subversion and git services commented on NIFI-704:
------------------------------------------------------

Commit a0e5c0e57f9378c4019d157dac56c3bdab287875 in incubator-nifi's branch 
refs/heads/NIFI-704 from [~danbress]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;h=a0e5c0e ]

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

Reply via email to