szaszm commented on a change in pull request #718: MINIFICPP-1132 - CWEL should 
stop committing further flowfiles in cas…
URL: https://github.com/apache/nifi-minifi-cpp/pull/718#discussion_r372350445
 
 

 ##########
 File path: extensions/standard-processors/tests/unit/ProcessorTests.cpp
 ##########
 @@ -207,6 +209,60 @@ TEST_CASE("Test GetFile Ignore", "[getfileCreate3]") {
   prev++;
 }
 
+TEST_CASE("TestConnectionFull", "[ConnectionFull]") {
+  TestController testController;
+  
LogTestController::getInstance().setDebug<minifi::processors::GenerateFlowFile>();
+  std::shared_ptr<core::ContentRepository> content_repo = 
std::make_shared<core::repository::VolatileContentRepository>();
+  std::shared_ptr<core::Processor> processor = 
std::make_shared<org::apache::nifi::minifi::processors::GenerateFlowFile>("GFF");
 
 Review comment:
   Use `auto` to reduce type name clutter when it's obvious from the context, 
like in the case of `make_shared`, `make_unique` and iterators.

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


With regards,
Apache Git Services

Reply via email to