Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

[FEATURE] Broken or flaky tests tracker issue #287

@BewareMyPower

Description

@BewareMyPower

This issue is tracking the existed broken or flaky tests. If some test

Broken tests:

Flaky tests:

  • KafkaApisTest#testBrokerRespectsPartitionsOrderAndSizeLimits [BUG] testBrokerRespectsPartitionsOrderAndSizeLimits is flaky #246
  • KafkaIntegrationTest
    These tests are hardly to fail on CI environment but easily to fail on local environment. The reason seems to be related to TestContainers. When some docker containers started too quick (it usually happened with Golang containers because the native binaries start faster), the waited condition might never meet because it relies on the output that may not be captured by TestContainers.
  • KafkaMessageOrderTest#testKafkaProduceMessageOrder
  • KafkaRequestHandlerTest#testProduceCallback

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions