lexical-lsp / lexical

Lexical is a next-generation elixir language server
779 stars 77 forks source link

Ensure the index is ready before running GoToDefinition tests #700

Closed zachallaun closed 2 months ago

zachallaun commented 2 months ago

I believe this is the reason for the spurious CI failures we were seeing. Since definitions are now driven by the index, we need to wait until it's ready prior to running those tests. It makes sense that they would sometimes pass and sometimes fail -- the index usually beats the test, but not always.