-
Notifications
You must be signed in to change notification settings - Fork 257
Spurious CI tests #1265
Comments
I use ArchLinux for developing. |
I try to run test on Ubuntu 14.04 docker container. |
I'm using Xubuntu 18.04 and unfortunately can't reproduce the first issue as well. I'd assume we always calculate glob map correctly on the Maybe VFS sometimes fails to fetch a source line? Or |
Some recent breakages:
|
I believe this is fixed with #1482 so closing. |
Still not fixed after upgrading RLS in Rust repo. |
See rust-lang/rust#62225 for a dozen more occurrences of this since the issue got closed. Definitely not fixed. |
I think rust-lang/rust#62209 (comment) is also an instance of this. |
Right now we have 2 failing tests which pop up from time to time (here both are triggered):
client_deglob
(previouslytest_deglob
)We sometimes don't get a response for the second deglob requests for a line with 2 glob imports
client_use_statement_completion_doesnt_suggest_arguments
Sometimes Racer autocompletion returns empty (which is weird, given we're already waiting till the project is indexed and we wait for Racer to perform its analysis) results.
It's important we tackle this issue since
The text was updated successfully, but these errors were encountered: