Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminal mac os web smoke tests failing #234606

Open
justschen opened this issue Nov 25, 2024 · 0 comments
Open

terminal mac os web smoke tests failing #234606

justschen opened this issue Nov 25, 2024 · 0 comments
Assignees

Comments

@justschen
Copy link
Contributor

seems like a few consistent smoke test failures:

see build: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=306954&view=results and https://dev.azure.com/monacotools/Monaco/_build/results?buildId=306866&view=results

  1) VSCode Smoke Tests (Web)
       Terminal
         Terminal Input
           Auto replies
             should automatically reply to a custom entry:
     Error: Timeout: get terminal buffer '#terminal .terminal-wrapper' after 20 seconds.
      at Code.poll (/Users/runner/work/1/s/test/automation/out/code.js:205:23)
      at async Code.waitForTerminalBuffer (/Users/runner/work/1/s/test/automation/out/code.js:176:9)
      at async Terminal.waitForTerminalText (/Users/runner/work/1/s/test/automation/out/terminal.js:262:13)
      at async Context.<anonymous> (out/areas/terminal/terminal-input.test.js:38:17)

see build: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=306898&view=results and https://dev.azure.com/monacotools/Monaco/_build/results?buildId=306921&view=results and some more

anywhere from 1-14 tests failing like below

  1) VSCode Smoke Tests (Web)
       Terminal
         Terminal Shell Integration
           Process-based tests
             Decorations
               terminal.integrated.shellIntegration.decorationsEnabled should determine gutter and overview ruler decoration visibility
                 "before each" hook for "never":
     Error: Timeout: is active element ' .monaco-editor[data-uri$="settings.json"] .native-edit-context' after 20 seconds.
      at Code.poll (/Users/runner/work/1/s/test/automation/out/code.js:205:23)
      at async Code.waitForActiveElement (/Users/runner/work/1/s/test/automation/out/code.js:167:9)
      at async Editor.waitForEditorFocus (/Users/runner/work/1/s/test/automation/out/editor.js:68:9)
      at async SettingsEditor.openUserSettingsFile (/Users/runner/work/1/s/test/automation/out/settings.js:51:9)
      at async SettingsEditor.clearUserSettings (/Users/runner/work/1/s/test/automation/out/settings.js:42:9)
      at async Context.<anonymous> (out/areas/terminal/terminal-shellIntegration.test.js:54:25)

  2) VSCode Smoke Tests (Web)
       Terminal
         Terminal Shell Integration
           Process-based tests
             "after all" hook in "Process-based tests":
     Error: Timeout: is active element ' .monaco-editor[data-uri$="settings.json"] .native-edit-context' after 20 seconds.
      at Code.poll (/Users/runner/work/1/s/test/automation/out/code.js:205:23)
      at async Code.waitForActiveElement (/Users/runner/work/1/s/test/automation/out/code.js:167:9)
      at async Editor.waitForEditorFocus (/Users/runner/work/1/s/test/automation/out/editor.js:68:9)
      at async SettingsEditor.openUserSettingsFile (/Users/runner/work/1/s/test/automation/out/settings.js:51:9)
      at async SettingsEditor.clearUserSettings (/Users/runner/work/1/s/test/automation/out/settings.js:42:9)
      at async Context.<anonymous> (out/areas/terminal/terminal-shellIntegration.test.js:33:17)

  3) VSCode Smoke Tests (Web)
       Terminal
         Terminal Shell Integration
           Write data-based tests
             "before all" hook in "Write data-based tests":
     Error: Timeout: is active element ' .monaco-editor[data-uri$="settings.json"] .native-edit-context' after 20 seconds.
      at Code.poll (/Users/runner/work/1/s/test/automation/out/code.js:205:23)
      at async Code.waitForActiveElement (/Users/runner/work/1/s/test/automation/out/code.js:167:9)
      at async Editor.waitForEditorFocus (/Users/runner/work/1/s/test/automation/out/editor.js:68:9)
      at async SettingsEditor.openUserSettingsFile (/Users/runner/work/1/s/test/automation/out/settings.js:51:9)
      at async SettingsEditor.addUserSettings (/Users/runner/work/1/s/test/automation/out/settings.js:36:9)
      at async setTerminalTestSettings (out/areas/terminal/terminal-helpers.js:9:5)
      at async Context.<anonymous> (out/areas/terminal/terminal-shellIntegration.test.js:89:17)

  4) VSCode Smoke Tests (Web)
       Terminal
         Terminal Shell Integration
           Write data-based tests
             "after all" hook in "Write data-based tests":
     Error: Timeout: is active element ' .monaco-editor[data-uri$="settings.json"] .native-edit-context' after 20 seconds.
      at Code.poll (/Users/runner/work/1/s/test/automation/out/code.js:205:23)
      at async Code.waitForActiveElement (/Users/runner/work/1/s/test/automation/out/code.js:167:9)
      at async Editor.waitForEditorFocus (/Users/runner/work/1/s/test/automation/out/editor.js:68:9)
      at async SettingsEditor.openUserSettingsFile (/Users/runner/work/1/s/test/automation/out/settings.js:51:9)

cc. @lszomoru

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants