Skip to content
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

Snap for 17.12 P2 #10793

Merged
merged 167 commits into from
Aug 27, 2024

Fix Formatting and On Enter integration tests (#10788)

156f016
Select commit
Loading
Failed to load commit list.
Merged

Snap for 17.12 P2 #10793

Fix Formatting and On Enter integration tests (#10788)
156f016
Select commit
Loading
Failed to load commit list.
Azure Pipelines / razor-tooling-conditional-ci failed Aug 27, 2024 in 19m 54s

Build #20240826.2 had test failures

Details

Tests

  • Failed: 105 (0.85%, 0 new, 105 recurring)
  • Passed: 12,163 (98.08%)
  • Other: 133 (1.07%)
  • Total: 12,401

Annotations

Check failure on line 64 in .packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24352.2\tools\SymStore.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-conditional-ci

.packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24352.2\tools\SymStore.targets#L64

.packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24352.2\tools\SymStore.targets(64,5): error MSB3073: (NETCORE_ENGINEERING_TELEMETRY=Build) The command ""D:\a\_work\1\s\.packages\microsoft.diasymreader.pdb2pdb\1.1.0-beta2-19575-01\tools\Pdb2Pdb.exe" "D:\a\_work\1\s\artifacts\bin\rzls\Release\net8.0\osx-x64\rzls.dll" /out "D:\a\_work\1\s\artifacts\SymStore\Release\rzls\net8.0\rzls.pdb" /srcsvrvar SRC_INDEX=public" exited with code 2.

Check failure on line 10 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-conditional-ci

Build log #L10

Path does not exist: D:\a\_work\1\s\artifacts\TestResults\Release

Check failure on line 0 in VSTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-conditional-ci

VSTest#L0

VSTest(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: D:\a\_work\1\s\artifacts\TestResults\Debug\Microsoft.VisualStudio.Razor.IntegrationTests_net472_x64.html [net472|x64]

Check failure on line 1 in Microsoft.VisualStudio.Razor.IntegrationTests.GoToDefinitionTests.GoToDefinition_ComponentAttribute_BoundAttribute (VS2022)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-conditional-ci

Microsoft.VisualStudio.Razor.IntegrationTests.GoToDefinitionTests.GoToDefinition_ComponentAttribute_BoundAttribute (VS2022)

Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.Razor.Settings.IClientSettingsManager" but found 0 after applying applicable constraints.
Raw output
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
   at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
   at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.Razor.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.VisualStudio.Extensibility.Testing.OutputInProcess.<SetupIntegrationTestLoggerAsync>d__2.MoveNext() in /_/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/InProcess/OutputInProcess.cs:line 28
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.VisualStudio.Razor.IntegrationTests.AbstractRazorEditorTest.<InitializeAsync>d__12.MoveNext() in /_/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/AbstractRazorEditorTest.cs:line 41
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check failure on line 1 in Microsoft.VisualStudio.Razor.IntegrationTests.GoToDefinitionTests.GoToDefinition_ComponentAttribute_BindSet(attribute: "MyProperty:set") (VS2022)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-conditional-ci

Microsoft.VisualStudio.Razor.IntegrationTests.GoToDefinitionTests.GoToDefinition_ComponentAttribute_BindSet(attribute: "MyProperty:set") (VS2022)

Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.Razor.Settings.IClientSettingsManager" but found 0 after applying applicable constraints.
Raw output
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
   at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
   at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.Razor.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.VisualStudio.Extensibility.Testing.OutputInProcess.<SetupIntegrationTestLoggerAsync>d__2.MoveNext() in /_/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/InProcess/OutputInProcess.cs:line 28
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.VisualStudio.Razor.IntegrationTests.AbstractRazorEditorTest.<InitializeAsync>d__12.MoveNext() in /_/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/AbstractRazorEditorTest.cs:line 41
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check failure on line 1 in Microsoft.VisualStudio.Razor.IntegrationTests.WrapWithTagTests.WrapWithTag_CSharpImplicitStatement (VS2022)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-conditional-ci

Microsoft.VisualStudio.Razor.IntegrationTests.WrapWithTagTests.WrapWithTag_CSharpImplicitStatement (VS2022)

Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.Razor.Settings.IClientSettingsManager" but found 0 after applying applicable constraints.
Raw output
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
   at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
   at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.Razor.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.VisualStudio.Extensibility.Testing.OutputInProcess.<SetupIntegrationTestLoggerAsync>d__2.MoveNext() in /_/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/InProcess/OutputInProcess.cs:line 28
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.VisualStudio.Razor.IntegrationTests.AbstractRazorEditorTest.<InitializeAsync>d__12.MoveNext() in /_/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/AbstractRazorEditorTest.cs:line 41
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Check failure on line 1 in Microsoft.VisualStudio.Razor.IntegrationTests.RazorSemanticTokensTests.Directives_AreColored (VS2022)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / razor-tooling-conditional-ci

Microsoft.VisualStudio.Razor.IntegrationTests.RazorSemanticTokensTests.Directives_AreColored (VS2022)

Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.Razor.Settings.IClientSettingsManager" but found 0 after applying applicable constraints.
Raw output
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
   at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
   at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
   at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.Razor.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.VisualStudio.Extensibility.Testing.OutputInProcess.<SetupIntegrationTestLoggerAsync>d__2.MoveNext() in /_/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/InProcess/OutputInProcess.cs:line 28
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.VisualStudio.Razor.IntegrationTests.AbstractRazorEditorTest.<InitializeAsync>d__12.MoveNext() in /_/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/AbstractRazorEditorTest.cs:line 41
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)