mattyb149 commented on a change in pull request #5024:
URL: https://github.com/apache/nifi/pull/5024#discussion_r623135925



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/groovy/org/apache/nifi/processors/standard/TestPutDatabaseRecord.groovy
##########
@@ -301,6 +301,73 @@ class TestPutDatabaseRecord {
         conn.close()
     }
 
+    @Test
+    void testInsertNonRequiredColumns() throws InitializationException, 
ProcessException, SQLException, IOException {

Review comment:
       Yes it will take a badly-behaved PutDatabaseRecord subclass to achieve, 
but should add a test to cover the path regardless




-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to