-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
tests don't stop when I click the stop botton #22091
Comments
Hi! I am trying to repro this and am unable to at this time. Could you look by chance to see what the unittest discovery error you are running into is? I see it at the bottom of the test explorer list. The logs for what the discovery error is would be in output under python. Thanks! |
Here's what I see:
|
Do you see anything more in the logs after you click the run button? This seems to only be the logs for discovery and not for the subsequent run. |
Tests aren't getting discovered for me at all at this pt since I reloaded the window as documented here #22093 |
Passing this information onto @connor4312. What I am seeing here is the breakpoint connected to the place where the cancelation token is called and where it cancels the run is not being hit for a few seconds following the cancel button clicked. breakpoint-on-cancel.movAdditionally how fast I click to cancel seems to impact how quickly it can ultimately resolve. cancel-attempt.mov |
related to: #21507 |
closing in favor of #21507 to get all conversation around the "cancel" button not working under a single issue, thanks |
Testing #22081
I click the button three times here.
stop.mov
The text was updated successfully, but these errors were encountered: