[
https://issues.apache.org/jira/browse/KAFKA-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886715#comment-15886715
]
Colin P. McCabe commented on KAFKA-4809:
----------------------------------------
Thanks for the background, [~ewencp].
I guess the question is why this succeeds on Vagrant, and fails under docker.
Looks like it's because the Vagrant images simply put the contents of the dev
directory into {{/opt/kafka-dev}}, whereas the Docker image currently puts the
decompressed {{releaseTarGz}} file there. To fix this, the Docker image should
do the same thing that Vagrant does. I'll update the pull request.
> docker/run_tests.sh should be able to run
> sanity_checks/test_verifiable_producer.py against version 0.8.2.2
> -----------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-4809
> URL: https://issues.apache.org/jira/browse/KAFKA-4809
> Project: Kafka
> Issue Type: Bug
> Reporter: Colin P. McCabe
> Assignee: Colin P. McCabe
>
> docker/run_tests.sh should be able to run
> sanity_checks/test_verifiable_producer.py against version 0.8.2.2.
> Currently, it can't do that, because the Docker image configures the contents
> of /opt/kafka-dev differently than the Vagrant images are configured.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)