Releases: nextest-rs/nextest
cargo-nextest 0.9.41-a.2
This is a test release.
cargo-nextest 0.9.41-a.1
This is a test release.
nextest-runner 0.27.0
Changed
See the changelog for cargo-nextest 0.9.39.
nextest-filtering 0.2.2
cargo-nextest 0.9.39
Added
-
On Unix platforms, if a process times out, nextest attempts to terminate it gracefully by sending it
SIGTERM
, waiting for a grace period of 10 seconds, and then sending itSIGKILL
. A custom grace period can now be specified through theslow-timeout.grace-period
parameter. For more information, see How nextest terminates tests.Thanks to Ben Kimock for your first contribution!
Internal improvements
- Updated clap to version 4.0.
nextest-runner 0.26.0
Changed
See the changelog for cargo-nextest 0.9.38.
cargo-nextest 0.9.38
Added
- Test retries now support fixed delays and exponential backoffs, with optional jitter. See Delays and backoff for more information. Thanks Tomas Olvecky for your first contribution!
Internal improvements
- Reading test data from standard output and standard error no longer buffers twice, just once. Thanks Jiahao XU for your first contribution!
Note to distributors: now that Rust 1.64 is out,
process_group_bootstrap_hack
is no longer supported or required. Please remove the following environment variables if you've set them:
RUSTC_BOOTSTRAP=1
RUSTFLAGS='--cfg process_group --cfg process_group_bootstrap_hack'
nextest-runner 0.25.0
Changed
See the changelog for cargo-nextest 0.9.37.
cargo-nextest 0.9.37
Added
- Support for a negative value for
--test-threads
/-j
, matching support in recent versions of
Cargo. A value of -1 means the number of logical CPUs minus 1, and so on. Thanks Onigbinde
Oluwamuyiwa Elijah for your first contribution! - Add a note to the help text for
--test-threads
indicating that its default value is obtained
from the profile. Thanks jiangying for your first contribution!
Changed
- Internal dependency target-spec bumped to 1.2.0 -- this means that newer versions of the windows
crate are now supported. - MSRV updated to Rust 1.62.
nextest-runner 0.24.0
Changed
See the changelog for cargo-nextest 0.9.36.