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

Repair LSP tests #1199

Merged
merged 2 commits into from
May 28, 2022
Merged

Repair LSP tests #1199

merged 2 commits into from
May 28, 2022

Conversation

petervdonovan
Copy link
Collaborator

@petervdonovan petervdonovan commented May 28, 2022

The LSP tests failed due to an issue that I had thought I had fixed. I think I had an off-by-one error/off-by-two error?!/off-by-one error/combination of off-by-one error and namespacing error in one of the heuristics that I had written into the tests. This fixes the mistake.

I acknowledge that these tests probably were not written very well. With their current design they have been tricky to get right... Apologies.

@petervdonovan petervdonovan force-pushed the lsp-test-fix branch 2 times, most recently from 8c41002 to f05c71b Compare May 28, 2022 01:29
@petervdonovan petervdonovan marked this pull request as ready for review May 28, 2022 02:57
@petervdonovan petervdonovan marked this pull request as draft May 28, 2022 03:10
@petervdonovan petervdonovan marked this pull request as ready for review May 28, 2022 04:07
@petervdonovan petervdonovan merged commit f35e094 into master May 28, 2022
@petervdonovan petervdonovan deleted the lsp-test-fix branch May 28, 2022 07:46
@lhstrh lhstrh changed the title [tests] Repair LSP tests. Repair LSP tests. May 31, 2022
@lhstrh lhstrh added testing bug Something isn't working labels May 31, 2022
@lhstrh lhstrh changed the title Repair LSP tests. Repair LSP tests May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants