Space in extension path: Debugger test failures #14166
Labels
area-internal
Label for non-user facing issues
bug
Issue identified by VS Code Team member as probable bug
important
Issue identified as high-priority
Unit Tests - debugging
Debugger should start (nosetest):
Incorrect number of test files
-0
+2
at testStartingDebugger (out/test/testing/debugger.test.js:95:23)
at processTicksAndRejections (internal/process/task_queues.js:94:5)
at Context. (out/test/testing/debugger.test.js:126:9)
Unit Tests - debugging
Debugger should stop when user invokes a test discovery (nosetest):
Incorrect number of test files
-0
+2
at testStoppingDebugger (out/test/testing/debugger.test.js:132:23)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:94:5)
at Context. (out/test/testing/debugger.test.js:154:9)
Unit Tests - debugging
Debugger should not stop when test discovery is invoked automatically by extension (nosetest):
Incorrect number of test files
-0
+2
at testDebuggerWhenRediscoveringTests (out/test/testing/debugger.test.js:160:23)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:94:5)
at Context. (out/test/testing/debugger.test.js:190:9)
Steps to repro:
Or if that doesn't work, use a github action as done in this pr:
#14113
The text was updated successfully, but these errors were encountered: