lordgamez commented on a change in pull request #1219:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1219#discussion_r778938184
##########
File path: docker/test/integration/MiNiFi_integration_test_driver.py
##########
@@ -60,6 +60,12 @@ def start_kafka_broker(self):
self.cluster.deploy('kafka-broker')
assert self.wait_for_container_startup_to_finish('kafka-broker')
+ def start_splunk(self):
+ self.cluster.acquire_container('splunk', 'splunk')
+ self.cluster.deploy('splunk')
+ assert self.wait_for_container_startup_to_finish('splunk')
+ assert self.cluster.enable_hec_indexer('splunk', 'splunk_hec_token')
Review comment:
It could be avoided if we would keep the source file and repeatedly
rerun the flow until it succeeds, but maybe this solution makes the test case
more stable and reliable. I'm okay with keeping it like this.
--
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]