-
Notifications
You must be signed in to change notification settings - Fork 838
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
This is v0.33.0 release blocker and needs to be fixed.
3 failing
1) Debug Configuration Merge User Settings
merge 'go' config from settings.json
default settings are applied:
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'legacy'
- 'dlv-dap'
+ expected - actual
-legacy
+dlv-dap
at Context.<anonymous> (out/test/integration/goDebugConfiguration.test.js:183:20)
2) Debug Configuration Default DebugAdapter
default debugAdapter should be 'dlv-dap':
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'legacy'
- 'dlv-dap'
+ expected - actual
-legacy
+dlv-dap
at Context.<anonymous> (out/test/integration/goDebugConfiguration.test.js:731:16)
3) Debug Configuration Default DebugAdapter
default debugAdapter for remote mode should be 'legacy' when not in Preview mode:
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'dlv-dap'
- 'legacy'
+ expected - actual
-dlv-dap
+legacy
at Context.<anonymous> (out/test/integration/goDebugConfiguration.test.js:745:16)
Error: 3 tests failed.
at /workspace/out/test/integration/index.js:58:27
at done (/workspace/node_modules/mocha/lib/mocha.js:1068:7)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
[main 2022-04-25T22:03:12.498Z] Extension host with pid 356 exited with code: 1, signal: null.
Exit code: 1
Done
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.