aminadinari19 commented on a change in pull request #1173:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1173#discussion_r709070296
##########
File path: extensions/http-curl/tests/unit/InvokeHTTPTests.cpp
##########
@@ -306,3 +291,97 @@ TEST_CASE("HTTPTestsPostNoResourceClaim", "[httptest1]") {
REQUIRE(true == LogTestController::getInstance().contains("Exiting because
method is POST"));
LogTestController::getInstance().reset();
}
+
+TEST_CASE("HTTPTestsPenalizeNoRetry", "[httptest1]") {
+ TestController testController;
+ using processors::InvokeHTTP;
+
+ std::shared_ptr<core::ContentRepository>
+ content_repo =
std::make_shared<core::repository::VolatileContentRepository>();
Review comment:
Okay I will change it. For some reason, it keeps happening on its own.
Is there any way to make sure it doesn't happen anymore?
--
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]