ottobackwards commented on a change in pull request #1348: METRON-2018 added
docker tests for kafka plugin
URL: https://github.com/apache/metron/pull/1348#discussion_r273489932
##########
File path: dev-utilities/committer-utils/metron-committer-common
##########
@@ -434,6 +444,35 @@ function run_mvn_build_rpms {
fi
}
+#
+# runs the bro kafka plugin's docker based tests
+#
+function run_bro_docker {
+ cd docker &> /dev/null || { echo "failed to change directory to docker" ;
exit 1; }
+ ./run_end_to_end.sh
+
+ rc=$?; if [[ ${rc} != 0 ]]; then
+ echo "ERROR> FAILED run_end_to_end"
+ exit ${rc}
Review comment:
good catch, although leaving them running would allow for execute_shell to
examine ( runtime ). I've made the change
----------------------------------------------------------------
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