microsoft / vscode-spring-boot-dashboard

Spring Boot Dashboard for VS Code
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-spring-boot-dashboard
Other
56 stars 32 forks source link

Try fixing test failure on GH-Action Windows agent #299

Closed Eskibear closed 1 year ago

Eskibear commented 1 year ago

No idea why GH CI-Windows always fails.

Eskibear commented 1 year ago

FYI, error message:

  1) Extension Test Suite
       Can view static beans and mappings:
     Error: Timeout of 300000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (d:\a\vscode-spring-boot-dashboard\vscode-spring-boot-dashboard\out\test\suite\extension.test.js)
Eskibear commented 1 year ago

from latest log, it stuck on initSymbols, where Spring LS responds workspace/symbols requests with empty result, and dashboard hence keeps sending the requests for a valid result.

Eskibear commented 1 year ago

cont. in #302