-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
deps: github.com/aws/aws-sdk-go@v1.30.12 [v0.12] #24744
Conversation
#24759 will enable circleci on this branch so we can run the rest of the test suite. |
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
Rebased as requested. 👍 |
Look at those fancy tests 😍 thank you so much @bflad! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
v0.12 branch PR
Reference: #24741
Changes:
Updated via:
Output from acceptance testing: