eclipse-jdtls / eclipse.jdt.ls

Java language server
1.8k stars 401 forks source link

CompletionHandlerTest.testCompletion_Lambda fails randomly #3261

Open snjeza opened 2 months ago

snjeza commented 2 months ago

See https://ci.eclipse.org/ls/job/jdt-ls-pr/5252/testReport/org.eclipse.jdt.ls.core.internal.handlers/CompletionHandlerTest/testCompletion_Lambda/

rgrunber commented 2 months ago

I just had a local failure of this :

Results:

Failures: 
  CompletionHandlerTest.testCompletion_Lambda:3464 expected:<(Object [arg0]) ->> but was:<(Object [t]) ->>

Tests run: 1861, Failures: 1, Errors: 0, Skipped: 12

The fact that the expected/actual is reversed at least indicates I definitely had the change.

snjeza commented 2 months ago

@rgrunber I will check.