Skip to content

[3.0] Skip known failure in ShutdownTestWaitForShutdown #14744

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

Merged
merged 2 commits into from
Oct 15, 2019

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented Oct 4, 2019

3.0 Test only change. https://github.com/aspnet/AspNetCore-Internal/issues/2577

A 3.0 CLR regression caused ShutdownTestRun to fail most of the time so we skipped it a while ago. ShutdownTestWaitForShutdown only fails once in awhile. We aren't expecting a CLR fix until 3.1 so this test should also be permanently skipped in 3.0.

@Tratcher Tratcher requested review from analogrelay and a team October 4, 2019 22:23
@Tratcher Tratcher self-assigned this Oct 4, 2019
@analogrelay
Copy link
Contributor

Things are pretty locked down for 3.0.1, so I think we should wait for 3.0.2 to take this change (just to avoid any churn in builds at all). Thoughts @dougbu ? Disabling a test is pretty safe but also not necessarily critical to ship (unless that test is blocking us :))

@dougbu
Copy link
Contributor

dougbu commented Oct 5, 2019

Looks like at least #14425 remains blocked. Meaning @Tratcher may be able to get this in once it builds. @wtgodbe your thoughts?

@analogrelay
Copy link
Contributor

If the test is blocking 3.0.1 builds (or is likely to do so) I certainly have no problem taking it in 3.0.1 (as long as that won't jeopardize getting a candidate build).

@dougbu
Copy link
Contributor

dougbu commented Oct 6, 2019

Failures in validation build when creating installers don't look great. Did something get merged into 'release/3.0' without validation? @wtgodbe this looks like a problem w/ your <icon> fixes and I'm surprised 3.0 builds are progressing.

  The element 'metadata' in namespace 'http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd' has invalid child element 'icon' in namespace 'http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd'. List of possible elements expected: 'frameworkReferences, dependencies, frameworkAssemblies, license, repository, releaseNotes, requireLicenseAcceptance, contentFiles, iconUrl, description, developmentDependency, serviceable, summary, packageTypes, copyright, references, tags, language' in namespace 'http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd'. This validation error occurred in a 'icon' element.
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073: The command "powershell -NoProfile -NoLogo F:\workspace\_work\1\s\\src\Installers\Windows\GenerateNugetPackageWithMsi.ps1 ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       'AspNetCore.TargetingPack' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       'F:\workspace\_work\1\s\artifacts\installers\Release\aspnetcore-targeting-pack-3.0.1-ci-win-x86.msi' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       '' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       'F:\workspace\_work\1\s\\src\Installers\Windows\TargetingPack\TargetingPackPackage.nuspec' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       'F:\workspace\_work\1\s\artifacts\packages\Release\NonShipping\' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       'x86' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       '3.0.1-ci' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       'F:\workspace\_work\1\s\' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       '3' ^
F:\workspace\_work\1\s\src\Installers\Windows\TargetingPack\TargetingPack.wixproj(94,5): error MSB3073:                       '0'" exited with code 1.

@JunTaoLuo please clean up the following warnings. This kind of output makes it more difficult to find real errors:


F:\workspace\_work\1\s\.dotnet\sdk\3.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(198,5): warning NU5131: - Add Microsoft.Extensions.FileProviders.Composite.xml to the netcoreapp3.0 reference group in the nuspec [F:\workspace\_work\1\s\src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj]
F:\workspace\_work\1\s\.dotnet\sdk\3.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(198,5): warning NU5131: - Add Microsoft.Extensions.FileProviders.Embedded.xml to the netcoreapp3.0 reference group in the nuspec [F:\workspace\_work\1\s\src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj]
F:\workspace\_work\1\s\.dotnet\sdk\3.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(198,5): warning NU5131: - Add Microsoft.Extensions.FileProviders.Physical.xml to the netcoreapp3.0 reference group in the nuspec [F:\workspace\_work\1\s\src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj]
F:\workspace\_work\1\s\.dotnet\sdk\3.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(198,5): warning NU5131: - Add Microsoft.Extensions.FileSystemGlobbing.xml to the netcoreapp3.0 reference group in the nuspec [F:\workspace\_work\1\s\src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj]
F:\workspace\_work\1\s\.dotnet\sdk\3.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(198,5): warning NU5131: - Add Microsoft.Extensions.Hosting.Abstractions.xml to the netcoreapp3.0 reference group in the nuspec
...

The number of warnings about missing / extra placeholders isn't good either @wtgodbe e.g.

F:\workspace\_work\1\s\.dotnet\sdk\3.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(198,5): warning NU5128: Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below: [F:\workspace\_work\1\s\src\Analyzers\shared\FeatureDetection\Microsoft.AspNetCore.Analyzers.FeatureDetection.Sources.csproj]
F:\workspace\_work\1\s\.dotnet\sdk\3.0.100\Sdks\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets(198,5): warning NU5128: - Add lib or ref assemblies for the netstandard1.0 target framework [F:\workspace\_work\1\s\src\Analyzers\shared\FeatureDetection\Microsoft.AspNetCore.Analyzers.FeatureDetection.Sources.csproj]

@dougbu
Copy link
Contributor

dougbu commented Oct 6, 2019

@wtgodbe errors occurred in your PR for the icon change: https://github.com/aspnet/AspNetCore/pull/14394/checks?check_run_id=248339536 But, they didn't cause the jobs to fail and that's bad -- very bad. Any ideas?

@dougbu
Copy link
Contributor

dougbu commented Oct 6, 2019

Don't think there's anything neewer in the 'release/3.0' branch that'll help here. But, closing / reopening to recreate the tested branch

@dougbu dougbu closed this Oct 6, 2019
@dougbu dougbu reopened this Oct 6, 2019
@Tratcher Tratcher closed this Oct 10, 2019
@Tratcher Tratcher reopened this Oct 10, 2019
@Tratcher
Copy link
Member Author

@dougbu please merge.

@dougbu dougbu merged commit 43bd3a4 into release/3.0 Oct 15, 2019
@dougbu dougbu deleted the tratcher/3.0/skip branch October 15, 2019 16:53
@analogrelay analogrelay added this to the 3.0.1 milestone Nov 14, 2019
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Aug 24, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants