-
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 dotnet/test-templates #42272
[main] Update dependencies from dotnet/test-templates #42272
Conversation
…ld 20240718.1 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24368.1
…ld 20240722.2 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24372.2
same as #42258 |
…ld 20240726.2 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24376.2
@dotnet/product-construction
|
…ld 20240729.3 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24379.3
@dotnet/product-construction |
…ld 20240730.1 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24380.1
I mentioned in the Teams chat, but also sharing here in case folks can investigate. There are test failures here that require investigation:
|
Probably caused by dotnet/test-templates#421 which removed the |
Sure I will have a look! It's rather strange because we are using some new templating mechanism that allows to create or edit the global.json file (see https://github.com/dotnet/test-templates/pull/421/files#diff-670120659db7476b808d40102bbc7dfe64f8fa5d2c288a2aba08713a1dea8a06R86-R87). This new feature was developed here #41959 |
Double check that the SDK applying your templates has that feature, if it does then it's possible that feature isn't working as expected if this is the first time you're using it. I'm not sure if it's significant but it's only failing on Ubuntu, windows tests pass. Could be something about casing / path separators / line endings / etc. I found something suspect here: https://github.com/dotnet/test-templates/pull/421/files#r1698713316 |
I confirm @ericstj analysis. Sadly I have created this PR dotnet/test-templates#429 to fix the issue. I don't know if you want to close this PR and wait for next insertion or keep it open. |
We can keep this open. It will auto-update when a new build is available. |
…ld 20240731.1 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24381.1
I have done some local validation of VB.NET and F# too on Linux and the templates are working fine so not sure what's going-on with the source build leg. I have restarted the build just in case this is something flaky. |
…ld 20240801.1 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24401.1
…ld 20240801.2 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24401.2
…ld 20240801.3 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24401.3
…ld 20240801.4 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24401.4
…ld 20240801.5 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24401.5
…ld 20240802.1 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24402.1
…ld 20240805.3 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24365.1 -> To Version 1.1.0-rc.24405.3
@dotnet/source-build-internal, looks like the last failure is the source build leg. Mind taking a look? |
This looks like the same issue as before. @Evangelink, any update on your investigation? |
Manual tests are working fine for all 3 languages so I would suspect something with the test infra of that particular test but I wasn't able to find how to run this test locally (dotnet test isn't working as files are not copied, build.cmd -test is not running it) |
…ld 20240807.1 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24405.3 -> To Version 1.1.0-rc.24407.1
…ld 20240807.2 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24407.1 -> To Version 1.1.0-rc.24407.2
While getting some support/feedback on how to debug the source build integration test, I have reverted the usage of global.json in test-templates (see dotnet/test-templates#441), this should unblock this PR. cc @baronfel |
…ld 20240808.1 Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.9.0 From Version 1.1.0-rc.24407.2 -> To Version 1.1.0-rc.24408.1
This pull request updates the following dependencies
From https://github.com/dotnet/test-templates