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
I have found that the process of opening an informative issue about a test failure in a CI run (particularly a merge PR where the test failures are often due to flakiness) is a little bit cumbersome and full of manual steps. I would like to come up with an automation that we can run on a build with failing tests whose output is one or more URLs, which when visited, opens up the new issue page pre-populated with a title and description. For example, https://github.com/dotnet/roslyn-tools/issues/new?title=My%20issue&body=Some%20description
The issue should contain the name of the test, a link to a failing build, and the Xunit output for the test. For example, dotnet/roslyn#46414.
Ideally we could link to the source code of the failing test as well, but generating a search link from the test name and putting it in the issue description might be sufficient.
I have found that the process of opening an informative issue about a test failure in a CI run (particularly a merge PR where the test failures are often due to flakiness) is a little bit cumbersome and full of manual steps. I would like to come up with an automation that we can run on a build with failing tests whose output is one or more URLs, which when visited, opens up the new issue page pre-populated with a title and description. For example, https://github.com/dotnet/roslyn-tools/issues/new?title=My%20issue&body=Some%20description
The issue should contain the name of the test, a link to a failing build, and the Xunit output for the test. For example, dotnet/roslyn#46414.
Ideally we could link to the source code of the failing test as well, but generating a search link from the test name and putting it in the issue description might be sufficient.
/cc @JoeRobich @dibarbet
The text was updated successfully, but these errors were encountered: