-
Notifications
You must be signed in to change notification settings - Fork 4
CI: Maintenance for DynamoDB/LocalStack integration testing and more #454
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
Conversation
## Walkthrough
The changes update the CI workflow and internal test configuration for LocalStack and Python versions. The GitHub Actions matrix now tests against Python 3.13 instead of 3.11 (and removes 3.8), removes a yarl dependency comment, and uses LocalStack 4.5 instead of 3.6. The default LocalStack version in the test container class is updated to 4.5 with minor docstring clarifications. Additionally, some setuptools installation commands were simplified or removed in the main workflow.
## Changes
| File(s) | Change Summary |
|-------------------------------------------------------|--------------------------------------------------------------------------------------------------|
| .github/workflows/dynamodb.yml, .github/workflows/influxdb.yml, .github/workflows/mongodb.yml, .github/workflows/main.yml | Updated CI Python versions: removed 3.8 and 3.11, replaced 3.12 with 3.13; removed yarl comment; simplified setuptools install commands; reformatted Python version lists. |
| cratedb_toolkit/testing/testcontainers/localstack.py | Changed default LocalStack version from 3.7 to 4.5; clarified docstrings for environment variables. |
## Poem
> A hop and a skip, we leap ahead,
> With Python new and LocalStack led.
> The tests now run with versions bright,
> Chasing bugs in the CI night.
> Containers kept, our code in tune—
> The toolkit hums a modern tune! 🐇✨ 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (29)
✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
About
This patch just includes maintenance items in form of version updates and friends, nothing too significant.
References
Provide the best of what LocalStack can offer in preparation for adding integration tests to another patch around DMS over Kinesis.