-
Notifications
You must be signed in to change notification settings - Fork 1
Add integration tests for migration and transformation scenarios #33
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
Merged
Conversation
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
…d field addition transformations
Dependency ReviewThe following issues were found:
License Issuesaether-datafixers-functional-tests/pom.xml
OpenSSF ScorecardScorecard details
Scanned Files
|
- Introduced `integration-tests` workflow for E2E and integration testing on Java 17 and 21. - Configured Maven Failsafe Plugin with `it` profile to enable integration tests. - Set up `skipITs` property to skip ITs by default, with an option to enable them via `it` profile.
- Extracted `pull_request` logic to a new `ci-pr.yml` file for better separation of concerns. - Updated `ci.yml` to handle only `push` events. - Preserved integration tests and reporting logic, now scoped specifically to pull request events.
- Removed redundant jobs and permissions from `ci-push.yml` and `ci-pr.yml`. - Standardized artifact names for unit tests and integration test reports. - Enhanced modularity with streamlined code quality and dependency check steps.
- Standardized artifact naming for both unit and integration test XMLs. - Introduced dedicated jobs for publishing test reports (`unit-report`, `reports`) with consolidated XML data. - Added report paths and check configurations to improve workflow clarity and feedback.
…prevent report double-counting.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This pull request introduces new integration tests to ensure the following scenarios are working as expected:
These tests increase confidence in the system's reliability under common and edge cases.