CI: Run integration tests against Kinesis with Python 3.10 - 3.14#687
CI: Run integration tests against Kinesis with Python 3.10 - 3.14#687
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe GitHub Actions workflow for Kinesis CI is updated to expand the Python version test matrix from a limited set with commented entries to an explicit list of five versions: 3.10, 3.11, 3.12, 3.13, and 3.14, broadening test coverage without altering test logic or error handling. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
We also had to deactivate testing against Python 3.10 with 00ac379 due to a different failure showing up. What is going on? |
This is to investigate a problem observed recently. kinesis.exceptions.StreamDoesNotExist: Stream 'testdrive' does not exist
e65dff4 to
91d5643
Compare
About
Investigate a problem with Kinesis integration tests observed recently.
References