Skip to content

debug: Debug Configuration tests failing on release branch #2215

@hyangah

Description

@hyangah

This is v0.33.0 release blocker and needs to be fixed.

cc @suzmue @polinasok

 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

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions