exceptionfactory commented on a change in pull request #5446:
URL: https://github.com/apache/nifi/pull/5446#discussion_r724551908
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestListenHTTP.java
##########
@@ -461,6 +464,36 @@ public void
testMaxThreadPoolSizeSpecifiedInThePropertyIsSetInTheServerInstance(
assertEquals(maxThreadPoolSize, sizedThreadPool.getMaxThreads());
}
+ @Test
+ public void testPOSTRequestsReceivedWithRecordReader() throws Exception {
Review comment:
It would also be helpful to test failure conditions, such as data that
fails to parse with the configured Record Reader.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]