sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Renable three workload manifest output tests

Open marcpopMSFT opened this issue 3 years ago • 0 comments

I am going to disable three workload manifest tests that I think we're causing incorrect state on the test machine (at least the issues went away after I disabled them.

HideManifestUpdateCheckWhenVerbosityIsQuiet HideManifestUpdatesWhenVerbosityIsMinimalOrNormal ShowManifestUpdatesWhenVerbosityIsDetailedOrDiagnostic

From the ubuntu log file:

Running /mnt/vss/_work/1/s/artifacts/bin/redist/Release/dotnet/dotnet workload install --verbosity:minimal wasm-tools
Process ID: 22477
Running /mnt/vss/_work/1/s/artifacts/bin/redist/Release/dotnet/dotnet msbuild /t:Restore /mnt/vss/_work/1/s/artifacts/tmp/Release/It_builds_wit---198ADF14/HelloWorld.csproj
Process ID: 22506
Running /mnt/vss/_work/1/s/artifacts/bin/redist/Release/dotnet/dotnet msbuild /t:Restore /mnt/vss/_work/1/s/artifacts/tmp/Release/_GivenDotnetR---C87024F7/TestAppEchoDotnetRoot.csproj
Process ID: 22533
Running /mnt/vss/_work/1/s/artifacts/bin/redist/Release/dotnet/dotnet msbuild /t:Restore /mnt/vss/_work/1/s/artifacts/tmp/Release/_GivenDotnetR---C87024F7/TestAppEchoDotnetRoot.csproj
Process ID: 22556
[31;1m    Microsoft.DotNet.Cli.Run.Tests.GivenDotnetRootEnv.ItShouldSetDotnetRootToDirectoryOfMuxer(targetFramework: "net5.0") [FAIL]
[m[37m      Expected command to pass but it did not.
[m[37m      File Name: /mnt/vss/_work/1/s/artifacts/bin/redist/Release/dotnet/dotnet
[m[37m      Arguments: msbuild /t:Restore /mnt/vss/_work/1/s/artifacts/tmp/Release/_GivenDotnetR---C87024F7/TestAppEchoDotnetRoot.csproj
[m[37m      Exit Code: 1
[m[37m      StdOut:
[m[37m      Microsoft (R) Build Engine version 17.3.0-preview-22227-03+a1fa15d13 for .NET
[m[37m      Copyright (C) Microsoft Corporation. All rights reserved.
[m[37m      
[m[37m      /mnt/vss/_work/1/s/artifacts/tmp/Release/_GivenDotnetR---C87024F7/TestAppEchoDotnetRoot.csproj : error MSB4242: SDK Resolver Failure: "The SDK resolver "Microsoft.DotNet.MSBuildWorkloadSdkResolver" failed while attempting to resolve the SDK "Microsoft.NET.Sdk". Exception: "Microsoft.NET.Sdk.WorkloadManifestReader.WorkloadManifestCompositionException: Workload manifest dependency 'Microsoft.NET.Workload.Emscripten' version '7.0.0-preview.3.22122.1' is lower than version '7.0.0-preview.4.22215.1' required by manifest 'microsoft.net.workload.mono.toolchain' [/mnt/vss/_work/1/s/artifacts/bin/redist/Release/dotnet/sdk-manifests/7.0.100/microsoft.net.workload.mono.toolchain/WorkloadManifest.json]

marcpopMSFT avatar May 02 '22 23:05 marcpopMSFT