Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 311
Tests are sent back as in-progress and passed #5348
Copy link
Copy link
Labels
area/mtpMicrosoft.Testing.Platform core library.Microsoft.Testing.Platform core library.area/performanceRuntime / build performance / efficiency.Runtime / build performance / efficiency.area/server-mode-jsonrpcMTP server mode - JSON RPC transport.MTP server mode - JSON RPC transport.
Description
Activity
Metadata
Metadata
Assignees
Labels
area/mtpMicrosoft.Testing.Platform core library.Microsoft.Testing.Platform core library.area/performanceRuntime / build performance / efficiency.Runtime / build performance / efficiency.area/server-mode-jsonrpcMTP server mode - JSON RPC transport.MTP server mode - JSON RPC transport.
Test updates are batched by count and time, and if test is in progress and finishes in the same batch we send the same test case info twice in the same batch.
Test updates can simply discard in-progress update for any test case for which they already have a result.
Repro: Just run any test.
Originally posted by Jakub Jareš (@nohwnd) in https://github.com/microsoft/testanywhere/issues/1509