-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
"Build Analysis" report is missing a build break in a test #84049
Comments
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue Detailsor perhaps the build break is being classified along with different known failures? Note that the build break is due to an analyzer. I don't know if these links will persist so here are links + screenshots. This is the analysis: https://github.com/dotnet/runtime/pull/83895/checks?check_run_id=12264638203 And this is a failure:
|
@missymessa @AlitzelMendez is there any chance you can check this? The second error doesn't really match the blob on #83655, but it's getting matched. |
@markples I fixed the issues. Now they actually surface. |
It doesn't explain the second issue matching, hence asking help from Ali |
At the moment that this build was analyzed, it matched the errors correctly. The problem was on the regex for the issue: #83655 When this was analyzed the regex was: This was fixed two days ago: When the error is updated, we analyzed the builds from the last 24 hours, but this build wasn't part of that timeframe so we didn't reanalyze the build. |
Wow, thanks Ali :) it's hard to know where in time things happen sometimes. Appreciate the investigation. |
Thanks to both of you! |
or perhaps the build break is being classified along with different known failures? Note that the build break is due to an analyzer.
I don't know if these links will persist so here are links + screenshots. This is the analysis: https://github.com/dotnet/runtime/pull/83895/checks?check_run_id=12264638203
And this is a failure:
https://github.com/dotnet/runtime/pull/83895/checks?check_run_id=12262235297
The text was updated successfully, but these errors were encountered: