vscode icon indicating copy to clipboard operation
vscode copied to clipboard

macOS integration test failing: vscode API - terminal

Open justschen opened this issue 11 months ago • 1 comments

 1) vscode API - terminal
       Terminal
         environmentVariableCollection
           should have collection variables apply to terminals immediately after setting:
     Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/runner/work/1/s/extensions/vscode-api-tests/out/singlefolder-tests/terminal.test.js)
      at listOnTimeout (node:internal/timers:581:17)
      at processTimers (node:internal/timers:519:7)

  2) vscode API - terminal
       Terminal
         environmentVariableCollection
           should have collection variables apply to environment variables that don't exist:
     Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/runner/work/1/s/extensions/vscode-api-tests/out/singlefolder-tests/terminal.test.js)
      at listOnTimeout (node:internal/timers:581:17)
      at processTimers (node:internal/timers:519:7)

and

 1) vscode API - terminal
       Terminal
         environmentVariableCollection
           should have collection variables apply to terminals immediately after setting:
     Error: Timeout: b1~b2~ should be printed after 20 seconds.
Did not pass accept function
      at poll (/Users/runner/work/1/s/extensions/vscode-api-tests/src/utils.ts:176:10)
      at Context.<anonymous> (/Users/runner/work/1/s/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts:754:5)

https://dev.azure.com/monacotools/Monaco/_build/results?buildId=313089&view=results

justschen avatar Jan 15 '25 01:01 justschen

happening also here: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=313277&view=results

aiday-mar avatar Jan 15 '25 16:01 aiday-mar

https://dev.azure.com/monacotools/Monaco/_build/results?buildId=314367&view=logs&j=9833cdaa-2e92-5f8d-56a8-239fd18fd628&t=efbaf268-cf98-50c2-bb3c-7950770fd6bc

roblourens avatar Jan 22 '25 05:01 roblourens

@roblourens a change was made yesterday for this test, I think around the time or just after that build was done

/duplicate https://github.com/microsoft/vscode/issues/238331

Tyriar avatar Jan 22 '25 13:01 Tyriar