-
Notifications
You must be signed in to change notification settings - Fork 354
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
outerloop tests failing to detect dotnet
#11185
Comments
@carlossanlop a couple points here:
I will spend some time looking around to see if the root cause here is obvious, but this is either going to stem from a recent regression from a checkin to runtime, or the PR itself. |
@MattGal I think it's been failing as far back as I can see. I think the correlation payload didn't zip up dotnet in the expected location |
FWIW: the linked PR is adding tests that create 8 GB files (not in parallel to avoid having more than one huge file at the time) so I wonder if that may affect that some dependencies being downloaded fail because VM is out of disk, but I highly doubt it because I assume that at the point the test is run, you already have all the dependencies. Just wanted to point out what's "special" about the PR in relation with outerloop. |
@jozkee The outerloop testing has failed in the same way against main (and other branches) for as far back as the AzDO history goes...so my guess is that this is just a test configuration error. |
Digging into this one specific problem, I crafted this query (though of course the same problem is likely broader than this)
This shows me that the inflection of "working" and "not working" was somewhere between these two runs: Looking at commits from this time range (8/2-8/3) it's very likely the regression was introduced by https://github.com/dotnet/runtime/pull/73095/files, which seeks to remove the host packages conditionally and was merged at a time between the above two PRs likely merge commits. (just a guess though) This is not an infrastructure issue, so as such I am closing it. I'm not 100% sure on the benefits of tracking it as a known issue either given it's been broken for 60+ days but if you would like to handle it thusly you can open a similar tracking issue in the runtime repo. |
Build
https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=43878
Build leg reported
Invariant.Tests.WorkItemExecution
Pull Request
dotnet/runtime#76707
Action required for the engineering services team
To triage this issue (First Responder / @dotnet/dnceng):
If this is an issue that is causing build breaks across multiple builds and would get benefit from being listed on the build analysis check, follow the next steps:
Additional information about the issue reported
Report
Summary
The text was updated successfully, but these errors were encountered: