Skip to content
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

Add extra properties for test results in dotnet test #44109

Conversation

mariam-abdulla
Copy link
Member

@mariam-abdulla mariam-abdulla commented Oct 11, 2024

This pull request introduces several enhancements to the test result messaging system, primarily focusing on adding new fields to test result messages and updating related serializers and handlers. The most important changes include extending the SuccessfulTestResultMessage and FailedTestResultMessage records, updating field IDs, and modifying the serializers to handle the new fields.

Enhancements to Test Result Messages:

Updates to Field IDs:

Serializer Modifications:

Additional Changes:

@mariam-abdulla mariam-abdulla requested a review from a team as a code owner October 11, 2024 13:10
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-DotNet Test untriaged Request triage from a team member labels Oct 11, 2024
@mariam-abdulla mariam-abdulla removed the untriaged Request triage from a team member label Oct 11, 2024
…ra-properties-for-test-results-in-dotnet-test
…dotnet-test' of https://github.com/dotnet/sdk into dev/mabdullah/add-extra-properties-for-test-results-in-dotnet-test
@nohwnd
Copy link
Member

nohwnd commented Oct 11, 2024

This PR requires this change on testfx to be merged: https://github.com/microsoft/testfx/pull/3932/files

@mariam-abdulla mariam-abdulla merged commit 7cfd4c0 into main Oct 14, 2024
36 checks passed
@mariam-abdulla mariam-abdulla deleted the dev/mabdullah/add-extra-properties-for-test-results-in-dotnet-test branch October 14, 2024 06:35
@Evangelink
Copy link
Member

Relates to #45927

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants