-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CFNV2: fix remaining transform tests #13010
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 21m 17s ⏱️ - 1h 22m 43s Results for commit ab6f2d7. ± Comparison against base commit 3f463b5. This pull request removes 4078 tests.
♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 33m 56s ⏱️ Results for commit ab6f2d7. ♻️ This comment has been updated with latest results. |
fc021c5
to
e6d889f
Compare
875931e
to
a69f74c
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.
LGTM. just one question before merging.
@@ -152,7 +155,7 @@ def to_change_action(self) -> ChangeAction: | |||
|
|||
class ChangeSetEntity(abc.ABC): | |||
scope: Final[Scope] | |||
change_type: Final[ChangeType] | |||
change_type: ChangeType |
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.
Is this necessary?
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.
Yes because we overwrite it in the provider and the type checker complains if we leave the final in
a7f4742
to
976fad7
Compare
976fad7
to
ab6f2d7
Compare
ab6f2d7
to
f9e466d
Compare
Motivation
With #12966 a couple of transform tests were left unskipped
Changes
test_update_stack_with_same_template_withoutchange_transformation
!)