-
Notifications
You must be signed in to change notification settings - Fork 116
Use Marshal.InitHandle API to avoid memory leak when OOM happens
#1613
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
Conversation
|
/azp run |
|
I checked out this branch locally and started running tests and I see a few test failures -- "GeneratorTests.InterestingAPIs":
@DoctorKrolic If you can, run tests locally in Test Explorer. Ideally the full set, but the "Full" generation tests can take a long time so I'm ok if you just run the "No Traits" set before putting up a PR:
Click the "Group By" button in task explorer to group by Traits and then run the "No Traits" set:
|
Is there a apecific reason why CI is blocked here from "untrusted" contributors? I am used to rely on CI to uncover test failures and all repos in dotnet org I worked with have their CI open to any contributor. It seems very inconvinient, that you have to manually trigger CI run every time I make a commit |
I defer to @AArnott who set up the pipelines. This may be because the pipelines are in ADO and if they were GitHub actions it would be safer to run them automatically? Not sure. It's like this in a lot of repos I work in. |
|
/azp run |


Fixes: #1430