-
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
Detailed diff in cross tests #2366
Detailed diff in cross tests #2366
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2366 +/- ##
==========================================
- Coverage 57.66% 57.65% -0.01%
==========================================
Files 369 369
Lines 50148 50148
==========================================
- Hits 28918 28914 -4
- Misses 19650 19654 +4
Partials 1580 1580 ☔ View full report in Codecov by Sentry. |
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
This PR has been shipped in release v3.91.0. |
This exposes the detailed diff in the cross-test interface for both TF and Pulumi allowing us to write tests which assert on that.
Also adds a cross-test for #1696 for the existing
TestChangingMaxItems1FilterProperty
. This is one of the cases where the detailed diff is load-bearing for the diff decision. The cross test verifies that TF also finds a diff here, so our core diff algorithm must be making the wrong decision.Related to #2293