pulumi/tests/integration
bors[bot] 6dd2b02691
Merge #12643 #12656 #12658
12643: Fix config set-all saving secret provider configuration r=Frassle a=Frassle

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Clean up some more hidden loading of config files in `getStackEncrypter`/`getStackDecrypter` that could cause the config file to change due to secret provider initialization. Importantly this was missed in `config set-all` where we would load the config file, then later on call `getStackEncrypter` which would initialize the secrets config and save it to disk, but not return that information back up to "set-all" which then overwrote it with the config structure that it had been building. This could result in secret values written to the config file but without saving their salt meaning they could never correctly be decrypted.

Fixes https://github.com/pulumi/pulumi/issues/12632.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Cloud,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


12656: Fix panic in archive diff r=Frassle a=Frassle

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Fixes https://github.com/pulumi/pulumi/issues/12655.

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Cloud,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


12658: Log that we're falling back to get.pulumi.com r=Frassle a=Frassle

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Currently the "GitHub rate limit exceeded, try again in XmYs." errors look pretty bad because it's not clear that we then fallback got get.pulumi.com for our plugins when hitting this error. Adding this log line so it's a bit clearer what's going on when reading log files back.

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2023-04-12 14:30:07 +00:00
..
about Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
aliases all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
cloud_secrets_provider Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
component_provider_schema Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
config_basic Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
config_capture_e2e/nodejs Changing build.proj to run all languages and tests on windows 2020-01-27 21:16:37 +02:00
config_secrets_warn Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
construct_component Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
construct_component_error_apply Update @types/node version in tests 2023-02-07 14:20:27 +00:00
construct_component_methods [sdk/go] Track rehydrated components as dependencies 2023-03-24 13:49:10 -07:00
construct_component_methods_errors Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
construct_component_methods_resources Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
construct_component_methods_unknown Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
construct_component_output_values Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
construct_component_plain Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
construct_component_provider Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
construct_component_slow Update @types/node version in tests 2023-02-07 14:20:27 +00:00
construct_component_unknown Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
construct_nested_component/go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
custom_timeouts Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
delete_before_create Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
deleted_with all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
dependency_steps Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
double_pending_delete Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
duplicate_urns Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
dynamic Pass PULUMI_CONFIG through to provider plugins 2023-04-05 10:17:18 +01:00
ee_perf Use prefered `new pulumi.Config()` form 2019-01-31 16:11:57 -08:00
empty Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
enums [sdk/python] Fix enum test for python 11 behavior change 2023-03-22 07:23:46 -07:00
exclude_protected Implement the --exclude-protected feature (#8359) 2021-11-15 11:45:14 -08:00
explicit_provider Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
gather_plugin all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
get_created Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
get_resource all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
go Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
invalid_package_json Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
large_resource Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
nodejs Merge #12318 #12319 2023-04-12 13:57:36 +00:00
partial_state Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
partial_values Propagate inputs to outputs during preview. (#3327) 2019-11-11 12:09:34 -08:00
policy unused: Remove unused functions and types 2023-01-12 09:55:34 -08:00
printf Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
project_main Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
project_main_abs Enable absolute and relative parent paths for pulumi main (#6734) 2021-04-08 21:39:52 -07:00
project_main_parent/foo Enable absolute and relative parent paths for pulumi main (#6734) 2021-04-08 21:39:52 -07:00
protect_resources Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
provider_secret_config Enable full strict mode. (#3218) 2019-09-11 16:21:35 -07:00
python fix: handle exception for main not found in python (#10617) 2022-09-07 08:42:38 -07:00
python_await [sdk/python] - Await all async tasks (#6606) 2021-03-30 10:56:17 -07:00
query Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
read Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
recreate_resource_check Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
refresh/go Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
resource_refs_get_resource all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
rotate_passphrase Bump go-git to v5.6.0 to remove cgo dependency fixing 2023-02-28 16:01:31 -08:00
secret_outputs [sdk/python] Fix secret regression (#5496) 2020-10-01 14:57:51 -07:00
single_resource Suppress JSON outputs in preview correctly (#2771) 2019-05-25 12:10:38 +02:00
stack_bad_parenting Consistent dependencies (#2517) 2019-03-05 20:34:51 -08:00
stack_dependencies Remove existing lock files 2018-11-12 15:33:58 -08:00
stack_outputs Remove dotnet 2022-12-13 16:13:53 +00:00
stack_parenting Consistent dependencies (#2517) 2019-03-05 20:34:51 -08:00
stack_project_name Actually fix the naming test (#10554) 2022-08-31 20:52:23 +01:00
stack_reference all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
stack_reference_multi/python Regression tests for StackReference in the Python SDK (#3913) 2020-02-17 10:40:46 -08:00
stack_reference_secrets/nodejs Remove dotnet 2022-12-13 16:13:53 +00:00
steps Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
targets all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
transformations Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
tsconfig Add tsconfig option to specify tsconfig path (#8452) 2021-11-22 11:42:39 -08:00
types Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
unsafe_snapshot_tests/bad_resource Update tests/integration/unsafe_snapshot_tests/bad_resource/resource.ts 2022-09-15 08:00:36 -07:00
.gitignore ci: Enable async component builds 2022-09-14 10:06:05 -07:00
appdash_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
component_setup.sh Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
integration_acceptance_test.go Rename "Smoke" test to "Acceptance" tests 2023-01-30 15:38:37 -05:00
integration_go_acceptance_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
integration_go_test.go [sdk/go] Track rehydrated components as dependencies 2023-03-24 13:49:10 -07:00
integration_nodejs_acceptance_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
integration_nodejs_test.go Pass PULUMI_CONFIG through to provider plugins 2023-04-05 10:17:18 +01:00
integration_python_acceptance_test.go all: Reformat with gofumpt 2023-03-03 09:00:24 -08:00
integration_python_test.go Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
integration_test.go Add regression test for #12632 2023-04-12 15:21:18 +01:00
integration_util_test.go all: Fix revive issues 2023-03-21 08:55:11 -07:00