mattyb149 commented on a change in pull request #3977: NIFI-7007 Add update 
functionality to the PutCassandraRecord processor.
URL: https://github.com/apache/nifi/pull/3977#discussion_r366568013
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/test/java/org/apache/nifi/processors/cassandra/PutCassandraRecordTest.java
 ##########
 @@ -120,6 +120,27 @@ public void testSimplePut() throws 
InitializationException {
         
testRunner.assertAllFlowFilesTransferred(PutCassandraRecord.REL_SUCCESS, 1);
     }
 
+    @Test
+    public void testSimpleUpdate() throws InitializationException {
 
 Review comment:
   Is it possible to add unit tests for the other update methods? I know the 
whole "server" is mocked out, but might be nice to test non-happy-paths such as 
non-Long fields attempting to be incremented.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to