DORA and DevOps

Test run failure rate

Also known as Test run failure rate metric, Test run failure rate in DevOps

By WeavePublished 2 min read

Definition

Test run failure rate is a software delivery concept used to describe a specific event, interval, control, or operating condition in the path from source change to production behavior. A useful definition names the boundary, unit, and decision the measure supports.

How to use the concept

Use test run failure rate as a lens on the delivery system rather than as an isolated score. Segment by service, environment, release path, and change type when those distinctions affect risk or waiting. The same label can describe different operational realities if teams do not document the counting rule.

A concrete delivery example

Consider two services with the same test run failure rate value. One serves a small internal workflow and the other handles a public checkout path. Their numbers may be numerically comparable but operationally different, so the team should inspect volume, severity, user impact, and release mechanisms before drawing a conclusion.

Limitations and interpretation

Interpretation requires context. Test run failure rate can vary with service architecture, traffic, release strategy, and incident severity. Avoid comparing unlike populations or turning the number into an individual target. Use the result to choose an investigation and revisit the definition when the system changes.

Before acting on test run failure rate, compare the current observation with a compatible baseline and ask which underlying event produced it. Keep the raw records, counting policy, and ownership visible. When the signal changes, inspect the surrounding workflow for queueing, rework, failed checks, or recovery work. That practice makes the glossary term useful for diagnosis rather than a label attached to a dashboard.

How this relates to Weave

Weave's Engineering Intelligence can help teams examine test run failure rate alongside code, pull request, quality, and delivery context. That view is useful for finding the workflow behind a result and deciding what to investigate next. The underlying repository, deployment, incident, or observability system remains the source of truth for the event, and teams should confirm the available integrations before relying on any field.

Explore Engineering intelligence

Sources and further reading

  1. DORA software delivery performance metrics