You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
In short, a failing subtest produces a failure message for itself as well as its parent. This is problematic when e.g. using automation to file issues as we do in CockroachDB, because it results in two issues for a single failure.
A possible solution is to introduce a configuration option in the parser that only reports failures in "leaf" tests.
In short, a failing subtest produces a failure message for itself as well as its parent. This is problematic when e.g. using automation to file issues as we do in CockroachDB, because it results in two issues for a single failure.
A possible solution is to introduce a configuration option in the parser that only reports failures in "leaf" tests.
See cockroachdb/cockroach#12444.
The text was updated successfully, but these errors were encountered: