swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
708 stars 47 forks source link

Sometimes get in state where swift Test Result never ends #844

Closed award999 closed 4 weeks ago

award999 commented 4 weeks ago

Describe the bug Sometimes get in state where swift Test Result never ends

To Reproduce Steps to reproduce the behavior:

  1. From the test explorer run a suite or test, either normally and in coverage mode
  2. Keep doing this over and over, can select different tests and suites Eventually get is a state where Test Results never stops (wheel keeps spinning):
Screenshot 2024-06-05 at 2 29 22 PM

and all subsequent ones do the same:

Screenshot 2024-06-05 at 2 37 10 PM

Expected behavior Stops the test execution

Environment

Additional context I could not find the magic combination of clicks to reproduce this reliably but usually happened around 10-15 test runs

plemarquand commented 4 weeks ago

This should be addressed by #845 and #837

adam-fowler commented 4 weeks ago

This should be addressed by #845 and #837

As both of these are merged this should be fixed. @award999 can you verify

award999 commented 4 weeks ago

yep :)

award999 commented 4 weeks ago

Verified alongside https://github.com/swift-server/vscode-swift/pull/855, things look good