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 2020/02/10 20:10:00 UTC

[jira] [Commented] (KAFKA-9523) Reduce flakiness of BranchedMultiLevelRepartitionConnectedTopologyTest

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

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

abbccdda commented on pull request #8081: KAFKA-9523: Migrate BranchedMultiLevelRepartitionConnectedTopologyTest into a unit test
URL: https://github.com/apache/kafka/pull/8081
 
 
   Relying on integration test to catch an algorithm bug introduces more flakiness, reduce the test into a unit test to reduce the flakiness until we upgrade Java/Scala libs.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


> Reduce flakiness of BranchedMultiLevelRepartitionConnectedTopologyTest
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-9523
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9523
>             Project: Kafka
>          Issue Type: Test
>          Components: streams, unit tests
>            Reporter: Boyang Chen
>            Priority: Major
>
> KAFKA-9335 introduces an integration test to verify the topology builder itself could survive from building a complex topology. This test gets flaky some time for stream client to broker connection, so we should consider making it less flaky by either converting to a unit test or just focus on making the test logic more robust.



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