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

Added ContainerStructureTestParser #4935

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kaito-ms
Copy link

@kaito-ms kaito-ms commented Aug 9, 2024

Fixed a Warning in the ContainerStructureTest@0 task that the parser does not exist.
++
##[warning]Failed to publish test run data: System.ArgumentException: Unknown test runner
at Microsoft.VisualStudio.Services.Agent.Worker.TestResults.TestDataPublisher.ParseTestResultsFile(TestRunContext runContext, List1 testResultFiles) in /mnt/vss/_work/1/s/src/Agent.Worker/TestResults/TestDataPublisher.cs:line 230 at Microsoft.VisualStudio.Services.Agent.Worker.TestResults.TestDataPublisher.PublishAsync(TestRunContext runContext, List1 testResultFiles, PublishOptions publishOptions, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/src/Agent.Worker/TestResults/TestDataPublisher.cs:line 70
##[debug]Processed: ##vso[results.publish type=ContainerStructure;mergeResults=false;runTitle=Container Structure Test;resultFiles=/home/azureuser/myagent/_work/_temp/cc4f0010-4b24-11ef-987b-e33922ec9c40.json;testRunSystem=VSTS-PTR;publishRunAttachments=true;]

Fixed a Warning in the ContainerStructureTest@0 task that the parser does not exist.
---
##[warning]Failed to publish test run data: System.ArgumentException: Unknown test runner
   at Microsoft.VisualStudio.Services.Agent.Worker.TestResults.TestDataPublisher.ParseTestResultsFile(TestRunContext runContext, List`1 testResultFiles) in /mnt/vss/_work/1/s/src/Agent.Worker/TestResults/TestDataPublisher.cs:line 230
   at Microsoft.VisualStudio.Services.Agent.Worker.TestResults.TestDataPublisher.PublishAsync(TestRunContext runContext, List`1 testResultFiles, PublishOptions publishOptions, CancellationToken cancellationToken) in /mnt/vss/_work/1/s/src/Agent.Worker/TestResults/TestDataPublisher.cs:line 70
##[debug]Processed: ##vso[results.publish type=ContainerStructure;mergeResults=false;runTitle=Container Structure Test;resultFiles=/home/azureuser/myagent/_work/_temp/cc4f0010-4b24-11ef-987b-e33922ec9c40.json;testRunSystem=VSTS-PTR;publishRunAttachments=true;]
@kaito-ms kaito-ms requested review from a team as code owners August 9, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant