-
Notifications
You must be signed in to change notification settings - Fork 293
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
All Interactive Window tests failing #11322
Comments
Looks like some issues in Core, something could not be loaded, I've seen this in the past as well, and only manaaged to get things working after re-installing VS Code.
|
These have both been in web. This is the same sort of webview error that we have seen in vscode integration tests, microsoft/vscode#126371 (comment) cc @mjbvz, is there anything we can do here? If this is behind lots of flakiness in vscode-jupyter web tests I suggest we make all web tests optional or add a retry, but we clearly need to test web |
@roblourens This appears to be an electron bug microsoft/vscode#125993 Unfortunately I don't know how to resolve it or work around it |
That issue sounds like it's specifically talking about an error like |
The vast majority of the failures are happening in web.
It's hard to see what leads to triggering the kernel to start from the logs in a successful test run though, most of the previous logs are about disposing objects from previous tests. Need to try and dig through the code to see if I can find why kernels would just stop trying to initialize for an entire suite. |
haven't seen this for a while |
Something must have gone wrong in setup because it seems that every IW test failed. I saw the same thing in another run from yesterday
https://github.com/microsoft/vscode-jupyter/runs/8232442931?check_suite_focus=true
The text was updated successfully, but these errors were encountered: