deps: github.com/aws/aws-sdk-go@v1.30.12 [v0.12]#24744
Merged
deps: github.com/aws/aws-sdk-go@v1.30.12 [v0.12]#24744
Conversation
Contributor
|
#24759 will enable circleci on this branch so we can run the rest of the test suite. |
bflad
added a commit
that referenced
this pull request
Apr 24, 2020
Updated via: ```console $ go get github.com/aws/aws-sdk-go@v1.30.12 $ go mod tidy $ go mod vendor ``` Output from acceptance testing: ```console $ TF_ACC=1 go test -v ./backend/remote-state/s3 | grep '^--- ' --- PASS: TestBackend_impl (0.00s) --- PASS: TestBackendConfig (1.78s) --- PASS: TestBackendConfig_invalidKey (0.00s) --- PASS: TestBackendConfig_invalidSSECustomerKeyLength (0.00s) --- PASS: TestBackendConfig_invalidSSECustomerKeyEncoding (0.00s) --- PASS: TestBackendConfig_conflictingEncryptionSchema (0.00s) --- PASS: TestBackend (16.08s) --- PASS: TestBackendLocked (23.47s) --- PASS: TestBackendSSECustomerKey (15.35s) --- PASS: TestBackendExtraPaths (11.74s) --- PASS: TestBackendPrefixInWorkspace (5.68s) --- PASS: TestKeyEnv (43.35s) --- PASS: TestRemoteClient_impl (0.00s) --- PASS: TestRemoteClient (6.16s) --- PASS: TestRemoteClientLocks (13.90s) --- PASS: TestForceUnlock (17.03s) --- PASS: TestRemoteClient_clientMD5 (14.93s) --- PASS: TestRemoteClient_stateChecksum (21.08s) ```
d726475 to
d051f41
Compare
Contributor
Author
|
Rebased as requested. 👍 |
Contributor
|
Look at those fancy tests 😍 thank you so much @bflad! |
mildwonkey
approved these changes
Apr 27, 2020
Contributor
mildwonkey
left a comment
There was a problem hiding this comment.
We don't have immediate plans for another 0.12* release, but if we do this will be included!
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.12 branch PR
Reference: #24741
Changes:
Updated via:
Output from acceptance testing: