[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#issuecomment-620974069


   I am +1 on this.  Review and run, seems good to me.  The wait for it can be 
a follow on.  Please create a jira.



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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] JonZeolla commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


JonZeolla commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417050898



##
File path: docker/scripts/docker_run_create_topic_in_kafka.sh
##
@@ -80,7 +80,10 @@ echo "Running docker_run_create_topic_in_kafka with "
 echo "NETWORK_NAME = $NETWORK_NAME"
 echo "==="
 
-docker run --rm --network "${NETWORK_NAME}" ches/kafka \
+# TODO: Fix this
+sleep 2s

Review comment:
   I may, let me think on it.  Was hoping to remove the MIT license and all 
the overhead but compose isn't as capable as k8s readiness





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417050675



##
File path: docker/containers/kafka/Dockerfile
##
@@ -16,20 +14,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #

Review comment:
   That is fine, maybe a comment in the files stating the reason as you say 
here?





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] JonZeolla commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


JonZeolla commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417050279



##
File path: docker/containers/kafka/Dockerfile
##
@@ -16,20 +14,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #

Review comment:
   Correct, not required.  I did it both ways but chose to keep this 
because I was looking to follow on with moving commands into the containers 
instead of docker exec/run scripts, maybe making a new entry point.
   
   I actually did this work twice because the first time there was too much 
change and it with have been difficult to review.
   
   I can remove for now and add later if you prefer?  At the end of the day, 
it's just the same layers tagged differently





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417046810



##
File path: docker/scripts/docker_run_create_topic_in_kafka.sh
##
@@ -80,7 +80,10 @@ echo "Running docker_run_create_topic_in_kafka with "
 echo "NETWORK_NAME = $NETWORK_NAME"
 echo "==="
 
-docker run --rm --network "${NETWORK_NAME}" ches/kafka \
+# TODO: Fix this
+sleep 2s

Review comment:
   then, why don't you stick with wait_for_it?





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] JonZeolla commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


JonZeolla commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417045900



##
File path: docker/README.md
##
@@ -209,33 +140,21 @@ testing scripts to be added to a pull request, and 
subsequently to a test suite.
   ```bash
   --log-directory[REQUIRED] The directory with the logs
   ```
-- `stop_container.sh`: Stops and removes a Docker container with a given name
-  ## Parameters
-  ```bash
-  --container-name   [REQUIRED] The Docker container name
-  ```
 
  The example end to end test script
 
 `run_end_to_end.sh` is provided as an example of a testing script.  Specific 
or extended scripts can be created similar to this script to use the containers.
 This script does the following:
 

Review comment:
   Yes because it auto numbers in the rendered version





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] JonZeolla commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


JonZeolla commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417045301



##
File path: docker/scripts/docker_run_create_topic_in_kafka.sh
##
@@ -80,7 +80,10 @@ echo "Running docker_run_create_topic_in_kafka with "
 echo "NETWORK_NAME = $NETWORK_NAME"
 echo "==="
 
-docker run --rm --network "${NETWORK_NAME}" ches/kafka \
+# TODO: Fix this
+sleep 2s

Review comment:
   It doesn't work that way.  Same with healthcheck.  If you look in the 
docker compose file I'm already using depends_on





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] JonZeolla commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


JonZeolla commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417045301



##
File path: docker/scripts/docker_run_create_topic_in_kafka.sh
##
@@ -80,7 +80,10 @@ echo "Running docker_run_create_topic_in_kafka with "
 echo "NETWORK_NAME = $NETWORK_NAME"
 echo "==="
 
-docker run --rm --network "${NETWORK_NAME}" ches/kafka \
+# TODO: Fix this
+sleep 2s

Review comment:
   It doesn't work that way.





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] JonZeolla commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


JonZeolla commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417045301



##
File path: docker/scripts/docker_run_create_topic_in_kafka.sh
##
@@ -80,7 +80,10 @@ echo "Running docker_run_create_topic_in_kafka with "
 echo "NETWORK_NAME = $NETWORK_NAME"
 echo "==="
 
-docker run --rm --network "${NETWORK_NAME}" ches/kafka \
+# TODO: Fix this
+sleep 2s

Review comment:
   It doesn't work that way.  Same with healthcheck





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417042597



##
File path: docker/scripts/docker_run_create_topic_in_kafka.sh
##
@@ -80,7 +80,10 @@ echo "Running docker_run_create_topic_in_kafka with "
 echo "NETWORK_NAME = $NETWORK_NAME"
 echo "==="
 
-docker run --rm --network "${NETWORK_NAME}" ches/kafka \
+# TODO: Fix this
+sleep 2s

Review comment:
   https://docs.docker.com/compose/compose-file/compose-file-v2/#depends_on





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417041687



##
File path: docker/containers/zookeeper/Dockerfile
##
@@ -16,20 +14,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-
-shopt -s nocasematch
-
-#
-# Waits until zookeeper is available on the default port
-#
-
-cd /root || exit 1
-
-if [ ! -d /root/scripts ]; then
-  echo "DOCKER_SCRIPTS_PATH has not been set and mapped"
-  exit 1
-fi
-
-cd /root/scripts || exit 1
-bash ./wait-for-it.sh zookeeper:2181
-
+FROM zookeeper:3.4

Review comment:
   same as the other, why do we have 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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417041583



##
File path: docker/containers/kafka/Dockerfile
##
@@ -16,20 +14,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-
-shopt -s nocasematch
-
-#
-# Waits until kafka is available on the default port
-#
-
-cd /root || exit 1
-
-if [ ! -d /root/scripts ]; then
-  echo "DOCKER_SCRIPTS_PATH has not been set and mapped"
-  exit 1
-fi
-
-cd /root/scripts || exit 1
-bash ./wait-for-it.sh kafka:9092
-
+FROM ches/kafka:0.10.2.1

Review comment:
   Same as above, why do we have these?





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417041527



##
File path: docker/containers/kafka/Dockerfile
##
@@ -16,20 +14,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #

Review comment:
   Why do we have these files?  we don't need them for compose





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417041583



##
File path: docker/containers/kafka/Dockerfile
##
@@ -16,20 +14,4 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-
-shopt -s nocasematch
-
-#
-# Waits until kafka is available on the default port
-#
-
-cd /root || exit 1
-
-if [ ! -d /root/scripts ]; then
-  echo "DOCKER_SCRIPTS_PATH has not been set and mapped"
-  exit 1
-fi
-
-cd /root/scripts || exit 1
-bash ./wait-for-it.sh kafka:9092
-
+FROM ches/kafka:0.10.2.1

Review comment:
   Same as above, why do we have these?





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] ottobackwards commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


ottobackwards commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417041000



##
File path: docker/README.md
##
@@ -209,33 +140,21 @@ testing scripts to be added to a pull request, and 
subsequently to a test suite.
   ```bash
   --log-directory[REQUIRED] The directory with the logs
   ```
-- `stop_container.sh`: Stops and removes a Docker container with a given name
-  ## Parameters
-  ```bash
-  --container-name   [REQUIRED] The Docker container name
-  ```
 
  The example end to end test script
 
 `run_end_to_end.sh` is provided as an example of a testing script.  Specific 
or extended scripts can be created similar to this script to use the containers.
 This script does the following:
 

Review comment:
   should these all be #1?





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:
us...@infra.apache.org




[jira] [Commented] (METRON-2347) [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread Jon Zeolla (Jira)


[ 
https://issues.apache.org/jira/browse/METRON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17095019#comment-17095019
 ] 

Jon Zeolla commented on METRON-2347:


https://github.com/apache/metron-bro-plugin-kafka/pull/42

> [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests
> -
>
> Key: METRON-2347
> URL: https://issues.apache.org/jira/browse/METRON-2347
> Project: Metron
>  Issue Type: Improvement
>Reporter: Jon Zeolla
>Assignee: Jon Zeolla
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently we use a series of bash scripts to run our tests in docker 
> containers in metron-bro-plugin-kafka.  We should use docker compose in our 
> run_end_to_end.sh and finish_end_to_end.sh scripts to simplify the setup and 
> teardown of the e2e docker tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (METRON-2346) Update kafka plugin testing dependencies

2020-04-28 Thread Jon Zeolla (Jira)


[ 
https://issues.apache.org/jira/browse/METRON-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17095018#comment-17095018
 ] 

Jon Zeolla commented on METRON-2346:


https://github.com/apache/metron-bro-plugin-kafka/pull/41

> Update kafka plugin testing dependencies
> 
>
> Key: METRON-2346
> URL: https://issues.apache.org/jira/browse/METRON-2346
> Project: Metron
>  Issue Type: Improvement
>Reporter: Jon Zeolla
>Assignee: Jon Zeolla
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The kafka plugin no longer builds after the bro -> zeek renaming.  This is an 
> interim step to get the docker testing environment functional again by 
> repointing some download locations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [metron-bro-plugin-kafka] JonZeolla commented on a change in pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


JonZeolla commented on a change in pull request #42:
URL: 
https://github.com/apache/metron-bro-plugin-kafka/pull/42#discussion_r417038403



##
File path: docker/scripts/docker_run_create_topic_in_kafka.sh
##
@@ -80,7 +80,10 @@ echo "Running docker_run_create_topic_in_kafka with "
 echo "NETWORK_NAME = $NETWORK_NAME"
 echo "==="
 
-docker run --rm --network "${NETWORK_NAME}" ches/kafka \
+# TODO: Fix this
+sleep 2s

Review comment:
   @ottobackwards Open to suggestions - would prefer not need to go back to 
using `wait-for-it.sh` but that seems to be a rather [standard 
approach](https://docs.docker.com/compose/startup-order/) to solving this 
problem.





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:
us...@infra.apache.org




[GitHub] [metron-bro-plugin-kafka] JonZeolla opened a new pull request #42: METRON-2347: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread GitBox


JonZeolla opened a new pull request #42:
URL: https://github.com/apache/metron-bro-plugin-kafka/pull/42


   ## Contributor Comments
   This is a first step towards `docker-compose` in our end to end tests.
   
   ### Testing
   Run `./run_end_to_end.sh` and `./finish_end_to_end.sh`
   
   ## Pull Request Checklist
   Thank you for submitting a contribution to Apache Metron's Bro kafka writer 
plugin.
   
   In order to streamline the review of the contribution we ask you follow 
these guidelines and ask you to double check the following:
   
   ### For all changes:
   - [X] Is there a JIRA ticket associated with this PR? If not one needs to be 
created at [Metron 
Jira](https://issues.apache.org/jira/browse/METRON/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel).
   - [X] Does your PR title start with METRON- where  is the JIRA 
number you are trying to resolve? Pay particular attention to the hyphen "-" 
character.
   - [X] Has your PR been rebased against the latest commit within the target 
branch (typically master)?
   
   ### For code changes:
   - [ ] Have you included steps to reproduce the behavior or problem that is 
being changed or addressed?
   - [X] Have you included steps or a guide to how the change may be verified 
and tested manually?
   - [X] Have you ensured that the full suite of tests and checks have been 
executed via:
 ```
 bro-pkg test $GITHUB_USERNAME/metron-bro-plugin-kafka --version $BRANCH
 ```
   - [ ] Have you written or updated unit tests and or integration tests to 
verify your changes?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] Have you verified the basic functionality of the build by building and 
running locally with Apache Metron's [Vagrant full-dev 
environment](https://github.com/apache/metron/tree/master/metron-deployment/development/centos6)
 or the equivalent?



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:
us...@infra.apache.org




[jira] [Updated] (METRON-2347) [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread Jon Zeolla (Jira)


 [ 
https://issues.apache.org/jira/browse/METRON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon Zeolla updated METRON-2347:
---
Description: Currently we use a series of bash scripts to run our tests in 
docker containers in metron-bro-plugin-kafka.  We should use docker compose in 
our run_end_to_end.sh and finish_end_to_end.sh scripts to simplify the setup 
and teardown of the e2e docker tests.  (was: Currently we use a series of bash 
scripts, including a third-party, MIT-licensed script, to run our tests in 
docker containers in metron-bro-plugin-kafka.  We should use docker compose in 
our run_end_to_end.sh and finish_end_to_end.sh scripts to simplify the setup 
and teardown of the e2e docker tests.)

> [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests
> -
>
> Key: METRON-2347
> URL: https://issues.apache.org/jira/browse/METRON-2347
> Project: Metron
>  Issue Type: Improvement
>Reporter: Jon Zeolla
>Assignee: Jon Zeolla
>Priority: Major
>
> Currently we use a series of bash scripts to run our tests in docker 
> containers in metron-bro-plugin-kafka.  We should use docker compose in our 
> run_end_to_end.sh and finish_end_to_end.sh scripts to simplify the setup and 
> teardown of the e2e docker tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (METRON-2347) [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread Jon Zeolla (Jira)


 [ 
https://issues.apache.org/jira/browse/METRON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon Zeolla updated METRON-2347:
---
Description: Currently we use a series of bash scripts, including a 
third-party, MIT-licensed script, to run our tests in docker containers in 
metron-bro-plugin-kafka.  We should use docker compose in our run_end_to_end.sh 
and finish_end_to_end.sh scripts to simplify the setup and teardown of the e2e 
docker tests.  (was: Currently we use a series of bash scripts to run our tests 
in docker containers in metron-bro-plugin-kafka.  In order to start moving 
towards a more native docker testing environment we should use docker compose 
to perform the same functionality.  This will allow us to remove a third-party, 
MIT-licensed script, as well as some complexity.)

> [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests
> -
>
> Key: METRON-2347
> URL: https://issues.apache.org/jira/browse/METRON-2347
> Project: Metron
>  Issue Type: Improvement
>Reporter: Jon Zeolla
>Assignee: Jon Zeolla
>Priority: Major
>
> Currently we use a series of bash scripts, including a third-party, 
> MIT-licensed script, to run our tests in docker containers in 
> metron-bro-plugin-kafka.  We should use docker compose in our 
> run_end_to_end.sh and finish_end_to_end.sh scripts to simplify the setup and 
> teardown of the e2e docker tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (METRON-2347) [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests

2020-04-28 Thread Jon Zeolla (Jira)


 [ 
https://issues.apache.org/jira/browse/METRON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon Zeolla updated METRON-2347:
---
Summary: [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests  (was: 
[BRO-PLUGIN-KAFKA] Replace wait-for-it with docker compose)

> [BRO-PLUGIN-KAFKA] Use docker compose in end to end tests
> -
>
> Key: METRON-2347
> URL: https://issues.apache.org/jira/browse/METRON-2347
> Project: Metron
>  Issue Type: Improvement
>Reporter: Jon Zeolla
>Assignee: Jon Zeolla
>Priority: Major
>
> Currently we use a series of bash scripts to run our tests in docker 
> containers in metron-bro-plugin-kafka.  In order to start moving towards a 
> more native docker testing environment we should use docker compose to 
> perform the same functionality.  This will allow us to remove a third-party, 
> MIT-licensed script, as well as some complexity.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (METRON-2347) [BRO-PLUGIN-KAFKA] Replace wait-for-it with docker compose

2020-04-28 Thread Jon Zeolla (Jira)


 [ 
https://issues.apache.org/jira/browse/METRON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon Zeolla updated METRON-2347:
---
Description: Currently we use a series of bash scripts to run our tests in 
docker containers in metron-bro-plugin-kafka.  In order to start moving towards 
a more native docker testing environment we should use docker compose to 
perform the same functionality.  This will allow us to remove a third-party, 
MIT-licensed script, as well as some complexity.  (was: Currently we use a 
series of bash scripts to run our tests in docker containers.  In order to 
start moving towards a more native docker testing environment we should use 
docker compose to perform the same functionality.  This will allow us to remove 
a third-party, MIT-licensed script, as well as some complexity.)

> [BRO-PLUGIN-KAFKA] Replace wait-for-it with docker compose
> --
>
> Key: METRON-2347
> URL: https://issues.apache.org/jira/browse/METRON-2347
> Project: Metron
>  Issue Type: Improvement
>Reporter: Jon Zeolla
>Assignee: Jon Zeolla
>Priority: Major
>
> Currently we use a series of bash scripts to run our tests in docker 
> containers in metron-bro-plugin-kafka.  In order to start moving towards a 
> more native docker testing environment we should use docker compose to 
> perform the same functionality.  This will allow us to remove a third-party, 
> MIT-licensed script, as well as some complexity.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (METRON-2347) [BRO-PLUGIN-KAFKA] Replace wait-for-it with docker compose

2020-04-28 Thread Jon Zeolla (Jira)


 [ 
https://issues.apache.org/jira/browse/METRON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon Zeolla updated METRON-2347:
---
Summary: [BRO-PLUGIN-KAFKA] Replace wait-for-it with docker compose  (was: 
Move kafka plugin testing to docker compose)

> [BRO-PLUGIN-KAFKA] Replace wait-for-it with docker compose
> --
>
> Key: METRON-2347
> URL: https://issues.apache.org/jira/browse/METRON-2347
> Project: Metron
>  Issue Type: Improvement
>Reporter: Jon Zeolla
>Assignee: Jon Zeolla
>Priority: Major
>
> Currently we use a series of bash scripts to run our tests in docker 
> containers.  In order to start moving towards a more native docker testing 
> environment we should use docker compose to perform the same functionality.  
> This will allow us to remove a third-party, MIT-licensed script, as well as 
> some complexity.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (METRON-2347) Move kafka plugin testing to docker compose

2020-04-28 Thread Jon Zeolla (Jira)


 [ 
https://issues.apache.org/jira/browse/METRON-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jon Zeolla updated METRON-2347:
---
Description: Currently we use a series of bash scripts to run our tests in 
docker containers.  In order to start moving towards a more native docker 
testing environment we should use docker compose to perform the same 
functionality.  This will allow us to remove a third-party, MIT-licensed 
script, as well as some complexity.  (was: Currently we use a series of bash 
scripts to run our tests in docker containers, but we should use docker compose 
instead.)

> Move kafka plugin testing to docker compose
> ---
>
> Key: METRON-2347
> URL: https://issues.apache.org/jira/browse/METRON-2347
> Project: Metron
>  Issue Type: Improvement
>Reporter: Jon Zeolla
>Assignee: Jon Zeolla
>Priority: Major
>
> Currently we use a series of bash scripts to run our tests in docker 
> containers.  In order to start moving towards a more native docker testing 
> environment we should use docker compose to perform the same functionality.  
> This will allow us to remove a third-party, MIT-licensed script, as well as 
> some complexity.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)