Added
-
A new
runningprogress mode that shows currently running tests in addition to the progress bar. Use--show-progress=runningto see both running tests and information about successful tests, or--show-progress=onlyfor a more compact output showing only running tests, without displaying any output related to successful tests.Thanks glehmann for your first contribution!
-
The
cargo nextest archivecommand now supports binary filtering via the--filtersetor-Eoptions. This allows you to reduce the size of archives by including only a subset of test binaries. Note that test binaries are not executed during archiving, sotest()predicates are not supported.Thanks clundin55 for your first contribution!
Fixed
- Improvements to
--show-progress=counterfor better output formatting and reliability.
Other improvements
- USDT probes now include additional events:
- Updated
run-startandrun-doneevents to include stress run information. - New
stress-sub-run-startandstress-sub-run-doneevents for tracking individual stress run iterations. - Test completion events now include
stdout_lenandstderr_lenfields for output size tracking.
- Updated