-
Couldn't load subscription status.
- Fork 5.2k
Enable alc stress #117825
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
Enable alc stress #117825
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 enables GC stress testing for Assembly Load Context (ALC) related profiler tests by removing temporary disabling flags that were previously added due to a runtime issue.
- Removes
GCStressIncompatibleproperty from two profiler test projects - Re-enables stress testing capabilities that were temporarily disabled
- Addresses resolution of the underlying issue referenced in GitHub issue #106241
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/tests/profiler/dynamicoptimization/DynamicOptimization.csproj | Removes GCStressIncompatible flag and associated comment to re-enable GC stress testing |
| src/tests/profiler/assembly/ALCTest.csproj | Removes GCStressIncompatible flag and associated comment to re-enable GC stress testing |
|
/azp run runtime-coreclr gcstress0x3-gcstress0xc |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Enabled another profile test which was disabled due to #106241. The test has passed on a few platforms so would be good to see if the issue repros again. |
|
@mdh1418, is this ok to enable? |
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.
Looks good to me. That said, I dont think this test has ran with GC Stress before since it looks like it was added with that property.
Fixes #106241