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

CompilerServerUnitTests.MultipleSimultaneousCompiles failed #7618

Closed
tmat opened this issue Dec 19, 2015 · 3 comments
Closed

CompilerServerUnitTests.MultipleSimultaneousCompiles failed #7618

tmat opened this issue Dec 19, 2015 · 3 comments
Assignees
Labels
Area-Compilers Bug Contributor Pain The issue impedes progress for project collaborators.
Milestone

Comments

@tmat
Copy link
Member

tmat commented Dec 19, 2015

http://dotnet-ci.cloudapp.net/job/roslyn_prtest_win_dbg_unit64/2290/console

  Microsoft.CodeAnalysis.CompilerServer.UnitTests.CompilerServerUnitTests.MultipleSimultaneousCompiles
      Assert.Equal() Failure
      Expected: 20
      Actual:   19
      Stack Trace:
        src\Compilers\Server\VBCSCompilerTests\CompilerServerTests.cs(259,0): at Microsoft.CodeAnalysis.CompilerServer.UnitTests.CompilerServerUnitTests.<Verify>d__35.MoveNext()
        --- 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 System.Runtime.CompilerServices.TaskAwaiter.GetResult()
        src\Compilers\Server\VBCSCompilerTests\CompilerServerTests.cs(1010,0): at Microsoft.CodeAnalysis.CompilerServer.UnitTests.CompilerServerUnitTests.<MultipleSimultaneousCompiles>d__63.MoveNext()
        --- 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)
@tmat tmat added Area-Compilers Contributor Pain The issue impedes progress for project collaborators. Flaky labels Dec 19, 2015
@tmat
Copy link
Member Author

tmat commented Jan 5, 2016

@dotnet/roslyn-compiler

@amcasey
Copy link
Member

amcasey commented Jan 6, 2016

Failed again: Roslyn-Master-Signed-Release\20160106.1\xUnitResults

amcasey added a commit to amcasey/roslyn that referenced this issue Jan 6, 2016
@jaredpar jaredpar added the Bug label Jan 18, 2016
@jaredpar
Copy link
Member

I believe the problem here is the Jenkins machine is under serious load. As a result the server simply can't keep up with the requests being sent and one of them falls back to a local compilation. That throws off the test which is expecting that all of them complete on the server.

Need to change the suite so that it accounts for this possibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Bug Contributor Pain The issue impedes progress for project collaborators.
Projects
None yet
Development

No branches or pull requests

3 participants