-
Notifications
You must be signed in to change notification settings - Fork 291
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
Run by line test is not stopping at end of cell #7611
Comments
Test should probably be rewritten to have second line change the value of A to verify it's stepping one line at a time. |
Still one of our flakiest tests, but possibly a different issue. In failure cases, we can see in the logs a disconnect message is sent, but we no longer hear anything on the debug channel as it waits for 60 seconds:
whereas successful runs will have a response indicating success
|
This is possibly what I filed on debugpy: microsoft/debugpy#1051 |
A restart issue got mixed up with flaky tests, that's why the iteration plan points at this item, but I think the root issue is that restart does not work right, so I'm fixing #7670 to fulfill this iteration plan item. |
This test:
is failing because run by line is running without stopping. After the first run by line command this happens:
This breaks the rest of the test.
The text was updated successfully, but these errors were encountered: