Skip to content
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

Ensure the index is ready before running GoToDefinition tests #700

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

zachallaun
Copy link
Collaborator

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.

@scohen scohen changed the title Ensure the index is readdy before running GoToDefinition tests Ensure the index is ready before running GoToDefinition tests Apr 17, 2024
@scohen scohen merged commit 4af2373 into main Apr 17, 2024
9 checks passed
@scohen scohen deleted the za-fix-spurious-test-failure branch April 17, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants