Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BC6318AF2 for ; Wed, 3 Feb 2016 01:58:19 +0000 (UTC) Received: (qmail 59666 invoked by uid 500); 3 Feb 2016 01:58:19 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 59638 invoked by uid 500); 3 Feb 2016 01:58:19 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 59623 invoked by uid 99); 3 Feb 2016 01:58:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 01:58:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 21F9FDFC90; Wed, 3 Feb 2016 01:58:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ewencp@apache.org To: commits@kafka.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kafka git commit: MINOR: Increment ducktape dependency Date: Wed, 3 Feb 2016 01:58:19 +0000 (UTC) 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 Reviewers: Ewen Cheslack-Postava 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 Authored: Tue Feb 2 17:57:58 2016 -0800 Committer: Ewen Cheslack-Postava 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"] )