-
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
"Run Test | Debug Test" repeated too many times #2666
Comments
Can you share your |
I uploaded the project directory to github.
This bug seems to happen in Tests/MaximumSubarray_test.py |
Can you please verify, @d3r3kk ? |
I cannot reproduce this exact behaviour on Windows nor on Linux. However, I do believe it to be related to #2660 and the registration of our callbacks on unittest projects. I will continue to attempt to reproduce this behaviour going forward, but I've not yet seen this exact thing. |
@d3r3kk if you can't reproduce with the provided sample then I'm going to assume that we fixed this. |
Just got a repro today - but I am working on related issues that I believe all have the same root cause. Tracking this on #2660, but will reopen this as well to keep things specific. |
I can only reproduce this in Windows, and @DonJayamanne didn't see any repro on macOS, so I'm limiting this to a windows-only issue. |
@d3r3kk |
Interesting! I get it to repro consistently with a venv under python 3.7. |
Closing as stale. If you still experience this issue, please file a new one. We refactored a lot of our test related code, so the underlying issue may have changed. |
Environment data
Actual behavior
Expected behavior
Steps to reproduce:
Other test files work fine.
Logs
Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: