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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
// ErrorCheck allows providers the option to handle errors such as skipping
// tests based on certain errors.
Certain providers may wish to always require this functionality in testing to skip acceptance test errors for known environmental issues (such as running in environments with known limited functionality).
* deps: Bump github.com/hashicorp/terraform-plugin-sdk/[email protected]
Updated via:
```
go get github.com/hashicorp/terraform-plugin-sdk/[email protected]
go mod tidy
go mod vendor
```
* deps: Bump github.com/hashicorp/terraform-plugin-sdk@v1-maint
To prevent `go-getter` errors.
Updated via:
```
go get github.com/hashicorp/terraform-plugin-sdk@v1-maint
go mod tidy
go mod vendor
```
* New Extra Check: XAT001: check for TestCase missing ErrorCheck
Reference: #226
Mikechoi78
added a commit
to Mikechoi78/tfproviderlint
that referenced
this issue
May 23, 2022
* deps: Bump github.com/hashicorp/terraform-plugin-sdk/[email protected]
Updated via:
```
go get github.com/hashicorp/terraform-plugin-sdk/[email protected]
go mod tidy
go mod vendor
```
* deps: Bump github.com/hashicorp/terraform-plugin-sdk@v1-maint
To prevent `go-getter` errors.
Updated via:
```
go get github.com/hashicorp/terraform-plugin-sdk@v1-maint
go mod tidy
go mod vendor
```
* New Extra Check: XAT001: check for TestCase missing ErrorCheck
Reference: bflad/tfproviderlint#226
Community Note
Description
Terraform Plugin SDK v2.3.0 added
helper/resource.TestCase.ErrorCheck
, which is described as:Certain providers may wish to always require this functionality in testing to skip acceptance test errors for known environmental issues (such as running in environments with known limited functionality).
New Check
Flagged Provider Code
Passing Provider Code
References
The text was updated successfully, but these errors were encountered: