-
Notifications
You must be signed in to change notification settings - Fork 30.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
Linux build failure: Notebook Editor Integration Test #165149
Comments
Skipped this test: #165150 |
Decided to comment out the entire test suite: #165150 (comment) |
* skip flaky test related to #165149 * skip the entire suite
Thanks for reverting it, this failure is what I was expecting to see but didn't realize it's so common. Previously we often have NPE for vscode/src/vs/workbench/contrib/notebook/common/notebookEditorModel.ts Lines 541 to 542 in 8b4642a
@jrieken can you help take a look at this? |
@bpasero This might actually be interesting for your. AFAIK we simply call resolve on the working copy manager but working copy actually isn't resolved. This is all happening here
The working copy doc says that the model is defined once resolve is called but it seems not so (at times) |
#167212 brings the tests back and sets verbose logging for the failing one (I am not sure why the entire suite was disabled). There is cases where vscode/src/vs/workbench/services/workingCopy/common/storedFileWorkingCopy.ts Lines 411 to 415 in 557a681
Or when providing contents for resolving but the working copy is dirty with user changes: vscode/src/vs/workbench/services/workingCopy/common/storedFileWorkingCopy.ts Lines 420 to 424 in 557a681
Anyway, any of these cases should appear in the logs now with verbose logging enabled. |
https://dev.azure.com/vscode/VSCode/_build/results?buildId=77644&view=logs&j=a8a6689c-5a84-59c0-482a-7dd9f21eb2d8&t=1fa6fb8d-7bb3-5acd-5778-bf99aac7f637&l=682
The text was updated successfully, but these errors were encountered: