Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@MarcoRossignoli
Copy link
Member

Replacement of #22832 due to CI issue
Analysis of perf/diffs are on old PR

/cc @danmosemsft @jkotas

@MarcoRossignoli
Copy link
Member Author

MarcoRossignoli commented Mar 30, 2019

CI broken on Linux arm unrelated due to https://github.com/dotnet/coreclr/issues/23582

EDIT: fixed in #23590

@MarcoRossignoli
Copy link
Member Author

/azp run

@MarcoRossignoli
Copy link
Member Author

/azp help

@azure-pipelines
Copy link

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.

@MarcoRossignoli
Copy link
Member Author

/AzurePipelines run

@MarcoRossignoli
Copy link
Member Author

@safern sorry for disturb, I cannot re-run CI sure I'm missing something...I read doc again...but no luck.

@danmoseley
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 6 pipeline(s).

@MarcoRossignoli
Copy link
Member Author

MarcoRossignoli commented Mar 30, 2019

Uh...discrimination 😄 thank's!

@MarcoRossignoli
Copy link
Member Author

MarcoRossignoli commented Mar 31, 2019

CI issue, it seems related to https://github.com/dotnet/coreclr/issues/23545

EDIT: disabled test in #23598

@MarcoRossignoli
Copy link
Member Author

/azp run

@MarcoRossignoli
Copy link
Member Author

@danmosemsft I cannot run CI anymore 😭

@danmoseley
Copy link
Member

Maybe @safern knows why

@safern
Copy link
Member

safern commented Apr 1, 2019

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.

https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops#trigger-builds-using-github-pull-request-comments

@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 😢

@MarcoRossignoli
Copy link
Member Author

Thank's guys!

@MarcoRossignoli
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 6 pipeline(s).

@MarcoRossignoli
Copy link
Member Author

MarcoRossignoli commented Apr 2, 2019

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

@azure-pipelines

This comment has been minimized.

@MarcoRossignoli
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 6 pipeline(s).

@MarcoRossignoli
Copy link
Member Author

@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)?
I mean before to go deep to https://mc.dot.net to check the errors.

@safern
Copy link
Member

safern commented Apr 2, 2019

@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)?
I mean before to go deep to https://mc.dot.net to check the errors.

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 😄

@MarcoRossignoli
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 6 pipeline(s).

@MarcoRossignoli
Copy link
Member Author

@MarcoRossignoli
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@MarcoRossignoli
Copy link
Member Author

@danmosemsft @jkotas I'm struggling to obtain green CI, is possible at the moment or there are issue around?

@MarcoRossignoli
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@MarcoRossignoli
Copy link
Member Author

@danmoseley
Copy link
Member

@Anipik can you please help this get merged? (Check the code matches what was signed off on in the linked original PR)

@MarcoRossignoli
Copy link
Member Author

Thank's Dan

@Anipik
Copy link

Anipik commented Apr 10, 2019

@jkotas the code is exactly similar to the code that was approved in the previous PR.
The outerloop test failure is not getting repro'd on the local machine. Do you have any context on the failure ?

@jkotas
Copy link
Member

jkotas commented Apr 10, 2019

The outerloop test failure is not getting repro'd on the local machine. Do you have any context on the failure ?

I have not seen this failure before. It does not look related to this change.

@danmoseley
Copy link
Member

I agree these specific failures do not look related.

@danmoseley danmoseley merged commit 8441657 into dotnet:master Apr 15, 2019
@danmoseley
Copy link
Member

Thanks for your patience @MarcoRossignoli

Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corefx that referenced this pull request Apr 15, 2019
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corert that referenced this pull request Apr 15, 2019
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
jkotas pushed a commit to dotnet/corert that referenced this pull request Apr 15, 2019
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
jkotas pushed a commit to dotnet/corefx that referenced this pull request Apr 15, 2019
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/mono that referenced this pull request Apr 15, 2019
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
marek-safar pushed a commit to mono/mono that referenced this pull request Apr 15, 2019
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
@MarcoRossignoli MarcoRossignoli deleted the dicentropy branch April 15, 2019 07:50
@MarcoRossignoli
Copy link
Member Author

No worries!

davmason pushed a commit to davmason/coreclr that referenced this pull request Apr 27, 2019
TadaoYamaoka added a commit to TadaoYamaoka/CSDictionaryTest that referenced this pull request Sep 1, 2019
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
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants