microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.48k stars 28.64k forks source link

Build failed: shell integration - integration test failure #224652

Open meganrogge opened 1 month ago

meganrogge commented 1 month ago
1 failing
  1) vscode API - Terminal.shellIntegration
       executeCommand(commandLine):

      AssertionError [ERR_ASSERTION] [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected

  {
    confidence: 2,
    isTrusted: true,
+   value: 'e'
-   value: 'echo hello'
  }
      + expected - actual

       {
         "confidence": 2
         "isTrusted": true
      -  "value": "e"
      +  "value": "echo hello"
       }

      at Context.<anonymous> (/Users/runner/work/1/s/extensions/vscode-api-tests/src/singlefolder-tests/terminal.shellIntegration.test.ts:211:18)

Build: https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=286378 Changes: https://github.com/Microsoft/vscode/compare/331b772...b786d31

meganrogge commented 1 month ago

Happened again here https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=286444