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

CAMEL-18620: Fix Redpanda integration tests #9013

Merged
merged 1 commit into from Jan 8, 2023

Conversation

bharathv
Copy link
Contributor

@bharathv bharathv commented Jan 7, 2023

Updates the Redpanda container image to 22.3.10 which enables transactions by default and sets consumer group init delay to 0 to avoid initial consumption delays seen in tests.

Additionally 22.3.10 includes better broker side coordination when creating topics with autocreate set to true which was causing test races.

More details here: redpanda-data/redpanda#7084

Updates the Redpanda container image to 22.3.10 which enables
transactions by default and sets consumer group init delay to 0 to avoid
initial consumption delays seen in tests.

Additionally 22.3.10 includes better broker side coordination when
creating topics with autocreate set to true which was causing test
races.

More details here: redpanda-data/redpanda#7084
@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2023

🌟 Thank you for your contribution to the Apache Camel project! 🌟

⚠️ Please note that the changes on this PR may be tested automatically.

If necessary Apache Camel Committers may access logs and test results in the job summaries!

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2023

Components tested:

Total Tested Failed ❌ Passed ✅
1 1 1 0

@bharathv
Copy link
Contributor Author

bharathv commented Jan 7, 2023

@oscerd Thanks for taking a look at the PR. Seems the test has failed, where can I download the logs? Appreciate any pointers, first time contributor here :-).

@orpiske
Copy link
Contributor

orpiske commented Jan 8, 2023

@oscerd Thanks for taking a look at the PR. Seems the test has failed, where can I download the logs? Appreciate any pointers, first time contributor here :-).

Hello, thanks for your contribution!

The failure is unrelated to your change (it's a known flakiness on Kafka tests that happen only on Github - I am planning to fix this week).

Anyway, I attached the logs, but the code is good to be merged.

test-logs.zip

@davsclaus davsclaus merged commit 9286178 into apache:main Jan 8, 2023
@bharathv bharathv deleted the CAMEL-18620 branch January 8, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants