-
Notifications
You must be signed in to change notification settings - Fork 379
Description
- This issue is blocking
- This issue is causing unreasonable pain
I noticed that dotnet/runtime test failures no longer have links to the console logs and dumps gathered by the tests.
This hinders troubleshooting.
Sometimes I'm noticing that the console log link is also missing from the build output, which means the only way I can find it is to fetch it from helix API via job list (using runfo).
Here's an example.
Test result missing artifacts in artifacts tab:
https://dev.azure.com/dnceng-public/public/_build/results?buildId=230208&view=ms.vss-test-web.build-test-results-tab&runId=4357056&resultId=132916&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
It says it's not a helix test, which is clearly incorrect since the Debug tab comments show the helix information.
Build Log missing link to output for test:
Pipelines - Run 20230406.46 logs (azure.com)
Release Note Category
- Feature changes/additions
- Bug fixes
- Internal Infrastructure Improvements