Skip to content

Make wording more accurate.

gitlab-qa-bot requested to merge improve-bisect-wording into master

Created by: myronmarston

The existing wording was confusing for this situation:

  • You have two specs, a and b.
  • Spec a always fails.
  • Spec b fails only if a runs first.

In such a situation, your failures are order dependent, but our bisector printed "failure is not order dependent", which was quite confusing. The new wording, "failures(s) do not require any non-failures to run first" is more accurate.

Merge request reports