microsoft / testfx

MSTest framework and adapter
MIT License
679 stars 247 forks source link

Simplify `PerRequestServerDataConsumer` #2170

Open MarcoRossignoli opened 5 months ago

MarcoRossignoli commented 5 months ago

Today in server mode we're trying to batch payloads per-call, we could do better and move the complexity close to the network channel and have a queue there where we can queue "all the in-progress" per call and move this class to a simply proxy.

https://github.com/microsoft/testfx/blob/main/src/Platform/Microsoft.Testing.Platform/ServerMode/PerRequestServerDataConsumerService.cs

AB#1950773

testplatform-bot commented 5 months ago

✅ Successfully linked to Azure Boards work item(s):

Evangelink commented 4 months ago

Pushed back to 3.4

Evangelink commented 3 months ago

Clearing milestone as there is no plan on improving server mode for now.