Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2026

This PR contains the following updates:

Package Update Change
cargo-nextest patch 0.9.1160.9.117

Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.117: cargo-nextest 0.9.117

Compare Source

Added
  • Experimental support for running benchmarks via cargo nextest bench. Set NEXTEST_EXPERIMENTAL_BENCHMARKS=1 to enable.

    Benchmarks have a separate configuration namespace with dedicated slow-timeout and global-timeout settings:

    [bench]
    slow-timeout = { period = "120s", terminate-after = 2 }
    global-timeout = "1h"

    Per-test overrides are also supported within the [bench] section.

  • The list command now supports --message-format oneline for grep-friendly output.

  • Nextest now accepts --target host-tuple to explicitly target the host platform, mirroring Cargo's new feature. This resolves to the detected host triple at runtime. (#​2872)

Changed
  • The default output style for cargo nextest list has been changed to a new auto value, which is equivalent to human (the previous default) if standard output is an interactive terminal, and oneline if not.
Fixed
  • Fixed a panic when reporting test results with on-timeout = "pass" in slow-timeout configuration.

  • Retry attempts for tests that both fail and leak handles now correctly display as TRY n FL+LK instead of TRY n FAIL.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Jan 2, 2026

TestsPassed ✅SkippedFailed
Deku String1669 ran1669 passed0 skipped0 failed
Deku String1698 ran1698 passed0 skipped0 failed

@github-actions
Copy link

github-actions bot commented Jan 2, 2026

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
645 645 100% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 72f5f91 by action🐍

@eirnym eirnym merged commit 7135232 into main Jan 2, 2026
6 checks passed
@eirnym eirnym deleted the renovate/cargo-nextest-0.9.x branch January 2, 2026 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants