You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Chris Egerton (Jira)" <ji...@apache.org> on 2022/06/23 23:11:00 UTC

[jira] [Resolved] (KAFKA-13987) BlockingConnectorTest causing flakiness in other tests

     [ https://issues.apache.org/jira/browse/KAFKA-13987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Egerton resolved KAFKA-13987.
-----------------------------------
    Resolution: Fixed

> BlockingConnectorTest causing flakiness in other tests
> ------------------------------------------------------
>
>                 Key: KAFKA-13987
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13987
>             Project: Kafka
>          Issue Type: Test
>          Components: KafkaConnect
>            Reporter: Chris Egerton
>            Assignee: Chris Egerton
>            Priority: Major
>
> We artificially reduce the REST request timeout from 90 seconds to 10 seconds while running the BlockingConnectorTest suite, which allows some test cases that issue REST requests that are expected to time out to proceed faster without eating up 90 seconds spinning their wheels.
> However, this reduction is applied by mutating static state in the JVM, and since Connect tests from different suites can be run concurrently, it has the potential to impact other tests and make them flaky.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)