-
Notifications
You must be signed in to change notification settings - Fork 4
Sync Qorix fork to SCORE #3
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
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
Publish the repo as package
* Add generic ResultEntry class --------- Co-authored-by: Igor Ostrowski <igor.ostrowski@int2code.com>
Build scenarios binary
Wall clock was replaced with monotonic clock Early conversion makes it easier for logging and later processing
This will allow chaining of get_logs_by_field calls
…pi_change Return LogContainer object for get_logs_by_field
- Add grouping logs - New bin location after cargo build
- Full `README.md` with description, examples and development instructions. - `pyproject.toml` - improved description, moved pytest to deps, version bump to 0.1.0. - All visible symbols consistently defined by `__all__`. - `cargo_tools.py` - tools for interacting with Cargo. - Processing based on Cargo metadata. - `scenario.py` - test scenario runtime, providing base pytest class definition and fixtures. - `log_container.py` - Added docs. - Added type hints. - Added `add_log` for single and many entries. - Log entries are strictly copied. - `result_entry.py` - fixed autocompletion issues. - Expanded `LogContainer` and `ResultEntry` tests. - Created `cargo_tools` tests.
- Version bump to "0.1.1". `log_container.py`: - Allow exact and regex matching in filters. - Improved `log_container` module docs - uniform phrasing, minor fixes, description of parameters. - Removed `contains_id` function - it was specific to a single orch test, and duplicated responsibility with `contains_log`. - Removed `clear_logs` - duplicate functionality with `LogContainer()`. - `remove_logs` is now providing filtered copy of `LogContainer`. Tests: - Renamed `test_log_container_and_result_entry.py` to `test_log_container.py` - Full public `LogContainer` APIs tests.
* impl: Test scenario runner libraries - Add Bazel to repo with exposed targets. - Add C++ test scenario runner - including unit tests. - With C++ replacement for tracing library. - Add Rust test scenario runner - including unit tests. * impl: Update README.md README.md is now updated to reflect recent changes. * impl: post-review fix - Added tracing mutex. - Code quality fixes. * impl: add command fixture - for test reports * impl: removed mutex, used newline+flush for messages
Add script for crate structure analysis and comparison with older results
For bool settings changed also functions to properties in the Scenario class.
igorostrowskiq
approved these changes
Aug 29, 2025
dcalavrezo-qorix
approved these changes
Aug 29, 2025
Closed
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.
No description provided.