Skip to content

Flaky tests #1169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
petedannemann opened this issue Jul 20, 2023 · 2 comments
Open

Flaky tests #1169

petedannemann opened this issue Jul 20, 2023 · 2 comments
Assignees
Labels

Comments

@petedannemann
Copy link
Contributor

petedannemann commented Jul 20, 2023

Describe the bug

Many of the reader and consumer group tests sporadically fail. Here are a few recent examples. Some of these are "unsafe" tests, which we only recently started testing against in CI so I think that explains the recent increase in test failures.

TestReaderOnNonZeroPartition/topic_and_partition_should_now_be_included_in_header (Kafka 2.7.1)

ReaderTest (kafka 2.3.1)

CompressTest (kafka 2.1.1)

TestReaderConsumerGroup/rebalance_across_many_partitions_and_consumers (kafka 2.7.1)

Expected Behavior

Tests pass every time they are ran

@rhansen2
Copy link
Collaborator

Most of these failures seem to be timeout related. May be worth holding off until we migrate off of CircleCI.

Once outlier is

--- FAIL: TestCompressedMessages (2.78s)
    --- FAIL: TestCompressedMessages/gzip (0.32s)
        compress_test.go:208: wrong message key at loop 0...expected 1 but got 15

Which probably deserves it's own investigation.

@petedannemann
Copy link
Contributor Author

Most of these seem to be fixed via #1349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants