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/14 01:16:00 UTC

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

Chris Egerton created KAFKA-13987:
-------------------------------------

             Summary: 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


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)