-
Notifications
You must be signed in to change notification settings - Fork 5k
[HTTP] Timeout CI experiments #115992
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
base: main
Are you sure you want to change the base?
[HTTP] Timeout CI experiments #115992
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces an intentional crash in a test case to detect CI timeouts caused by potential deadlocks or infinite loops.
- Introduces a delayed fail-fast task to terminate the test if it runs longer than 2.5 minutes.
- Modifies the DiagnosticsTests.cs file to incorporate the timeout mechanism.
Tagging subscribers to this area: @dotnet/ncl |
/azp list |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
Add intentional crash into the test that fails the most time.