Skip to content

Releases: nextest-rs/nextest

cargo-nextest 0.9.41-a.2

25 Oct 23:55
Compare
Choose a tag to compare
Pre-release

This is a test release.

cargo-nextest 0.9.41-a.1

25 Oct 23:53
Compare
Choose a tag to compare
Pre-release

This is a test release.

nextest-runner 0.27.0

14 Oct 19:46
Compare
Choose a tag to compare

Changed

See the changelog for cargo-nextest 0.9.39.

nextest-filtering 0.2.2

14 Oct 19:44
Compare
Choose a tag to compare

Internal

  • Updated private dependency recursion to 0.3.0. Thanks Inanna for your contribution!

cargo-nextest 0.9.39

14 Oct 19:53
Compare
Choose a tag to compare

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 it SIGKILL. A custom grace period can now be specified through the slow-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

05 Oct 23:19
Compare
Choose a tag to compare

Changed

See the changelog for cargo-nextest 0.9.38.

cargo-nextest 0.9.38

05 Oct 23:19
Compare
Choose a tag to compare

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

30 Sep 18:27
Compare
Choose a tag to compare

Changed

See the changelog for cargo-nextest 0.9.37.

cargo-nextest 0.9.37

30 Sep 18:27
Compare
Choose a tag to compare

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

08 Sep 01:48
Compare
Choose a tag to compare

Changed

See the changelog for cargo-nextest 0.9.36.