Skip to content

sidebar polling, workspace close, and timeouts#616

Closed
siddhusaladi wants to merge 10 commits into
OpenLiberty:mainfrom
siddhusaladi:builds-fixes
Closed

sidebar polling, workspace close, and timeouts#616
siddhusaladi wants to merge 10 commits into
OpenLiberty:mainfrom
siddhusaladi:builds-fixes

Conversation

@siddhusaladi

@siddhusaladi siddhusaladi commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Fixes failures on macOS CI with the Previous VS Code version.

  • Poll until workspace is actually closed instead of a fixed 2s sleep
  • Re-fetch sidebar DOM references on every retry instead of reusing stale ones (timeout 30s → 120s)
  • Isolate each LS output channel polling step so failures trigger immediate retry and dismiss notification toasts before closing the panel
  • Add closeWorkspace() to LSP suite teardown so the next suite always gets a fresh open, not a 190s extension host restart
  • LS init timeouts to 60s → 240s internal/300s Mocha across all LSP suites
  • Explicitly restore Explorer view after the debugger test (previous VS Code doesn't do this automatically)

Comment thread src/test/utils/testUtils.ts Outdated
Comment thread src/test/utils/testUtils.ts Outdated
Comment thread src/test/utils/testUtils.ts Outdated
Comment thread src/test/utils/testUtils.ts
Comment thread src/test/utils/testUtils.ts
Comment thread src/test/utils/testUtils.ts
@siddhusaladi

Copy link
Copy Markdown
Contributor Author

Removing failing previous VS Code version from CI pipeline for now

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

Successfully merging this pull request may close these issues.

2 participants