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

CSharpInteractiveDirectives.VerifyHashReset test failed in CI #41409

Open
tmat opened this issue Feb 5, 2020 · 2 comments
Open

CSharpInteractiveDirectives.VerifyHashReset test failed in CI #41409

tmat opened this issue Feb 5, 2020 · 2 comments
Labels
Area-Infrastructure Contributor Pain The issue impedes progress for project collaborators. Integration-Test Test failures in roslyn-integration-CI
Milestone

Comments

@tmat
Copy link
Member

tmat commented Feb 5, 2020

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

System.ArgumentOutOfRangeException : StartIndex cannot be less than zero.\r\nParameter name: startIndex


Stack trace

Server stack trace: 
   at System.String.Substring(Int32 startIndex, Int32 length)
   at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.InteractiveWindow_InProc.GetLastReplOutput()
   at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.InteractiveWindow_InProc.WaitForPredicate(Func`1 getValue, Func`2 isExpectedValue)
   at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.InteractiveWindow_InProc.WaitForLastReplOutput(String outputText)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.InteractiveWindow_InProc.WaitForLastReplOutput(String outputText)
   at Microsoft.VisualStudio.IntegrationTest.Utilities.OutOfProcess.InteractiveWindow_OutOfProc.WaitForLastReplOutput(String outputText) in /_/src/VisualStudio/IntegrationTest/TestUtilities/OutOfProcess/InteractiveWindow_OutOfProc.cs:line 79
   at Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpInteractiveDirectives.VerifyHashReset() in /_/src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpInteractiveDirectives.cs:line 191

System.Exception: Unable to find expected content in REPL within 10000 milliseconds and no exceptions were thrown. Actual content:
[[Resetting execution engine.
Loading context from 'CSharpInteractive.rsp'.]]

Server stack trace: 
   at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.InteractiveWindow_InProc.WaitForPredicate(Func`1 getValue, Func`2 isExpectedValue)
   at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.InteractiveWindow_InProc.WaitForLastReplOutput(String outputText)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg).GetType().Name

Server stack trace: 
   at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.InteractiveWindow_InProc.WaitForPredicate(Func`1 getValue, Func`2 isExpectedValue)
   at Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess.InteractiveWindow_InProc.WaitForLastReplOutput(String outputText)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
@tmat tmat added Integration-Test Test failures in roslyn-integration-CI Contributor Pain The issue impedes progress for project collaborators. labels Feb 5, 2020
@jinujoseph jinujoseph added Test Test failures in roslyn-CI Area-Infrastructure and removed Test Test failures in roslyn-CI labels Feb 12, 2020
@jinujoseph jinujoseph added this to the 16.6 milestone Feb 12, 2020
@sharwell
Copy link
Member

@tmat it looks like the "Resetting execution engine." operation never completed.

image

@333fred
Copy link
Member

333fred commented Jun 8, 2020

Failed in #44954.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure Contributor Pain The issue impedes progress for project collaborators. Integration-Test Test failures in roslyn-integration-CI
Projects
None yet
Development

No branches or pull requests

4 participants