| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
if you can make it pass, ill merge.
lmk if you need any help running the ci locally
Sorry, something went wrong.
Codecov ReportAttention: Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #611 +/- ##
=======================================
Coverage ? 76.91%
=======================================
Files ? 11
Lines ? 602
Branches ? 86
=======================================
Hits ? 463
Misses ? 112
Partials ? 27 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
Thanks, I'm using act and see how it goes, hopefully I've fixed all issues, but running locally now just in case 👍 |
Sorry, something went wrong.
Hey @alexanderankin do you mind giving me some tips on how to run the ci locally please? act alone was not enough as it has some issues with the python setup. Thanks! Edit: Got it, had to replace poetry installation with - name: Install Poetry uses: snok/install-poetry@v1 |
Sorry, something went wrong.
|
@alexanderankin all sorted, feel free to re-run the ci 👍 |
Sorry, something went wrong.
|
sorry for the delay in response, looks like you got it sorted. here it is anyway python -m venv ~/.poetry-venv && source ~/.poetry-venv/bin/activate && pip install poetry && ln -s $(which poetry) ~/.local/bin # or wherever you put bins deactivate git clone.... && cd testcontainers-python poetry install --with dev -E kafka poetry shell # starts shell make modules/kafka/tests make modules/kafka/<tab to autocomplete> or even just pytest -s modules/kafka/tests and then also remember to pre-commit run -a |
Sorry, something went wrong.
🤖 I have created a release *beep* *boop* --- ## [4.7.0](testcontainers-v4.6.0...testcontainers-v4.7.0) (2024-06-28) ### Features * **core:** Added Generic module ([#612](#612)) ([e575b28](e575b28)) * **core:** allow custom dockerfile path for image build and bypassing build cache ([#615](#615)) ([ead0f79](ead0f79)), closes [#610](#610) * **core:** DockerCompose.stop now stops only services that it starts (does not stop the other services) ([#620](#620)) ([e711800](e711800)) ### Bug Fixes * **ollama:** Add support for ollama module ([#618](#618)) ([5442d05](5442d05)) * **cosmosdb:** Add support for the CosmosDB Emulator ([#579](#579)) ([8045a80](8045a80)) * improve ollama docs, s/ollama_dir/ollama_home/g ([#619](#619)) ([27f2a6b](27f2a6b)) * **kafka:** Add Kraft to Kafka containers ([#611](#611)) ([762d2a2](762d2a2)) ### Documentation * **contributing:** add contribution and new-container guide ([#460](#460)) ([3519f4b](3519f4b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Following a similar strategy as several other testcontainers implementations, this PR introduces the possibility to run Kafka in KRAft mode.