lordgamez commented on code in PR #1875:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1875#discussion_r1853719013
##########
docker/test/integration/cluster/containers/Container.py:
##########
@@ -34,6 +34,7 @@ def __init__(self, feature_context: FeatureContext, name,
engine, vols, network,
# Get docker client
self.client = docker.from_env()
self.deployed = False
+ self.post_startup_commands_finished = False
Review Comment:
As it is part of the container deployment process I would keep it as part of
the generic container and make it available for future use for all containers
to implement if needed.
--
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]