-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[main] Update dependencies from microsoft/testfx #45354
base: main
Are you sure you want to change the base?
[main] Update dependencies from microsoft/testfx #45354
Conversation
…241206.1 Microsoft.Testing.Platform From Version 1.5.0-preview.24604.7 -> To Version 1.5.0-preview.24606.1
…241206.4 Microsoft.Testing.Platform From Version 1.5.0-preview.24604.7 -> To Version 1.5.0-preview.24606.4
…241208.1 Microsoft.Testing.Platform From Version 1.5.0-preview.24604.7 -> To Version 1.5.0-preview.24608.1
…241209.3 Microsoft.Testing.Platform From Version 1.5.0-preview.24604.7 -> To Version 1.5.0-preview.24609.3
@dotnet/product-construction Can you look at the VMR build failure here? |
Those were just timeouts because the queues are overbooked. |
…241210.1 Microsoft.Testing.Platform From Version 1.5.0-preview.24604.7 -> To Version 1.5.0-preview.24610.1
eng/Version.Details.xml
Outdated
@@ -664,9 +664,9 @@ | |||
<Uri>https://github.com/dotnet/runtime</Uri> | |||
<Sha>e77011b31a3e5c47d931248a64b47f9b2d47853d</Sha> | |||
</Dependency> | |||
<Dependency Name="Microsoft.Testing.Platform" Version="1.5.0-preview.24604.7"> | |||
<Dependency Name="Microsoft.Testing.Platform" Version="1.5.0-preview.24610.1"> |
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.
I think this repo will need to be added to the VMR. To do this, it needs an entry added to https://github.com/dotnet/sdk/blob/main/src/VirtualMonoRepo/source-mappings.json. Additionally since this is going to be required for source-build. This dependency will need the source-build metadata added.
<SourceBuild RepoName="testfx" ManagedOnly="true" />
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.
This may not be required now with this PR but it sounds like it will long term.
waiting for this: #45411 |
…241211.3 Microsoft.Testing.Platform , MSTest From Version 1.5.0-preview.24604.7 -> To Version 1.5.0-preview.24611.3
/azp run dotnet-sdk-public-ci,sdk-source-build,sdk-unified-build |
Azure Pipelines successfully started running 3 pipeline(s). |
Yes, just sdk. |
A VMR repo project will need to be created for testfx.proj at https://github.com/dotnet/sdk/tree/main/src/SourceBuild/content/repo-projects |
I see this is not in the repo onboarding instructions. I will add it. In the meantime, I would refer to existing projects for examples. The main thing I think that is needed is to define the RepositoryReferences correctly. See https://github.com/dotnet/sdk/blob/main/src/SourceBuild/content/repo-projects/vstest.proj for an example. |
…241213.3 Microsoft.SourceBuild.Intermediate.testfx , Microsoft.Testing.Platform , MSTest From Version 3.8.0-preview.24612.7 -> To Version 3.8.0-preview.24613.3
…241213.5 Microsoft.SourceBuild.Intermediate.testfx , Microsoft.Testing.Platform , MSTest From Version 3.8.0-preview.24613.3 -> To Version 3.8.0-preview.24613.5
…241214.1 Microsoft.SourceBuild.Intermediate.testfx , Microsoft.Testing.Platform , MSTest From Version 3.8.0-preview.24613.5 -> To Version 3.8.0-preview.24614.1
@nohwnd the remaining failures are real ones when building the testfx repo as part of the VMR. |
…241216.12 Microsoft.SourceBuild.Intermediate.testfx , Microsoft.Testing.Platform , MSTest From Version 3.8.0-preview.24614.1 -> To Version 3.8.0-preview.24616.12
…9744c99-7212-4722-880e-34f8c67032e1
…9744c99-7212-4722-880e-34f8c67032e1
9015c6f
to
b31446c
Compare
@nohwnd, any update? |
…9744c99-7212-4722-880e-34f8c67032e1
Looks like vmr no longer fails on testfx, but rather on the test-templates, which are now part of sdk, checking with our team. |
The test-templates failure was just a stale issue because the branch was on an old HEAD. I updated the branch. Note that @Evangelink shared concerns regarding source building the testfx repo: dotnet/source-build-reference-packages#1105 (comment) |
Will reply on the other thread, we have discussed and agreed upon a strategy. |
It currently hits a bunch of new warnings with the latest sdk.
This pull request updates the following dependencies
From https://github.com/microsoft/testfx