SNS:v2 return pending confirmation on list subs#13666
Conversation
Test Results - Preflight, Unit23 088 tests +4 21 229 ✅ +4 6m 20s ⏱️ -16s Results for commit 276cd15. ± Comparison against base commit 582c9e8. This pull request removes 1 and adds 5 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Test Results - Alternative Providers206 tests 178 ✅ 2m 13s ⏱️ Results for commit 276cd15. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 1h 30m 11s ⏱️ Results for commit 276cd15. ♻️ This comment has been updated with latest results. |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 5m 29s ⏱️ - 56m 2s Results for commit 276cd15. ± Comparison against base commit 582c9e8. This pull request removes 2049 and adds 1 tests. Note that renamed tests count towards both.This pull request removes 224 skipped tests and adds 1 skipped test. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
bentsku
left a comment
There was a problem hiding this comment.
Nice addition! It seems there are testing leftovers, but once removed this is good to be merged 👍
tests/aws/services/sns/test_sns.py
Outdated
| # e_mail = "test@example.com" | ||
| e_mail = "bernhard.matyas@localstack.cloud" |
There was a problem hiding this comment.
nit: leftover testing values
| "tests/aws/services/sns/test_sns.py::TestSNSPublishCrud::test_publish_confirm_subscription": { | ||
| "last_validated_date": "2026-01-29T13:08:16+00:00", | ||
| "durations_in_seconds": { | ||
| "setup": 1.62, | ||
| "call": 138.99, | ||
| "teardown": 1.29, | ||
| "total": 141.9 | ||
| } | ||
| }, |
There was a problem hiding this comment.
nit: this seems to be a leftover, no test is named that way?
bentsku
left a comment
There was a problem hiding this comment.
LGTM, thanks for addressing the comments! 🚀 pushing parity to the limits 😄
Motivation
This PR ensures that in our v2 implementation subscriptions that are pending confirmation are returning the proper response when listing subscriptions
closes PNX-376
Changes
Tests
Related