mbien commented on PR #4817:
URL: https://github.com/apache/netbeans/pull/4817#issuecomment-1325763569
LSP job sometimes errors with:
```
[junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec
[junit]
[junit] Testcase:
org.netbeans.modules.java.lsp.server.protocol.ServerTest:testDidOpenPreservesLines:
Caused an ERROR
[junit] Timeout occurred. Please note the time in the report does not
reflect the time until the timeout.
[junit] junit.framework.AssertionFailedError: Timeout occurred. Please note
the time in the report does not reflect the time until the timeout.
[junit] at java.util.Vector.forEach(Vector.java:1277)
[junit] at java.util.Vector.forEach(Vector.java:1277)
[junit]
[junit]
[junit] Test org.netbeans.modules.java.lsp.server.protocol.ServerTest FAILED
(timeout)
```
but the retry script can brute force through it - so its all good.
Thanks to @sdedic for fixing the nb-javac task issue in #4975 (#4921 for
context). I also changed all jobs which use multiple JDKs to set them up right
at the beginning of the job for getting consistent timestamps of JDK tools.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists