microsoft / microsoft/vs-threading

Unstable test: AsyncBarrierTests.StressMultipleGroups

Open
#119 2 comments 0 reactions 1 assignee View on GitHub

@AArnott is already working on this.

Since May 20, 2017.

test bug
Dominant language
C#
Stars
1k
Forks
160
Avg merge
1d 12h
Merged PRs (30d)
28

Description

From appveyor log:

[xUnit.net 00:00:12.1576651]     Microsoft.VisualStudio.Threading.Tests.AsyncBarrierTests.StressMultipleGroups(players: 2, groupSize: 1) [FAIL]
[xUnit.net 00:00:12.1588364]       System.TimeoutException : The operation has timed out.
[xUnit.net 00:00:12.1603051]       Stack Trace:
[xUnit.net 00:00:12.1662236]         C:\projects\vs-threading\src\Microsoft.VisualStudio.Threading\TplExtensions.cs(82,0): at Microsoft.VisualStudio.Threading.TplExtensions.<WithTimeout>d__5.MoveNext()
[xUnit.net 00:00:12.1663510]         --- End of stack trace from previous location where exception was thrown ---
[xUnit.net 00:00:12.1667640]            at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
[xUnit.net 00:00:12.1668505]            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
[xUnit.net 00:00:12.1669229]         C:\projects\vs-threading\src\Microsoft.VisualStudio.Threading.Tests\AsyncBarrierTests.cs(68,0): at Microsoft.VisualStudio.Threading.Tests.AsyncBarrierTests.<StressMultipleGroups>d__5.MoveNext()
[xUnit.net 00:00:12.1670373]         --- End of stack trace from previous location where exception was thrown ---
[xUnit.net 00:00:12.1671195]            at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
[xUnit.net 00:00:12.1671748]            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
[xUnit.net 00:00:12.1672228]         --- End of stack trace from previous location where exception was thrown ---
[xUnit.net 00:00:12.1672743]            at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
[xUnit.net 00:00:12.1673292]            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
[xUnit.net 00:00:12.1673762]         --- End of stack trace from previous location where exception was thrown ---
[xUnit.net 00:00:12.1674371]            at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
[xUnit.net 00:00:12.1674909]            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Failed   Microsoft.VisualStudio.Threading.Tests.AsyncBarrierTests.StressMultipleGroups(players: 2, groupSize: 1)
Error Message:
 System.TimeoutException : The operation has timed out.
Stack Trace:
   at Microsoft.VisualStudio.Threading.TplExtensions.<WithTimeout>d__5.MoveNext() in C:\projects\vs-threading\src\Microsoft.VisualStudio.Threading\TplExtensions.cs:line 82
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.VisualStudio.Threading.Tests.AsyncBarrierTests.<StressMultipleGroups>d__5.MoveNext() in C:\projects\vs-threading\src\Microsoft.VisualStudio.Threading.Tests\AsyncBarrierTests.cs:line 68
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.