-
Notifications
You must be signed in to change notification settings - Fork 301
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
Real Jupyter functional tests on Windows take far too long #2903
Comments
Is there any thing that extension team should investigate here? This does not look like something we can address. |
Oops that's was accidental, adding DS label back |
Following the directions here: and by making a new test entry like this in the package.json:
I can profile the tests. |
Additionally using this is also possible, just not as nice of an output: |
Looks like the majority of the time is enumerating interpreters by asking the registry. We do this on every test. Hotspots:
|
Validated via the most recent test results timing. Now just 2x linux mac and only 1 hour. |
I've had to bump up the timeout way up for the nightly flake suites. And it's just windows causing this issue. My quick guess is that it's the "locate the right jupyter to launch" code, as I think that multiple SxS versions of Python are installed on the test boxes.
The text was updated successfully, but these errors were encountered: