-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Enable running host tests using helix #77800
Comments
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsHost tests (
Test projects
Work
|
I don't anticipate us actually doing all this in 8.0, but putting this in that milestone for now. |
elinor-fung
removed
the
untriaged
New issue has not been triaged by the area owner
label
Nov 2, 2022
elinor-fung
added a commit
that referenced
this issue
Mar 21, 2024
As part of #77800, we have gotten rid of building/publishing projects using the SDK during hosting test runs. This change removes test utilities like `TestProjectFixture` and `TestProject` which revolved around that building / publishing functionality. It also removes the `BuildReporter`/`AnsIConsole` logging from the test utils. It was a lot of infrastructure to set font colour and weight for output that would not normally be seen (redirected to a log file usually - only seen on non-Windows when running directly via dotnet test, not arcade infrastructure).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Host tests (
src/installer/tests
) currently run directly on the build machine.Test projects
Microsoft.NET.HostModel
Work
LightupAppActivation
tests to component tests targeting additional deps #78139StartupHookProvider
out of hosting tests #77805GenerateTestRestoreSourcesNuGetConfig
to point at live built packagesRepoDirectoriesProvider
builds paths based on repo structure / output directorySetupTestContextVariables
RefreshProjectTestAssets
currently sets up asharedFrameworkPublish
folder and test projects that will be runhost.pretest
subset, similar tolibs.pretest
The text was updated successfully, but these errors were encountered: