go2xunit icon indicating copy to clipboard operation
go2xunit copied to clipboard

subtest failures are reported twice

Open tamird opened this issue 9 years ago • 1 comments

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 https://github.com/cockroachdb/cockroach/issues/12444.

tamird avatar Dec 16 '16 21:12 tamird

Thanks for reporting. Will try to work on it this week.

tebeka avatar Dec 17 '16 07:12 tebeka