-
Notifications
You must be signed in to change notification settings - Fork 2.6k
DictionarySlim backport improvements, retaining more entropy #23591
Conversation
|
CI broken on Linux arm unrelated due to https://github.com/dotnet/coreclr/issues/23582 EDIT: fixed in #23590 |
|
/azp run |
|
/azp help |
Supported commands
help:
Get descriptions, examples and documentation about supported commands
Example: help "command_name"
run:
Run all pipelines or a specific pipeline for this repository using a comment. Use
this command by itself to trigger all related pipelines, or specify a pipeline
to run.
Example: "run" or "run pipeline_name"
See additional documentation.
|
|
/AzurePipelines run |
|
@safern sorry for disturb, I cannot re-run CI sure I'm missing something...I read doc again...but no luck. |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
Uh...discrimination 😄 thank's! |
|
CI issue, it seems related to https://github.com/dotnet/coreclr/issues/23545 EDIT: disabled test in #23598 |
|
/azp run |
|
@danmosemsft I cannot run CI anymore 😭 |
|
Maybe @safern knows why |
|
I think the problem is that you're a contributor and not a Collaborator in coreclr, but in corefx you're a collaborator, that is why there you were able to trigger builds. @danmosemsft just sent an invite, so once you accept that you'll be able to trigger builds in coreclr as well 😄 I'm sad that triggering and re-running builds became hard and painful for contributors 😢 |
|
Thank's guys! |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
CI is not green there are some issue with some tests unrelated to dic(with open issue), I retry for "Catastrophic Failure" on Ubuntu.1804.Arm64.On.Docker.Open-arm64 |
This comment has been minimized.
This comment has been minimized.
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
@safern is this tab https://dev.azure.com/dnceng/public/_build/results?buildId=140379&view=ms.vss-test-web.build-test-results-tab reliable to check which test fails(I hope so, very useful)? |
For coreclr, it should be 😄 -- for corefx, we don't put results there yet (we're missing a retry feature), once that feature is available, corefx should move there 😄 |
|
/azp run |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
execution failed Ubuntu.1804.Arm64.Open-arm64:Checked-no_tiered_compilation https://mc.dot.net/#/user/coreclr-ci/pr~2Fdotnet~2Fcoreclr~2Frefs~2Fpull~2F23591~2Fmerge/test~2Ffunctional~2Fcli~2F/20190403.72/workItem/reflection.Modifiers/wilogs |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@danmosemsft @jkotas I'm struggling to obtain green CI, is possible at the moment or there are issue around? |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
unrelated outerloop fail https://mc.dot.net/#/user/coreclr-outerloop/pr~2Fdotnet~2Fcoreclr~2Frefs~2Fpull~2F23591~2Fmerge/test~2Ffunctional~2Fcli~2F/20190406.71/workItem/Loader.classloader/wilogs |
|
@Anipik can you please help this get merged? (Check the code matches what was signed off on in the linked original PR) |
|
Thank's Dan |
|
@jkotas the code is exactly similar to the code that was approved in the previous PR. |
I have not seen this failure before. It does not look related to this change. |
|
I agree these specific failures do not look related. |
|
Thanks for your patience @MarcoRossignoli |
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
|
No worries! |
dotnet/corefx@2f14413#diff-72146f1d0ccb2f246a39b3aaceef746d Add TryGetValue .NET Core 2.1 602.1 267.0 MyDictionary1 630.4 265.1 MyDictionary2 601.7 267.7 MyDictionary3 577.1 271.8
Commit migrated from dotnet/coreclr@8441657
Replacement of #22832 due to CI issue
Analysis of perf/diffs are on old PR
/cc @danmosemsft @jkotas