dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.78k stars 4k forks source link

TestWorkspaceDiagnosticsWaitsForLspTextChangesWithMultipleSources failed in CI #74342

Open tmat opened 3 weeks ago

tmat commented 3 weeks ago

https://dev.azure.com/dnceng-public/public/_build/results?buildId=736717&view=ms.vss-test-web.build-test-results-tab&runId=18569444&resultId=196792&paneView=debug

Assert.False() Failure
Expected: False
Actual:   True
Stack trace
   en Xunit.Assert.False(Nullable`1 condition, String userMessage) en C:\Dev\xunit\xunit\src\xunit.assert\Asserts\BooleanAsserts.cs:línea 52
   en Microsoft.CodeAnalysis.LanguageServer.UnitTests.Diagnostics.PullDiagnosticTests.<TestWorkspaceDiagnosticsWaitsForLspTextChangesWithMultipleSources>d__63.MoveNext() en /_/src/LanguageServer/ProtocolUnitTests/Diagnostics/PullDiagnosticTests.cs:línea 2017
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en Microsoft.CodeAnalysis.LanguageServer.UnitTests.Diagnostics.PullDiagnosticTests.<TestWorkspaceDiagnosticsWaitsForLspTextChangesWithMultipleSources>d__63.MoveNext() en /_/src/LanguageServer/ProtocolUnitTests/Diagnostics/PullDiagnosticTests.cs:línea 2026
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_1.<<InvokeTestMethodAsync>b__1>d.MoveNext() en C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\Runners\TestInvoker.cs:línea 264
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en Xunit.Sdk.ExecutionTimer.<AggregateAsync>d__4.MoveNext() en C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\ExecutionTimer.cs:línea 48
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en Xunit.Sdk.ExceptionAggregator.<RunAsync>d__9.MoveNext() en C:\Dev\xunit\xunit\src\xunit.core\Sdk\ExceptionAggregator.cs:línea 90
tmat commented 3 weeks ago

@dibarbet