-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i restart my unittest, it will automatically execute all test cases. #224359
Comments
Hi! Thanks for the bug report! Are you able to send all of your logs from the python output channel? Im looking for a line which says something like- running pytest with args: or somewhere listing the testIds |
this is my Full log, from DEBUG CONSOLE Error: Could not connect to runTestIdsPort: [Errno 2] No such file or directory: '\\.\pipe\python-test-ids-951766bd95042746d857-sock' Running Debug on Windows. |
Version: 1.92.0 (user setup) |
Same problem on Ubuntu Python output channel - debug level:
When hitting restart, run_pytest_script.py of vscode-python seems to be trying to open /run/user/1000/python-test-ids-3117b68b8b7d61fc35d8.sock based on the value of RUN_TEST_IDS_PIPE when it is in fact closed About: |
Hi! This should be fixed in the newest update coming out this week on stable or out on pre-release right now. We did some work to make sure the restart debug was working correctly. Let me know if you see this fixing the problem or if its persists |
It doesn't seem to have been repaired this is my debug log: |
Version: 1.93.0 (user setup) |
closing as a dup of this other issue but this is on my list of items to work on next month! microsoft/vscode-python-debugger#338 |
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Here is my workspace file.
It not only restarted the unit test I had previously run, but also started another test. And another test is not in the testing directory of the configuration file.
The text was updated successfully, but these errors were encountered: