Skip to content
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

refresh SES snapshots #8991

Merged
merged 3 commits into from Aug 28, 2023
Merged

refresh SES snapshots #8991

merged 3 commits into from Aug 28, 2023

Conversation

bentsku
Copy link
Contributor

@bentsku bentsku commented Aug 25, 2023

Motivation

Refreshing SES snapshots which were older than 3 months

Changes

Spotted a little change in logic with AWS for some tests and adapted them.
Adapted some tests to run against AWS.

Some tests are still in an needs_fixing state because they can't run against AWS, it might be unknown instead though because of the sandbox account not allowing us to use everything.

f"Invalid tag value <{tag_value}>: only alphanumeric ASCII characters, '_', and '-' are allowed.",
)

response = call_moto(context)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved the tag validation before the call to moto because it seems AWS validates the tags before anything else

@bentsku bentsku self-assigned this Aug 25, 2023
@bentsku bentsku added aws:ses Amazon Simple Email Service semver: patch Non-breaking changes which can be included in patch releases labels Aug 25, 2023
@github-actions
Copy link

github-actions bot commented Aug 26, 2023

LocalStack Community integration with Pro

       2 files         2 suites   1h 21m 15s ⏱️
2 149 tests 1 671 ✔️ 478 💤 0
2 150 runs  1 671 ✔️ 479 💤 0

Results for commit a1c7b14.

♻️ This comment has been updated with latest results.

@coveralls
Copy link

Coverage Status

coverage: 80.732% (+0.001%) from 80.731% when pulling 5959b29 on ses-refresh-snapshots into bc1aa90 on master.

@bentsku bentsku marked this pull request as ready for review August 26, 2023 10:45
Copy link
Member

@viren-nadkarni viren-nadkarni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a bunch for updating these!

tests/aws/services/ses/test_ses.py Outdated Show resolved Hide resolved
@bentsku bentsku merged commit d3525a3 into master Aug 28, 2023
25 checks passed
@bentsku bentsku deleted the ses-refresh-snapshots branch August 28, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:ses Amazon Simple Email Service semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants