-
Notifications
You must be signed in to change notification settings - Fork 43
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
PF Diff cross-tests for computed set attributes #2639
Conversation
This change is part of the following stack: Change managed by git-spice. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2639 +/- ##
=======================================
Coverage 69.97% 69.97%
=======================================
Files 367 367
Lines 44503 44503
=======================================
Hits 31140 31140
Misses 11734 11734
Partials 1629 1629 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
02da7bc
to
3e81b9c
Compare
a01b833
to
7ecd0a5
Compare
~ resource "testprovider_test" "res" { | ||
id = "test-id" | ||
~ key = [ | ||
+ "val2", |
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.
Nice
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p] | ||
~ keys: [ | ||
[0]: "val1" | ||
~ [1]: "val3" => "val2" |
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.
This made me squint but it makes sense.
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.
Spot checking a few looks great. Can't say I read all of these. Please comment on what needs particular attention.
7ecd0a5
to
fd5a1e8
Compare
This PR has been shipped in release v3.96.0. |
This PR adds cross-tests for computed set attributes in PF. Similar to #2638 but for set attributes, not blocks.