Skip to content
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

Fix a couple of flaky tests which depended on partition ordering #111

Merged
merged 2 commits into from
Jul 6, 2024

Conversation

PeterJCLaw
Copy link
Collaborator

Depends on #110 and thus contains its changes too; suggest reviewing that first.

This brings the mock implementations in line with the behaviour
observed in the default configurations of `confluent-kafka` and
`aiokafka` respectively, both of which return subsequent messages
on subsequent calls.
The order of the messages is randomised and should not be relied
upon since they come from different partitions.
@alm0ra
Copy link
Owner

alm0ra commented Jul 6, 2024

@PeterJCLaw Thank you for your PRs; they are incredibly valuable to this project.

@alm0ra alm0ra marked this pull request as ready for review July 6, 2024 17:29
@alm0ra alm0ra merged commit d48bea6 into alm0ra:main Jul 6, 2024
10 checks passed
@PeterJCLaw PeterJCLaw deleted the fix-flake branch July 6, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants