-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fix events cron regex for schedule-expression param validation #12156
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
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 10m 2s ⏱️ - 42m 46s Results for commit 1971015. ± Comparison against base commit 2a9fdec. This pull request removes 1566 and adds 11 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
2be7b8f
to
6ef2376
Compare
6ef2376
to
1971015
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.
Thank you for the extended test coverage @anisaoshafi 💯
Thorough and clean ✨
Motivation
A user reported an inconsistent behaviour for events schedule-expression parameter validation between LS and AWS.
This caused the user to waste some time, since on LS the request succeeded, while it should have failed.
Previous result:
Expected result:
Changes
Testing
Existing test: tests_put_rule_with_schedule_cron successful ✅
New test: tests_put_rule_with_invalid_schedule_cron added.