arpadboda 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_r372504707
##########
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:
As you can see both shared ptrs are base class type, so using auto wouldn't
be equivalent.
----------------------------------------------------------------
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