nghiaxlee commented on a change in pull request #697: MINIFICPP-1104 - SSL
docker tests for PublishKafka
URL: https://github.com/apache/nifi-minifi-cpp/pull/697#discussion_r358232807
##########
File path: docker/test/integration/minifi/__init__.py
##########
@@ -294,7 +314,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
container.remove(v=True, force=True)
# Clean up images
- for image in self.images:
+ for image in reversed(self.images):
Review comment:
Since kafka-consumer images are based on kafka-broker image, we need to rm
the consumer images before removing the broker one. Thus, the last image should
be removed first, in general.
----------------------------------------------------------------
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