-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Kinesis: SubscribeToShard session cut after 5min #6732
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
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to LocalStack! Thanks for raising your first Pull Request and landing in your contributions. Our team will reach out with any reviews or feedbacks that we have shortly. We recommend joining our Slack Community and share your PR on the #community channel to share your contributions with us. Please make sure you are following our contributing guidelines and our Code of Conduct.
I have read the CLA Document and I hereby sign the CLA |
48d8c31
to
c7e1bbb
Compare
c7e1bbb
to
3b1e979
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great set of changes!
The stream timeout is now properly implemented, and you AWS validated a lot of tests! 🔝
I only posted a few questions and nitpicks.
If you want to go the extra mile you could try migrating them to snapshot tests too. 🙂
Once the PR is merged, I will migrate the fix to the upcoming ASF migration in #6166.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! The tests now even are snapshot tested! I only found small nitpicks (see the comments).
Also the enhanced test seems to fail when running against our Pro extensions.
0be8d7a
to
6aea352
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! As soon as the tests are through, we're ready to merge! 🥳
…, adds a test for it
…s tests, reduced patched timeout from PR comments
6aea352
to
670c5cb
Compare
Summary
Fixes an issue where a SubscribeToShard is cut too early - now set to 5min.
Additionally added aws validated test marks and a basic kinesis stream tags test.
Test
test_subscribe_to_shard_timeout
Related
Fixes: #5830