Skip to content

Releases: nextest-rs/nextest

nextest-runner 0.86.0

25 Aug 00:39
Compare
Choose a tag to compare
nextest-runner-0.86.0

[nextest-runner] version 0.86.0

cargo-nextest 0.9.103

25 Aug 00:47
Compare
Choose a tag to compare

Added

  • Initial support for stress tests: running tests a large number of times in a loop.

Changed

  • The libtest-json-plus output now produces test results immediately rather than at the end of the run. This is allowed by the fact that with the libtest-json-plus output, it is possible to distinguish between different test binaries based on the additional nextest property.

    Thanks to dnbln for your first contribution!

Fixed

  • The heuristic detection for panicked at in tests now handles the new output format in Rust nightlies (Rust 1.91 and above): on Unix platforms, the thread ID is now also included.

    Thanks again to dnbln for fixing this.

nextest-runner 0.85.0

03 Aug 20:54
Compare
Choose a tag to compare
nextest-runner-0.85.0

[nextest-runner] version 0.85.0

cargo-nextest 0.9.102

03 Aug 20:54
Compare
Choose a tag to compare

Added

  • Windows releases are now digitally signed. Thanks to the SignPath Foundation for signing nextest's Windows builds.

Known issues

  • Nextest's test suite can nondeterministically hang on machines with a large number of cores. This is a bug in Cargo 1.88, and is fixed in Cargo 1.89. See #2463 for more information.

nextest-runner 0.85.0-rc.1

03 Aug 07:16
Compare
Choose a tag to compare
Pre-release
nextest-runner-0.85.0-rc.1

[nextest-runner] version 0.85.0-rc.1

cargo-nextest 0.9.102-rc.2

03 Aug 07:37
Compare
Choose a tag to compare
Pre-release

This is a test release.

cargo-nextest 0.9.102-rc.1

03 Aug 07:16
Compare
Choose a tag to compare
Pre-release

This is a test release.

nextest-runner 0.84.0

12 Jul 01:10
Compare
Choose a tag to compare
nextest-runner-0.84.0

[nextest-runner] version 0.84.0

cargo-nextest 0.9.101

12 Jul 01:15
Compare
Choose a tag to compare

Fixed

  • Restored compatibility with Cargo's unstable bindeps feature in some circumstances.

Changed

  • Tokio downgraded to 1.45.0 to try and get to the bottom of hangs in some configurations. If you encounter nextest 0.9.100 or 0.9.101 getting stuck, please comment in #2463. Thank you!
  • MSRV updated to Rust 1.86.

nextest-runner 0.83.0

07 Jul 19:17
Compare
Choose a tag to compare
nextest-runner-0.83.0

[nextest-runner] version 0.83.0