[
https://issues.apache.org/jira/browse/NIFI-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15685588#comment-15685588
]
ASF GitHub Bot commented on NIFI-3078:
--------------------------------------
GitHub user ijokarumawak opened a pull request:
https://github.com/apache/nifi/pull/1255
NIFI-3078: Test InvokeScriptedProcessor with JS.
Thank you for submitting a contribution to Apache NiFi.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
### For all changes:
- [x] Is there a JIRA ticket associated with this PR? Is it referenced
in the commit message?
- [x] Does your PR title start with NIFI-XXXX where XXXX is the JIRA number
you are trying to resolve? Pay particular attention to the hyphen "-" character.
- [x] Has your PR been rebased against the latest commit within the target
branch (typically master)?
- [x] Is your initial contribution a single, squashed commit?
### For code changes:
- [x] Have you ensured that the full suite of tests is executed via mvn
-Pcontrib-check clean install at the root nifi folder?
- [x] Have you written or updated unit tests to verify your changes?
### Note:
Please ensure that once the PR is submitted, you check travis-ci for build
issues and submit an update to your PR as soon as possible.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijokarumawak/nifi nifi-3078
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1255.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1255
----
commit d2470af38d51658aaa27c2c258d4f5a343edb340
Author: Koji Kawamura <[email protected]>
Date: 2016-11-22T03:31:38Z
NIFI-3078: Test InvokeScriptedProcessor with JS.
----
> Add unit test class for InvokeScriptedProcessor with ECMAScript (Javascript)
> ----------------------------------------------------------------------------
>
> Key: NIFI-3078
> URL: https://issues.apache.org/jira/browse/NIFI-3078
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Koji Kawamura
> Assignee: Koji Kawamura
> Priority: Minor
>
> As a partial improvement of providing more examples for
> InvokeScriptedProcessor as described in NIFI-1954 , I'd like to contribute
> TestInvokeJavascript unit test class that I wrote to understand how to use
> the processor with Javascript.
> Currently there are test classes available for Groovy and Jython.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)