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

Make all tests use Swift concurrency #679

Merged
merged 5 commits into from
Jul 6, 2023
Merged

Make all tests use Swift concurrency #679

merged 5 commits into from
Jul 6, 2023

Conversation

adam-fowler
Copy link
Member

No description provided.

Comment on lines 74 to 91
/* .flatMapErrorThrowing { error in
switch error {
case let error as S3ErrorType:
switch error {
case .bucketAlreadyOwnedByYou:
return
case .bucketAlreadyExists:
// local stack returns bucketAlreadyExists instead of bucketAlreadyOwnedByYou
if !TestEnvironment.isUsingLocalstack {
throw error
}
default:
throw error
}
default:
throw error
}
}*/
Copy link
Member

Choose a reason for hiding this comment

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

Does this need to be removed?

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

Copy link
Member

Choose a reason for hiding this comment

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

Might be worth renaming the file to something other than just test


func testS3VirtualAddressing(_ urlString: String, config: AWSServiceConfig = S3ExtensionTests.s3.config) throws -> String {
/*
func testSelectObjectContent() throws {
Copy link
Member

Choose a reason for hiding this comment

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

Is this to be brought back in a future PR?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

Base automatically changed from non-ev-extensions to 7.x.x July 6, 2023 07:01
@adam-fowler adam-fowler merged commit efc2ada into 7.x.x Jul 6, 2023
@adam-fowler adam-fowler deleted the non-ev-tests branch July 6, 2023 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants