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

Flaky test TestRemoteHostSynchronizeIncrementalUpdate #47126

Closed
RikkiGibson opened this issue Aug 25, 2020 · 1 comment
Closed

Flaky test TestRemoteHostSynchronizeIncrementalUpdate #47126

RikkiGibson opened this issue Aug 25, 2020 · 1 comment
Assignees
Labels
Area-IDE Flaky Resolution-Not Reproducible The described behavior could not be reproduced by developers Test Test failures in roslyn-CI
Milestone

Comments

@RikkiGibson
Copy link
Contributor

public async Task TestRemoteHostSynchronizeIncrementalUpdate()

CI run: https://dev.azure.com/dnceng/public/_build/results?buildId=787135&view=ms.vss-test-web.build-test-results-tab&runId=24808824&resultId=205258&paneView=debug

System.TimeoutException : Failed to clean up listeners in a timely manner.
  ProcessAsync IdleProcessor.cs 92
  WorkItem WorkCoordinator.LowPriorityProcessor.cs 98
  WorkItem WorkCoordinator.LowPriorityProcessor.cs 98
  EnqueueWorkItemAsync WorkCoordinator.SemanticChangeProcessor.cs 410
  EnqueueWorkItemAsync WorkCoordinator.SemanticChangeProcessor.cs 410
  WorkItem WorkCoordinator.LowPriorityProcessor.cs 98
  EnqueueWorkItemAsync WorkCoordinator.SemanticChangeProcessor.cs 410
  EnqueueWorkItemAsync WorkCoordinator.SemanticChangeProcessor.cs 410
  WorkItem WorkCoordinator.LowPriorityProcessor.cs 98
  ProcessAsync IdleProcessor.cs 92
---- System.OperationCanceledException : Operación cancelada.
   en Microsoft.CodeAnalysis.Test.Utilities.UseExportProviderAttribute.DisposeExportProvider(ExportProvider exportProvider) en /_/src/Workspaces/CoreTestUtilities/MEF/UseExportProviderAttribute.cs:línea 155
   en Microsoft.CodeAnalysis.Test.Utilities.UseExportProviderAttribute.After(MethodInfo methodUnderTest) en /_/src/Workspaces/CoreTestUtilities/MEF/UseExportProviderAttribute.cs:línea 88
   en Xunit.Sdk.XunitTestInvoker.<>c__DisplayClass6_0.<AfterTestMethodInvokedAsync>b__1() en C:\projects\xunit\src\xunit.execution\Sdk\Frameworks\Runners\XunitTestInvoker.cs:línea 93
   en Xunit.Sdk.ExecutionTimer.Aggregate(Action action) en C:\projects\xunit\src\xunit.execution\Sdk\Frameworks\ExecutionTimer.cs:línea 31
   en Xunit.Sdk.XunitTestInvoker.<>c__DisplayClass6_0.<AfterTestMethodInvokedAsync>b__0() en C:\projects\xunit\src\xunit.execution\Sdk\Frameworks\Runners\XunitTestInvoker.cs:línea 93
   en Xunit.Sdk.ExceptionAggregator.Run(Action code) en C:\projects\xunit\src\xunit.core\Sdk\ExceptionAggregator.cs:línea 73
----- Inner Stack Trace -----
   en System.Threading.CancellationToken.ThrowOperationCanceledException()
   en System.Threading.CancellationToken.ThrowIfCancellationRequested()
   en Roslyn.Test.Utilities.TaskJoinExtensions.JoinUsingDispatcherNoResult(Task task, CancellationToken cancellationToken) en /_/src/Workspaces/CoreTestUtilities/TaskJoinExtensions.cs:línea 60
   en Roslyn.Test.Utilities.TaskJoinExtensions.JoinUsingDispatcher(Task task, CancellationToken cancellationToken) en /_/src/Workspaces/CoreTestUtilities/TaskJoinExtensions.cs:línea 22
   en Microsoft.CodeAnalysis.Test.Utilities.UseExportProviderAttribute.DisposeExportProvider(ExportProvider exportProvider) en /_/src/Workspaces/CoreTestUtilities/MEF/UseExportProviderAttribute.cs:línea 142
@sharwell
Copy link
Member

sharwell commented Sep 9, 2020

I can't find any recent failures in the logs and cannot reproduce locally, so closing as not reproducible.

@sharwell sharwell closed this as completed Sep 9, 2020
@sharwell sharwell added the Resolution-Not Reproducible The described behavior could not be reproduced by developers label Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Flaky Resolution-Not Reproducible The described behavior could not be reproduced by developers Test Test failures in roslyn-CI
Projects
None yet
Development

No branches or pull requests

3 participants