-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Flow Thread.CurrentPrincipal with ExecutionContext #34747
Conversation
Never actually reads from |
I used similar style of CurrentCulture
|
Ah, missed it was being set with the callback |
Ohhh first CI with Azure Pipeline for me ❗❗❗ 💥💥💥 |
Before you get too excited, note that it's broken :) |
test this please |
LGTM otherwise |
|
I'll verify...also on Windows.10.Amd64.ClientRS4.Open-x86-Release |
test Linux arm64 Release Build please |
test Linux arm64 Release Build please |
Thank's a lot for the info!Regarding this PR I don't know if needs to have green CI before merge, do we wait Linux CI fix? |
@jkotas @stephentoub @danmosemsft PTAL |
😆 -- it is finally not broken anymore 🚀 |
@safern Will Jenkins removed from CI?If so is there a date? |
I'll take another look today. Thanks. |
Yes it will be. There is not a definite date, but should be removed soon as it seems like the azure devops leg is stabilized. |
@safern Azure CI failed due to "infrastructure issue". Can you remind me how to invoke it again? |
Yeah. This was because of the DNS outtage. /AzurePipelines run corefx-ci However comment triggers are broken due to a github bug apparently. I spoke with azure people and they are aware, will let me know whenever fixed. I’ve retried the attempt in the build UI on the right top corner there are 3 dots, that open a submenu with the retry option. Also, through comments there is no way to retry as of now, just to RUN ALL again. I’ve filed an issue for retry by comments. |
@safern I don't see that menù is only for "MS internals"? (I see "Download the log" or "View queue time.../Add tags" |
Thanks! |
Unfortunately now only MS people can use the retry feature. We've given feedback to be able to retry through comments as that would allow externals to do so. I'll communicate it whenever it is ready 😄 |
Thanks for doing this @MarcoRossignoli , it was a journey 😄 |
A pleasure trip as always, I love your attention(maniacal) for code quality. Thank's for the opportunity. |
* flow Thread.CurrentPrincipal with ExecutionContext * fix netfx test * address PR feedback * address PR feedback * try to make test more reliable using StartNew(), removed from NetFramework * address PR feedback * nit: extraline * add null set test * nit: extraline, again... * rename test * apply Stephen fix * nit: typos * address PR feedback * nit: update comment Commit migrated from dotnet/corefx@bab35ec
fixes https://github.com/dotnet/corefx/issues/34489
/cc @jkotas @stephentoub