testing: refactor CIT structure and cleanup#70
Merged
vinodreddy-g merged 1 commit intoeclipse-score:mainfrom Feb 4, 2026
Merged
testing: refactor CIT structure and cleanup#70vinodreddy-g merged 1 commit intoeclipse-score:mainfrom
vinodreddy-g merged 1 commit intoeclipse-score:mainfrom
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
src/xtask/src/main.rs
Outdated
| run_build( | ||
| "debug_build", | ||
| &["build", "--manifest-path", "component_integration_tests/rust_test_scenarios/Cargo.toml"], | ||
| &["build", "--manifest-path", "tests/rust_test_scenarios/Cargo.toml"], |
Contributor
There was a problem hiding this comment.
rust_test_scenarios -> test_scenarios/rust. Also in some other places.
Move to `tests` Simplyfy structure and naming Remove unnecessary files Clenaup imports
7672a2b to
c1781b6
Compare
igorostrowskiq
approved these changes
Dec 19, 2025
vinodreddy-g
approved these changes
Feb 4, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Move to
testsSimplyfy structure and naming
Remove unnecessary files
Clenaup imports
Notes for Reviewer
Pre-Review Checklist for the PR Author
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #