Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2025

This PR contains the following updates:

Package Update Change
cargo-nextest patch 0.9.115 -> 0.9.116

Release Notes

nextest-rs/nextest (cargo-nextest)

v0.9.116: cargo-nextest 0.9.116

Compare Source

Added
  • Nextest now sets several new environment variables for each test execution:

    • NEXTEST_TEST_NAME: The name of the test being run.
    • NEXTEST_ATTEMPT: The current attempt number (starting from 1).
    • NEXTEST_TOTAL_ATTEMPTS: The total number of attempts that will be made.
    • NEXTEST_BINARY_ID: The binary ID of the test.
    • NEXTEST_ATTEMPT_ID: A unique identifier for this specific attempt.
    • NEXTEST_STRESS_CURRENT and NEXTEST_STRESS_TOTAL: For stress tests, the current and total iteration counts.

    These variables allow tests to be aware of their execution context, enabling conditional behavior based on retry attempts or stress test iterations.

    Thanks liranco for your first contribution! (#​2797)

  • With cargo nextest run --verbose, nextest now displays the command line used to run each test. Thanks dangvu0502 for your first contribution! (#​2800)

  • A new glossary page documents key nextest terminology.

Changed
  • The internal __NEXTEST_ATTEMPT environment variable has been removed and replaced by the public NEXTEST_ATTEMPT variable.

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

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

@github-actions
Copy link

☂️ 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: fdb8772 by action🐍

@eirnym eirnym merged commit 7c2c595 into main Dec 27, 2025
6 checks passed
@eirnym eirnym deleted the renovate/cargo-nextest-0.9.x branch December 27, 2025 14:01
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