You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected:
When all tests complete, the test runner acts like everything is good (legacy behavior).
Actual:
When running tests, even if all tests complete, the test GUI will continue to show a spinner and block running new tests if a test leaves a process running.
Steps to reproduce:
Have a test spawn a subprocess, but don't kill it.
Alternatively, use pytest-hot-reloading, which is the library where I encountered this issue. It has the argument --daemon-start-if-needed which starts the pytest daemon automatically when running a test.
Extension version: 2023.20.0
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Remote OS version: Linux x64 6.2.0-1016-azure
Remote OS version: Linux x64 6.2.0-1016-azure
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 x 2808)
Type: Bug
Behaviour
Expected vs. Actual
Expected:
When all tests complete, the test runner acts like everything is good (legacy behavior).
Actual:
When running tests, even if all tests complete, the test GUI will continue to show a spinner and block running new tests if a test leaves a process running.
Steps to reproduce:
--daemon-start-if-needed
which starts the pytest daemon automatically when running a test.The library has a codespace already configured: https://github.com/JamesHutchison/pytest-hot-reloading
Diagnostic data
python.languageServer
setting: DefaultOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)User Settings
Extension version: 2023.20.0
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.19045
Modes:
Remote OS version: Linux x64 6.2.0-1016-azure
Remote OS version: Linux x64 6.2.0-1016-azure
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: