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

fix SQS SetQueueAttributes when seting ContentBasedDeduplication #8398

Merged
merged 1 commit into from May 31, 2023

Conversation

thrau
Copy link
Member

@thrau thrau commented May 30, 2023

Fixes #8397. Looks like we mistakenly considered ContentBasedDeduplication to be an intrinsic property, but I added a couple of tests that show it can be updated and checked correctly when calling CreateQueue with different values of it.

@thrau thrau requested a review from baermat as a code owner May 30, 2023 18:43
@coveralls
Copy link

Coverage Status

Coverage: 82.711% (-0.002%) from 82.713% when pulling 44fbdbe on fix-8397-sqs-attribute into 73ca0ad on master.

@github-actions
Copy link

LocalStack Community integration with Pro

2 078 tests   1 796 ✔️  1h 19m 59s ⏱️
       2 suites     282 💤
       2 files           0

Results for commit 44fbdbe.

@thrau thrau added the semver: patch Non-breaking changes which can be included in patch releases label May 30, 2023
@thrau thrau merged commit c7dd479 into master May 31, 2023
26 of 27 checks passed
@thrau thrau deleted the fix-8397-sqs-attribute branch May 31, 2023 11:40
@dfangl dfangl added this to the 2.2 milestone Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

Unable to change ContentBasedDeduplication attribute on existing queue
4 participants