-
Notifications
You must be signed in to change notification settings - Fork 14
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
ITests failing on running job 'Initialize Language Servers for pom.xml' #169
Comments
Generate Stack Report and Language Servers are two independent features. Can you please generate and attach here a java tread dump when the Initialize LS job is stuck ? See https://access.redhat.com/solutions/18178 |
I am not sure if this is related but new error in logs
|
@vprusa So the LSP server.js is not downloaded during the build. download-maven-plugin plugin is used to download the LSP server and the plugin execution is skipped if skipRequirements is set to true (the value is inherited from skipTests), which it is in your jenkins job. I have added skipRequirements=false. Lets see if it helps |
Itests hangs on
15:44:25 10:44:24.597 DEBUG [WorkbenchTestable][JobIsRunning] job 'Initialize Language Servers for pom.xml' has no excuses, wait for it
.. For all test cases which opens pom.xml
jenkins job
Locally all test passed
I need to debug this with lsp4e for more info
The text was updated successfully, but these errors were encountered: