Releases: nextest-rs/nextest
Releases Β· nextest-rs/nextest
nextest-runner 0.86.0
nextest-runner-0.86.0 [nextest-runner] version 0.86.0
cargo-nextest 0.9.103
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 thelibtest-json-plus
output, it is possible to distinguish between different test binaries based on the additionalnextest
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
nextest-runner-0.85.0 [nextest-runner] version 0.85.0
cargo-nextest 0.9.102
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
nextest-runner-0.85.0-rc.1 [nextest-runner] version 0.85.0-rc.1
cargo-nextest 0.9.102-rc.2
This is a test release.
cargo-nextest 0.9.102-rc.1
This is a test release.
nextest-runner 0.84.0
nextest-runner-0.84.0 [nextest-runner] version 0.84.0
cargo-nextest 0.9.101
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
nextest-runner-0.83.0 [nextest-runner] version 0.83.0