paulegradie / Sailfish

Sailfish - a production friendly performance benchmark runner for .NET
https://paulgradie.com/Sailfish/
MIT License
11 stars 4 forks source link

IDE spinners don't immediately complete on test exception #133

Closed paulegradie closed 3 months ago

paulegradie commented 6 months ago

When multiple test cases are executed in the IDE via the test adapter, and an early test throws an exception, that test will not teriminate correctly until the end of the test run (when the adapter exits):

https://github.com/paulegradie/Sailfish/assets/30226456/33ac4ccd-1373-423e-bed6-9968bb6d8452

paulegradie commented 3 months ago

Fixed in: https://github.com/paulegradie/Sailfish/pull/143