Skip to content

Conversation

@PiotrKorkus
Copy link
Contributor

No description provided.

PiotrKorkus and others added 19 commits June 12, 2025 10:04
* Add generic ResultEntry class

---------

Co-authored-by: Igor Ostrowski <igor.ostrowski@int2code.com>
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.
@dcalavrezo-qorix dcalavrezo-qorix self-requested a review August 29, 2025 14:11
@dcalavrezo-qorix dcalavrezo-qorix merged commit 228d6ea into eclipse-score:main Aug 29, 2025
1 check passed
@PiotrKorkus PiotrKorkus mentioned this pull request Sep 24, 2025
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.

4 participants