-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/cmd/watchflakes: opens duplicate issues #67393
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
Comments
Logs show it's running into a limit of items that can be added to a GitHub project:
|
I've stopped it from running as a short-term workaround. Removing Soon label. We've applied to https://github.blog/changelog/2024-02-12-github-issues-projects-projects-without-limits-private-beta/, which should help. In the meantime, I'll work on a change to make it handle this limit more gracefully (i.e., don't keep opening new issues without end). |
We've made two changes to help with this:
That should prevent this from happening again. After archiving closed issues that hadn't been updated in the last 4 weeks, there's now 519 items in the Test Flakes project (down from 1200). I've resumed watchflakes and it's working okay now. Closing this as resolved. |
watchflakes is opening many duplicate issues recently, like "runtime:cpu4: TestUsingVDSO failures" is #67392 and #67391 and others.
I suspect the problem is that they're not added to the Test Flakes project successfully, so watchflakes doesn't realize it already filed an existing issue.
CC @golang/release.
The text was updated successfully, but these errors were encountered: