Repository: kafka
Updated Branches:
  refs/heads/0.10.2 928f69ce8 -> b676f51dd


KAFKA-4688; Kafka 0.10.1.1 should be available in system tests

Author: Colin P. Mccabe <[email protected]>

Reviewers: Ewen Cheslack-Postava <[email protected]>, Ismael Juma 
<[email protected]>

Closes #2424 from cmccabe/KAFKA-4688

(cherry picked from commit 567180605c0a8cf74b8d2cad52e2873c83065a95)
Signed-off-by: Ismael Juma <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/b676f51d
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/b676f51d
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/b676f51d

Branch: refs/heads/0.10.2
Commit: b676f51dd54125b950fee35fe867057778866bcb
Parents: 928f69c
Author: Colin P. Mccabe <[email protected]>
Authored: Tue Jan 24 11:09:47 2017 +0000
Committer: Ismael Juma <[email protected]>
Committed: Tue Jan 24 11:16:58 2017 +0000

----------------------------------------------------------------------
 tests/docker/Dockerfile    | 1 +
 tests/kafkatest/version.py | 3 ++-
 vagrant/base.sh            | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/b676f51d/tests/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile
index bdd6af6..82e2e55 100644
--- a/tests/docker/Dockerfile
+++ b/tests/docker/Dockerfile
@@ -28,6 +28,7 @@ ENV MIRROR="http://apache.cs.utah.edu/";
 RUN wget -q "${MIRROR}kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz" -O 
"/tmp/kafka_2.10-0.8.2.2.tgz" && tar xfz /tmp/kafka_2.10-0.8.2.2.tgz -C /opt && 
mv "/opt/kafka_2.10-0.8.2.2" "/opt/kafka-0.8.2.2"
 RUN wget -q "${MIRROR}kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz" -O 
"/tmp/kafka_2.10-0.9.0.1.tgz" && tar xfz /tmp/kafka_2.10-0.9.0.1.tgz -C /opt && 
mv "/opt/kafka_2.10-0.9.0.1" "/opt/kafka-0.9.0.1"
 RUN wget -q "${MIRROR}kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz" -O 
"/tmp/kafka_2.10-0.10.0.1.tgz" && tar xfz /tmp/kafka_2.10-0.10.0.1.tgz -C /opt 
&& mv "/opt/kafka_2.10-0.10.0.1" "/opt/kafka-0.10.0.1"
+RUN wget -q "${MIRROR}kafka/0.10.1.1/kafka_2.10-0.10.1.1.tgz" -O 
"/tmp/kafka_2.10-0.10.1.1.tgz" && tar xfz /tmp/kafka_2.10-0.10.1.1.tgz -C /opt 
&& mv "/opt/kafka_2.10-0.10.1.1" "/opt/kafka-0.10.1.1"
 
 RUN rm /tmp/kafka_*.tgz
 ADD ssh /root/.ssh

http://git-wip-us.apache.org/repos/asf/kafka/blob/b676f51d/tests/kafkatest/version.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/version.py b/tests/kafkatest/version.py
index 5dd09a1..cd361e8 100644
--- a/tests/kafkatest/version.py
+++ b/tests/kafkatest/version.py
@@ -82,6 +82,7 @@ LATEST_0_10_0 = V_0_10_0_1
 
 # 0.10.1.x versions
 V_0_10_1_0 = KafkaVersion("0.10.1.0")
-LATEST_0_10_1 = V_0_10_1_0
+V_0_10_1_1 = KafkaVersion("0.10.1.1")
+LATEST_0_10_1 = V_0_10_1_1
 
 LATEST_0_10 = LATEST_0_10_1

http://git-wip-us.apache.org/repos/asf/kafka/blob/b676f51d/vagrant/base.sh
----------------------------------------------------------------------
diff --git a/vagrant/base.sh b/vagrant/base.sh
index 3697765..5f07cc3 100755
--- a/vagrant/base.sh
+++ b/vagrant/base.sh
@@ -67,6 +67,8 @@ get_kafka 0.9.0.1
 chmod a+rw /opt/kafka-0.9.0.1
 get_kafka 0.10.0.1
 chmod a+rw /opt/kafka-0.10.0.1
+get_kafka 0.10.1.1
+chmod a+rw /opt/kafka-0.10.1.1
 
 
 # For EC2 nodes, we want to use /mnt, which should have the local disk. On 
local

Reply via email to