krishvishal opened a new pull request, #3095:
URL: https://github.com/apache/iggy/pull/3095
## Which issue does this PR close?
Closes #3094
## Summary
- Add `scripts/ci/affected-crates.py` that uses `cargo metadata` + `git
diff` to compute affected crates via the workspace dependency DAG, then scopes
`cargo build` and `cargo nextest run` to only those crates
- Fix two detection blind spots: `core/iobuf` and `core/server-ng` were not
covered by any component in `components.yml`
- Split `rust-simulator` out of `rust-cluster` so simulator-only changes
don't trigger Python/Node/Go/Java/C# SDK tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]