Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

add all internal-tested operations as implemented #539

Merged
steffyP merged 2 commits intomainfrom
fix-not-implemented
Mar 28, 2023
Merged

add all internal-tested operations as implemented #539
steffyP merged 2 commits intomainfrom
fix-not-implemented

Conversation

@steffyP
Copy link
Member

@steffyP steffyP commented Mar 28, 2023

This PR marks operations as implemented, that are tested internally, but have been classified as "not implemented" before.

@bentsku made me aware, that some operations sometimes return a 501, even if implemented (and tested), see localstack/localstack#7981. In this special case the root cause is moto, which explicitly raises NotImplementedError if some special parameters are used.

While running the script locally, I realized that some operations of services that are extended in pro, also seem to be wrongly classified now. Need to be further investigated.

@github-actions
Copy link

github-actions bot commented Mar 28, 2023

🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-539.surge.sh 🎊

@steffyP steffyP requested a review from alexrashed March 28, 2023 12:47
@steffyP steffyP marked this pull request as ready for review March 28, 2023 12:47
@steffyP steffyP requested a review from HarshCasper March 28, 2023 12:47
Copy link
Member

@alexrashed alexrashed left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀 We should take a closer look at why the test data differs from the previous pipeline right after the v2 release.

@bentsku
Copy link
Contributor

bentsku commented Mar 28, 2023

LGTM! 🚀 We should take a closer look at why the test data differs from the previous pipeline right after the v2 release.

For S3, I'm currently fixing it, it was a patch that hadn't been migrated. It's the coverage docs helped us realise that!! Thanks again @steffyP 🙏

@steffyP steffyP merged commit 16a29f4 into main Mar 28, 2023
@steffyP steffyP deleted the fix-not-implemented branch March 28, 2023 16:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants