-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
DO NOT MERGE: test JIT assert on superpmi replay/asmdiffs pipelines #61477
Conversation
Tagging subscribers to this area: @JulieLeeMSFT Issue Detailsnull
|
/azp run runtime-coreclr superpmi-replay |
Azure Pipelines successfully started running 1 pipeline(s). |
I want to see what our current replay/asmdiffs pipelines do for a JIT assert during SPMI replay |
For asmdiffs, the Extensions page shows "No diffs found", as expected. If you don't dig deeper, you wouldn't see the errors. The asmdiffs jobs do have errors. However, they also have errors currently if there is MISSING data, so people might start ignoring the errors. If you look at the console logs for each failure (e.g., drilling in from this page), you see failures like:
|
Right, it is very easy to get these errors ignored. If we can scan them and report it back to the extension under a separate section, that might help. |
With the replay pipeline, you need to dig into the log files. The jobs do show as failed. @kunalspathak Is there an equivalent of #61483 for the replay pipeline? Maybe some kind of summary output to an "Extensions" tab would make sense here, also? |
We don't have a tracking issue, but should probably do it when we pursue #61483 |
No description provided.