-
Notifications
You must be signed in to change notification settings - Fork 401
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
Intermittent failure of testSignatureHelpForSelectedCompletionProposal #2737
Comments
I just noticed that the same exact issue happened again: https://ci.eclipse.org/ls/job/jdt-ls-master/1779/ And I also noticed that the old CI jobs are not saved, so you can't see the failed build I linked earlier. For future reference, here is the test failure:
Again, if you look at where the test case failed: Lines 1222 to 1223 in 6fe5425
And consider: Based on the "default" Lines 159 to 163 in 2803413
But I don't know why exactly it could happen, and I don't have time to investigate any further. Just thought the details might help. |
The ${methodArgName} vs. argN mismatch seemed like the method bindings weren't in place yet. I think the bindings would have the parameter names. @snjeza can this be closed ? What part of your PR addressed this ? the |
I noticed a random test failure: https://ci.eclipse.org/ls/job/jdt-ls-pr/4410/, it seems to be intermittent since it resolved itself after re-running the tests: https://ci.eclipse.org/ls/job/jdt-ls-pr/4411/.
Judging by the assertion error message, it seems like this code path was triggered: https://github.com/eclipse/eclipse.jdt.ls/blob/2803413cb67b40b6bc6d560b5461b0be0eb00b0e/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/contentassist/CompletionProposalDescriptionProvider.java#L160-L161
I don't know exactly why that would happen, but an exception should have been logged. Is there any way for us to get those logs? It seems like the CI server deletes the workspace after running the tests (I can only access the logs while the tests are running)? If that is the case, maybe it would be good if we could figure out a way to save the logs so they can be inspected after the workspace is deleted?
The text was updated successfully, but these errors were encountered: