Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4EAEF200C2F for ; Mon, 20 Feb 2017 01:36:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 471FE160B65; Mon, 20 Feb 2017 00:36:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8FA92160B63 for ; Mon, 20 Feb 2017 01:36:45 +0100 (CET) Received: (qmail 1247 invoked by uid 500); 20 Feb 2017 00:36:44 -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 1238 invoked by uid 99); 20 Feb 2017 00:36:44 -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; Mon, 20 Feb 2017 00:36:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F1A1DDFC4A; Mon, 20 Feb 2017 00:36:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ijuma@apache.org To: commits@kafka.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: kafka git commit: MINOR: Increase consumer init timeout in throttling test Date: Mon, 20 Feb 2017 00:36:43 +0000 (UTC) archived-at: Mon, 20 Feb 2017 00:36:46 -0000 Repository: kafka Updated Branches: refs/heads/0.10.2 5d1bb0a9a -> 0790b352a MINOR: Increase consumer init timeout in throttling test The throttling system test sometimes fail because it takes longer than the current 10 second time out for partitions to get assigned to the consumer. Author: Apurva Mehta Reviewers: Ismael Juma Closes #2567 from apurvam/increase-timeout-for-partitions-assigned Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/0790b352 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/0790b352 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/0790b352 Branch: refs/heads/0.10.2 Commit: 0790b352ab4f427584af8a7a2d18744c8f544ac8 Parents: 5d1bb0a Author: Apurva Mehta Authored: Sat Feb 18 06:38:35 2017 -0800 Committer: Ismael Juma Committed: Mon Feb 20 00:36:37 2017 +0000 ---------------------------------------------------------------------- tests/kafkatest/tests/core/throttling_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/0790b352/tests/kafkatest/tests/core/throttling_test.py ---------------------------------------------------------------------- diff --git a/tests/kafkatest/tests/core/throttling_test.py b/tests/kafkatest/tests/core/throttling_test.py index 17a60ea..a80af39 100644 --- a/tests/kafkatest/tests/core/throttling_test.py +++ b/tests/kafkatest/tests/core/throttling_test.py @@ -53,7 +53,7 @@ class ThrottlingTest(ProduceConsumeValidateTest): # ensure that the consumer is fully started before the producer starts # so that we don't miss any messages. This timeout ensures the sufficient # condition. - self.consumer_init_timeout_sec = 10 + self.consumer_init_timeout_sec = 20 self.num_brokers = 6 self.num_partitions = 3 self.kafka = KafkaService(test_context,