dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
261 stars 128 forks source link

Refactor Test Results in CI #4387

Open MichaelSimons opened 2 months ago

MichaelSimons commented 2 months ago

Currently there are two TestResults shown in CI for source-build

image

We should be consistent on if each test suite should be a separate test run or if they should be merged. Currently the Tests category are all trx files while scenario tests is just the scenario-tests xml results file.

mthalman commented 2 months ago

To my knowledge, they can't be combined because the test results are from different test runners.

MichaelSimons commented 2 months ago

[Triage] We agree that the tests would be best grouped by test project as it helps understand immediate where the test is defined. Most test projects have numerous tests so having the intermingled is confusing.