-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm][debugger] Debugger tests getting randomly aborted on CI #89409
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Detailslog:
|
I bet we are taking longer than 100ms to close https://github.com/microsoft/vstest/blob/main/src/Microsoft.TestPlatform.CrossPlatEngine/Client/ProxyOperationManager.cs#L325-L327 See the discussion at microsoft/vstest#2952 |
I haven't seen this issue since Jul 26. It would still be a good idea to change the timeout like @lewing suggested. |
The tests have been getting randomly aborted with: `The active test run was aborted. Reason: Test host process crashed` This might be due to the shutdown taking too long. The default timeout is 100ms. Increasing that to 2000ms. Issue: dotnet#89409
The tests have been getting randomly aborted with: `The active test run was aborted. Reason: Test host process crashed` This might be due to the shutdown taking too long. The default timeout is 100ms. Increasing that to 2000ms. Issue: #89409
This hasn't been hit on |
The tests have been getting randomly aborted with: `The active test run was aborted. Reason: Test host process crashed` This might be due to the shutdown taking too long. The default timeout is 100ms. Increasing that to 2000ms. Issue: #89409
The tests have been getting randomly aborted with: `The active test run was aborted. Reason: Test host process crashed` This might be due to the shutdown taking too long. The default timeout is 100ms. Increasing that to 2000ms. Issue: #89409 Co-authored-by: Ankit Jain <[email protected]>
hit again in #91393 |
also in #91664 |
I see it on main Log |
Yeah, I have been seeing this on rolling builds pretty regularly :/ |
See also dotnet/dnceng#451 |
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=351450
log:
Known Issue Error Message
Fill the error message using step by step known issues guidance.
Report
Summary
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=484656
Error message validated:
Reason: Test host process crashed
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/30/2023 10:40:39 PM UTC
The text was updated successfully, but these errors were encountered: