-
Notifications
You must be signed in to change notification settings - Fork 478
chore: Add a functional test for nested sensitives in the framework #3886
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
|
Account-level tests success for a0c32c5e2b6fc341ab10bef056489dc68769f9b0 |
|
Integration tests failure for a0c32c5e2b6fc341ab10bef056489dc68769f9b0 |
pkg/testfunctional/test_resource_plugin_framework_nested_sensitive_acceptance_test.go
Show resolved
Hide resolved
pkg/testfunctional/test_resource_plugin_framework_nested_sensitive_acceptance_test.go
Outdated
Show resolved
Hide resolved
pkg/testfunctional/test_resource_plugin_framework_nested_sensitive_acceptance_test.go
Outdated
Show resolved
Hide resolved
…tring formatting.
|
Account-level tests success for 8a48b087aae4cccf82fdd94690d5e94070f94f58 |
|
Integration tests cancelled for 8a48b087aae4cccf82fdd94690d5e94070f94f58 |
|
Account-level tests success for 389178ad3a3b93ba8861190cbd739d6ddc80b930 |
|
Integration tests success for 389178ad3a3b93ba8861190cbd739d6ddc80b930 |
🤖 I have created a release *beep* *boop* --- ## [2.5.0](v2.4.0...v2.5.0) (2025-08-07) ### 🎉 **What's new:** * Add listing resource implementation ([#3893](#3893)) ([75ba6a7](75ba6a7)) * Support setting `storage_aws_external_id` in storage integration resource ([#3659](#3659)) ([62d561b](62d561b)) ### 🔧 **Misc** * Account test assert follow up ([#3815](#3815)) ([64d3a07](64d3a07)) * Add 2025_04 BCR migration guide ([#3855](#3855)) ([24aaa44](24aaa44)) * Add a functional test for nested sensitives in the framework ([#3886](#3886)) ([f1eb135](f1eb135)) * Add note that TOML file is distinct from CLI and SnowSQL ones ([#3775](#3775)) ([9e45bc5](9e45bc5)) * Add open api spec for warehouse ([#3892](#3892)) ([df8c26c](df8c26c)) * Add REST API PoC for warehouse resource ([#3891](#3891)) ([901cc4a](901cc4a)) * Adjust grant privileges to share test ([#3905](#3905)) ([c603137](c603137)) * Adjust or remove tests using enabled by default bcr bundles ([#3909](#3909)) ([e6bf3ac](e6bf3ac)) * Checkout to the commit SHA from the slash command ([#3897](#3897)) ([42f6465](42f6465)) * Documentation improvements ([#3901](#3901)) ([94cc28a](94cc28a)) * Fix migration guide ([#3841](#3841)) ([9d34d89](9d34d89)) * Generate warehouse resource from OpenAPI with HashiCorp tools ([#3895](#3895)) ([d08db34](d08db34)) * Implement PoC for managing warehouse using terraform plugin framework ([#3888](#3888)) ([69f9c96](69f9c96)) * Listing basic resource with autogenerated content ([#3885](#3885)) ([c11882a](c11882a)) * Listings integration tests ([#3873](#3873)) ([640cf8c](640cf8c)) * Remove old framework config ([#3889](#3889)) ([7a8d92f](7a8d92f)) * Simplify listing manifests ([#3902](#3902)) ([3e9cdf9](3e9cdf9)) * Sweepers and Test workflow changes ([#3881](#3881)) ([302dc88](302dc88)) ### 🐛 **Bug fixes:** * Fix acceptance tests identifier setup ([#3911](#3911)) ([93d4d9c](93d4d9c)) * Fix BCR tests ([#3916](#3916)) ([53725bd](53725bd)) * Fix secondary connection read ([#3914](#3914)) ([99eb947](99eb947)) * Fix the default authenticator when the token is set ([#3899](#3899)) ([4122d73](4122d73)) * Fix using lowercased network policies in security integrations ([#3867](#3867)) ([941c918](941c918)) * Listing tests fix ([#3912](#3912)) ([d00f5f8](d00f5f8)) * permadiff when granting privileges to shares on non-standard tables ([#3859](#3859)) ([d8d311b](d8d311b)) * schema default ddl collation handling ([#3907](#3907)) ([ea2c10d](ea2c10d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: terraform-provider-release[bot] <205196624+terraform-provider-release[bot]@users.noreply.github.com>
Add a functional test proving that nested sensitive are properly protected by the framework.