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

Make Kafka integration tests more reliable #936

Open
markfarkas-camunda opened this issue Jul 26, 2023 · 0 comments
Open

Make Kafka integration tests more reliable #936

markfarkas-camunda opened this issue Jul 26, 2023 · 0 comments
Labels
kind:enhancement New feature or request

Comments

@markfarkas-camunda
Copy link
Contributor

Is your feature request related to a problem? Please describe.

We cannot upgrade the testcontainers kafka docker image version for the integration tests, because it makes the test unreliable. Meaning: sometimes it fails, sometimes it passes.
I don't know whether the order of publishing or the order of consuming or the time of correlation changes but something does, and therefore the order of getting the correlated messages also changes, making the test unreliable, in their current state.

Describe the solution you'd like

Tests should be less order dependent.

Describe alternatives you've considered

Alternative would be to not update the docker image version, but we would like to be up-to-date.

Additional context

Issue was discovered as part of this PR: #926 when docker image was changed to confluentinc/cp-kafka:7.4.0

@markfarkas-camunda markfarkas-camunda added the kind:enhancement New feature or request label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant