-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Automate creating issues for failing tests on main #36761
Comments
This could get pretty spammy. If there's good way to prevent that, I would be for something like that. |
Is the spamminess about the total number of issues (i.e. the total number of tests failing)? Or about each issue getting a lot of comments? Instead of comments we could just edit the issue body and add a new line for each commit in which a test fails (that would avoid some notifications). One thing I like is that the spam is proportional to the number of things that are broken, so if somebody wants less spam, they know what to do 😅 but I agree we don't want too much spam |
That's one way to look at it, yeah 😄 No, I mean I just expressed my concern. There's definitely a good way of solving this without being too spammy. |
Is this issue still open? |
@pratik-mahalle Yes! @ArthurSens was working on this (and, indirectly, @ankitpatel96 as well). You are welcome to talk to them if you want to help :) |
Component(s)
No response
Describe the issue you're reporting
We have a bunch of tests that fail on main and are not getting enough attention. We should automate creating an issue (see e.g. here) on failing tests on main. Ideally it should contain:
The workflow should check if an issue already exists (and leave a comment on the existing issue if not?)
Information about failing unit tests can be retrieved via the JSON output of gotestsum.
The text was updated successfully, but these errors were encountered: