You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/03 17:07:00 UTC

[jira] [Commented] (KAFKA-7561) Console Consumer - system test fails

    [ https://issues.apache.org/jira/browse/KAFKA-7561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16674124#comment-16674124 ] 

ASF GitHub Bot commented on KAFKA-7561:
---------------------------------------

ijuma closed pull request #5853: KAFKA-7561: Increase stop_timeout_sec to make ConsoleConsumerTest pass
URL: https://github.com/apache/kafka/pull/5853
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tests/kafkatest/services/console_consumer.py b/tests/kafkatest/services/console_consumer.py
index 7e78ffb87b1..65c9fa589c0 100644
--- a/tests/kafkatest/services/console_consumer.py
+++ b/tests/kafkatest/services/console_consumer.py
@@ -60,7 +60,7 @@ class ConsoleConsumer(KafkaPathResolverMixin, JmxMixin, BackgroundThreadService)
     def __init__(self, context, num_nodes, kafka, topic, group_id="test-consumer-group", new_consumer=True,
                  message_validator=None, from_beginning=True, consumer_timeout_ms=None, version=DEV_BRANCH,
                  client_id="console-consumer", print_key=False, jmx_object_names=None, jmx_attributes=None,
-                 enable_systest_events=False, stop_timeout_sec=15, print_timestamp=False,
+                 enable_systest_events=False, stop_timeout_sec=30, print_timestamp=False,
                  isolation_level="read_uncommitted", jaas_override_variables=None):
         """
         Args:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Console Consumer - system test fails
> ------------------------------------
>
>                 Key: KAFKA-7561
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7561
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>            Reporter: Stanislav Kozlovski
>            Priority: Major
>
> The test under `kafkatest.sanity_checks.test_console_consumer.ConsoleConsumerTest.test_lifecycle` fails when I run it locally. 7 versions of the test failed for me and they all had a similar error message:
> {code:java}
> AssertionError: Node ducker@ducker11: did not stop within the specified timeout of 15 seconds
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)