You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Bruno Cadonna (Jira)" <ji...@apache.org> on 2020/12/16 10:15:00 UTC

[jira] [Comment Edited] (KAFKA-10292) fix flaky streams/streams_broker_bounce_test.py

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

Bruno Cadonna edited comment on KAFKA-10292 at 12/16/20, 10:14 AM:
-------------------------------------------------------------------

[~chia7712] Sorry for the late reply. The fix solves only one of the issues with that test. Actually is solves {{test_all_brokers_bounce}}, but not {{test_broker_type_bounce}}. A fix for the latter is in progress here:

https://github.com/apache/kafka/pull/9441 

I think we should reopen this ticket.


was (Author: cadonna):
[~chia7712] Sorry for the late reply. I think the fix solves only one of the issues with that test. Actually is solves {{test_all_brokers_bounce}}, but not {{test_broker_type_bounce}}. A fix for the latter is in progress here:

https://github.com/apache/kafka/pull/9441 

I think we should reopen this ticket.

> fix flaky streams/streams_broker_bounce_test.py
> -----------------------------------------------
>
>                 Key: KAFKA-10292
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10292
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: streams, system tests
>            Reporter: Chia-Ping Tsai
>            Assignee: Bruno Cadonna
>            Priority: Blocker
>             Fix For: 2.7.0
>
>
> {quote}
> Module: kafkatest.tests.streams.streams_broker_bounce_test
> Class:  StreamsBrokerBounceTest
> Method: test_broker_type_bounce
> Arguments:
> \{
>   "broker_type": "leader",
>   "failure_mode": "clean_bounce",
>   "num_threads": 1,
>   "sleep_time_secs": 120
> \}
> {quote}
> {quote}
> Module: kafkatest.tests.streams.streams_broker_bounce_test
> Class:  StreamsBrokerBounceTest
> Method: test_broker_type_bounce
> Arguments:
> \{
>   "broker_type": "controller",
>   "failure_mode": "hard_shutdown",
>   "num_threads": 3,
>   "sleep_time_secs": 120
> \}
> {quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)