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

chore(e2e-aws-tests): split to modules #1913

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

Oleksiivanov
Copy link
Contributor

@Oleksiivanov Oleksiivanov commented Feb 6, 2024

Description

This PR splits the end-to-end AWS tests into separate modules for Lambda, SNS, SQS, DynamoDB, and EventBridge, enhancing maintainability and scalability. Each service now has its own module.

Created individual modules for each AWS service.
Updated connectors-e2e-test-aws-base/pom.xml with common dependencies.
Moved utility classes for broader use across modules.

Added Maven JAR Plugin to generate test JARs in the test-compile phase. This facilitates sharing test classes across modules, enhancing reusability and reducing redundancy

DynamoDB tests will be added in the next PR

@Oleksiivanov Oleksiivanov self-assigned this Feb 6, 2024
@Oleksiivanov Oleksiivanov force-pushed the split-e2e-aws-to-modules branch 4 times, most recently from b190a48 to bc8bde6 Compare February 6, 2024 16:24
@Oleksiivanov Oleksiivanov marked this pull request as ready for review February 6, 2024 16:48
@Oleksiivanov Oleksiivanov requested a review from a team as a code owner February 6, 2024 16:48
sbuettner
sbuettner previously approved these changes Feb 6, 2024
Copy link
Contributor

@sbuettner sbuettner left a comment

Choose a reason for hiding this comment

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

Thanks for taking care

@Oleksiivanov Oleksiivanov added this pull request to the merge queue Feb 6, 2024
Merged via the queue into main with commit c49b243 Feb 6, 2024
4 checks passed
@Oleksiivanov Oleksiivanov deleted the split-e2e-aws-to-modules branch February 6, 2024 17:22
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