Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

subtest failures are reported twice #45

Open
tamird opened this issue Dec 16, 2016 · 1 comment
Open

subtest failures are reported twice #45

tamird opened this issue Dec 16, 2016 · 1 comment

Comments

@tamird
Copy link

tamird commented Dec 16, 2016

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.

@tebeka
Copy link
Owner

tebeka commented Dec 17, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants