lordgamez commented on code in PR #1461:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1461#discussion_r1080937969


##########
docker/test/integration/cluster/containers/Container.py:
##########
@@ -63,13 +63,25 @@ def log_source(self):
         return LogSource.FROM_DOCKER_CONTAINER
 
     def stop(self):
-        raise NotImplementedError()
+        logging.info('Stopping minifi docker container "%s"...', self.name)

Review Comment:
   That should be not be minifi specific, fixed log messages in 
d5329427a1cb89b2cc9d99a85251b62aa0e8a5d4



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

Reply via email to