Skip to main content

Module rust_runner_attempt

Module rust_runner_attempt 

Source
Expand description

Exact attempt identity exposed by Rust test runners.

Runner identity is an input contract, not an output heuristic. Standard Cargo/libtest has one attempt. Nextest exposes exact list/run and retry identity to target runners; partial identity and unsupported stress axes fail before user test execution.

Structs§

NextestAttemptIdentity
NextestInvocationIdentity
RustRunnerAttemptError

Enums§

RustRunnerInvocationIdentity

Constants§

MAXIMUM_NEXTEST_ATTEMPT_VERSION
MINIMUM_NEXTEST_ATTEMPT_VERSION
VERIFIED_NEXTEST_ATTEMPT_VERSIONS

Functions§

classify_rust_runner_environment
classify_rust_runner_environment_from
parse_nextest_version_output
validate_nextest_version