Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple tracking issues linked to a single github issue #147

Open
dibarbet opened this issue Dec 8, 2021 · 0 comments
Open

Support multiple tracking issues linked to a single github issue #147

dibarbet opened this issue Dec 8, 2021 · 0 comments

Comments

@dibarbet
Copy link
Contributor

dibarbet commented Dec 8, 2021

There are cases where we find a new, slightly different failure that is not part of the query for an existing tracking issue, but it is the same cause. Currently linking two tracking issues to the same github issue will cause the new one to overwrite all the failed build information with the newly linked tracking issue builds.

Example:
dotnet/roslyn#52658 - I had to manually get back the failures from TupleWithElementNamedWithDefaultName when I associated it with IndexOfUnderlyingFieldsInTuple9.

Alternatively, allowing editing (#146) plus allowing multiple queries (or allow queries to search multiple tests like TupleWithElementNamedWithDefaultName OR IndexOfUnderlyingFieldsInTuple9) would also resolve this issue

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

No branches or pull requests

1 participant