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 Redpanda tests #233

Merged
merged 1 commit into from
Oct 21, 2022
Merged

Fix Redpanda tests #233

merged 1 commit into from
Oct 21, 2022

Conversation

mihaitodor
Copy link
Contributor

Hey @twmb, thanks for the nudge :) I think this might just suffice.

Technically, the Docker command should look smth like this, I think (or at least that's what I've been cargo-culting for a while): docker run --rm -p9092:9092 docker.vectorized.io/vectorized/redpanda:latest start --default-log-level=debug --smp 1 --reserve-memory 0M --overprovisioned --set redpanda.enable_transactions=true --kafka-addr 0.0.0.0:9092 --advertise-kafka-addr redpanda:9092, but GitHub Actions doesn't allow users to overwrite the Docker CMD yet, which is a very weird omission IMHO.

@twmb
Copy link
Owner

twmb commented Oct 21, 2022

Awesome, thank you! I spent a while going through the github actions docs to try to find how to specify flags. Oh well!

My next step was to see if just exposing the brokers would work in an env var, but it was late and I didn't know which env var to use at the time. This is awesome!

@twmb twmb merged commit 0f20096 into twmb:redpanda Oct 21, 2022
@mihaitodor
Copy link
Contributor Author

You're very welcome! Glad I was able to help :)

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