You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference: #121
This is to prevent situations where warning diagnostics in other attributes are skipped based on when an error diagnostic might be non-deterministically found.
…123)
Reference: #121
This is to prevent situations where warning diagnostics in other attributes are skipped based on when an error diagnostic might be non-deterministically found.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Module version
Post #102 merge
Relevant framework source code
Expected Behavior
Consistent unit test results.
Actual Behavior
Race condition based on non-deterministic map access. If
name
is accessed early (and therefore returns its error diagnostic):Steps to Reproduce
go test -count=10 -race -run='TestServerPlanResourceChange/attr_plan_modifiers_diags' ./tfsdk
References
The text was updated successfully, but these errors were encountered: