github nextest-rs/nextest cargo-nextest-0.9.87
cargo-nextest 0.9.87

latest releases: cargo-nextest-0.9.143, nextest-runner-0.122.1, cargo-nextest-0.9.142...
20 months ago

Changed

  • On Windows, if a Ctrl-C is received and running tests don't terminate within the
    grace period (default 10 seconds), they're now forcibly terminated via a job
    object. Previously, nextest would wait indefinitely for tests to exit, unlike
    the behavior on Unix platforms where tests are SIGKILLed after the grace period.
  • The UI has also been updated to make it clearer when tests are forcibly
    terminated on Windows.

Fixed

  • Fixed a race condition between test cancellation and new tests being started.
    Now, once cancellation has begun, no new tests (or retries) will be started.

Don't miss a new nextest release

NewReleases is sending notifications on new releases.