microsoft / vscode-python

Python extension for Visual Studio Code
https://aka.ms/pvsc-marketplace
MIT License
4.33k stars 1.19k forks source link

CI failing on multiroot workspace tests #11540

Closed karthiknadig closed 4 years ago

karthiknadig commented 4 years ago
1) Configuration Service
    Ensure same instance of settings return:
    TypeError: Cannot read property 'get' of undefined
   at Context.<anonymous> (d:\a\1\s\out\test\common\configuration\service.test.js:18:43)
   at processImmediate (internal/timers.js:439:21)

2) Configuration Service
    Ensure async registry works:
    TypeError: Cannot read property 'get' of undefined
   at Context.<anonymous> (d:\a\1\s\out\test\common\configuration\service.test.js:23:48)
   at processImmediate (internal/timers.js:439:21)

3) PythonExecutableService
    "before each" hook for "Importing without a valid PYTHONPATH should fail":
    TypeError: Cannot read property 'get' of undefined
   at Context.<anonymous> (d:\a\1\s\out\test\common\process\pythonProc.simple.multiroot.test.js:36:42)
   at processImmediate (internal/timers.js:439:21)

4) PythonExecutableService
    "after each" hook for "Importing without a valid PYTHONPATH should fail":
    TypeError: Cannot read property 'updateSetting' of undefined
   at Context.<anonymous> (d:\a\1\s\out\test\common\process\pythonProc.simple.multiroot.test.js:46:29)

5) Interpreters - Workspace VirtualEnv Service
    "before all" hook for "Detect Virtual Environment":
    TypeError: Cannot read property 'get' of undefined
   at Context.<anonymous> (d:\a\1\s\out\test\interpreters\locators\workspaceVirtualEnvService.test.js:104:36)

6) Linting - Multiple Linters Enabled Test
    "before all" hook for "Multiple linters":
    TypeError: Cannot read property 'get' of undefined
   at Context.<anonymous> (d:\a\1\s\out\test\linters\lint.multilinter.test.js:41:46)

https://dev.azure.com/ms/vscode-python/_build/results?buildId=76931&view=logs&j=e456b71d-3d0a-5786-582e-34e11c3491a4&t=2c4243b3-1d63-596d-5bf6-6777b4bab47e

karthiknadig commented 4 years ago

Dupe of #11477