Skip to content
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

don't lose track of private data in the ACC tests #22837

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

jbardin
Copy link
Member

@jbardin jbardin commented Sep 18, 2019

If the resource schema version is > 0, the metadata containing the
timeout values was overwritten during acceptance tests.

Closes #22810

If the resource schema version is > 0, the metadata containing the
timeout values was overwritten during acceptance tests.
@jbardin jbardin added the sdkv1 [PRs only] Marks changes that may potentially need to be ported to the plugi nSDK label Sep 18, 2019
@jbardin jbardin requested a review from a team September 18, 2019 18:01
fmt.Println(s)
return nil
},
),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just removing an old debug print statement

@ewbankkit
Copy link
Contributor

@jbardin I verified the changes to helper/resource/state_shim.go as part of testing of hashicorp/terraform-provider-aws#10114.
I upped a resource-level delete timeout to 30 mins and verified that it overrode the default 20 minute value.

@jbardin jbardin merged commit 0dd4b3b into master Sep 25, 2019
@jbardin jbardin deleted the jbardin/test-timeouts branch September 25, 2019 14:46
kmoe pushed a commit to hashicorp/terraform-plugin-sdk that referenced this pull request Sep 27, 2019
kmoe added a commit to hashicorp/terraform-plugin-sdk that referenced this pull request Sep 27, 2019
don't lose track of private data in the ACC tests (cherry-pick hashicorp/terraform#22837)
@appilon appilon removed the sdkv1 [PRs only] Marks changes that may potentially need to be ported to the plugi nSDK label Oct 23, 2019
@ghost
Copy link

ghost commented Oct 26, 2019

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.

@ghost ghost locked and limited conversation to collaborators Oct 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource-level customizable timeouts not being respected
4 participants