You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2016/02/03 02:58:19 UTC

kafka git commit: MINOR: Increment ducktape dependency

Repository: kafka
Updated Branches:
  refs/heads/trunk 95174337c -> fd10f6dff


MINOR: Increment ducktape dependency

Pin kafka system tests to a newer version of ducktape.

Ran in branch builder; only one preexisting (transient) failure:
http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/2016-02-01--001.1454333721--confluentinc--increment-ducktape-dependency--a40f474/report.html

Author: Geoff Anderson <ge...@confluent.io>

Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>

Closes #852 from granders/increment-ducktape-dependency


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

Branch: refs/heads/trunk
Commit: fd10f6dff11c74ab4b12229305ab78fb694d5ea9
Parents: 9517433
Author: Geoff Anderson <ge...@confluent.io>
Authored: Tue Feb 2 17:57:58 2016 -0800
Committer: Ewen Cheslack-Postava <me...@ewencp.org>
Committed: Tue Feb 2 17:57:58 2016 -0800

----------------------------------------------------------------------
 tests/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/fd10f6df/tests/setup.py
----------------------------------------------------------------------
diff --git a/tests/setup.py b/tests/setup.py
index 5c755e8..865c316 100644
--- a/tests/setup.py
+++ b/tests/setup.py
@@ -30,5 +30,5 @@ setup(name="kafkatest",
       license="apache2.0",
       packages=find_packages(),
       include_package_data=True,
-      install_requires=["ducktape==0.3.8", "requests>=2.5.0"]
+      install_requires=["ducktape==0.3.10", "requests>=2.5.0"]
       )