-
Notifications
You must be signed in to change notification settings - Fork 80
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
chore: Rename filenames of integ tests & Improve EventBridge SigV4A integ tests #1375
chore: Rename filenames of integ tests & Improve EventBridge SigV4A integ tests #1375
Conversation
…revent concurrent modifications to same event buses during Github CI.
@@ -11,7 +11,7 @@ import AWSS3 | |||
import AWSClientRuntime | |||
|
|||
// Please provide your-access-key and your-secret-key in Resources/credenitals | |||
class ProcessCredentialProviderTests: XCTestCase { | |||
class ProcessAWSCredentialIdentityResolverTests: XCTestCase { |
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.
Should the file be renamed to match the test class?
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.
Fixed to match the name.
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.
Approved pending green build
Issue #
Description of changes
EventBridge SigV4 integration test improvement:
This is required to allow Github CI to run the tests in multiple platforms in parallel. Otherwise, spurious failures may occur due to concurrent modifications to the same eventbuses.
Rename integration tests that used to use "credentials provider" naming convention to now use "aws credential identity resolver" naming convention.
New/existing dependencies impact assessment, if applicable
Conventional Commits
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.