-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Test Failure] RemoteExecutionException: Half-way through waiting for remote process #104366
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Tagging subscribers to this area: @dotnet/ncl |
Failed in: runtime-coreclr libraries-jitstress 20240708.1 Failed tests:
Error message:
Stack trace:
|
@rzikm generally this symptom means a test has hung for reasons specific to that test, right?. So is it useful to have such a general matching pattern? I'm guessing there are many underlying causes here. The fact that pattern matching can only look at a single line may make it hard to do better.. |
@danmoseley I don't think this can be caused by a test failure, if a test fails, then the exception gets propagated to the test method and it behaves as a regular test. So far, we have seen this type of failure happening either on all (or most?) remote executor tests in the test suite or none at all (there is a link at the top of the issue for example test output). |
Maybe we can scope this issue to WebRequestTests, since its those failures which prompted us to create this tracking issue, @liveans what do you think? |
I still believe that this is not specific to |
This issue was here specifically for /cc @rzikm |
https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-80bd4bb3d2574f7a99/System.Net.Requests.Tests/3/console.aef87555.log?helixlogtype=result)
Many tests failing, example failure
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=711383
Build error leg or test failing:
Pull request:
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=711383
Error message validated:
[Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Half-way through waiting for remote process.
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/3/2024 2:05:57 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: