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

CacheMergedIT.shouldFetchMergedMessageValues fails only on GitHub Actions #131

Closed
jfallows opened this issue Nov 22, 2022 · 0 comments · Fixed by #221
Closed

CacheMergedIT.shouldFetchMergedMessageValues fails only on GitHub Actions #131

jfallows opened this issue Nov 22, 2022 · 0 comments · Fixed by #221
Assignees
Labels
bug Something isn't working

Comments

@jfallows
Copy link
Contributor

The CacheMergedIT.shouldFetchMergedMessageValues integration test has variable behavior as it merges multiple partition streams into a unified topic stream, where the order of messages in each partition is maintained but the total order of messages across all partitions can vary and still be correct.

We need to find a way to make the merge behavior more deterministic during this IT so that it can pass predictably in all environments and not be susceptible to any race conditions impacting the observed total message order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants