-
Notifications
You must be signed in to change notification settings - Fork 136
Intermittent poison test failure: Value is not null #5122
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
While the poison leaks were baselined as acceptable, the baseline entries are different based on where the packages are read from - reference packages versus PSB/reference packages. In the former the Type is SourceBuildReferenceAssembly while the later is AssemblyAttribute. |
This (the poison file not being found) regressed with dotnet/dotnet@83f0c72 and will be fixed by dotnet/dotnet#176 |
@ViktorHofer - I think you are referring to the following failure as seen in this build:
The original issue is about a known poison leak that get's reported differently based on where nuget resolves the package from. |
[Triage] We are looking for a low cost solution to address this allowed poison usage to get green builds. The long term direction is to remove the reference packages from previous source build artifacts. |
Fixed with dotnet/dotnet#502 |
Reactivating this one as we still see occasional issues with 4 files. This is really odd as all of the files in poison baseline are coming from a single package
|
Very odd - package source mappings are correct for msbuild repo, but the affected package was still resolved from PSB location, which shouldn't be possible:
|
The issue is in malformed |
This failure is still appearing intermittently for the
Microsoft.DotNet.SourceBuild.Tests.PoisonTests.VerifyUsage
test:Example build (internal link)
The text was updated successfully, but these errors were encountered: