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

Fix references to old CPP names in tests, update tests #4159

Merged
merged 4 commits into from
Apr 6, 2024

Conversation

jhrcek
Copy link
Collaborator

@jhrcek jhrcek commented Apr 5, 2024

Picks up where #4129 left off + includes test fixes.
One of the fixed tests seems to be flaky so might require some stabilization..

@jhrcek jhrcek marked this pull request as ready for review April 5, 2024 16:56
@jhrcek jhrcek marked this pull request as draft April 5, 2024 17:04
@jhrcek
Copy link
Collaborator Author

jhrcek commented Apr 5, 2024

Converting to draft as the fixed eval plugin test is quite unstable and slow. Will check it out in detail tomorrow.

@@ -37,7 +37,7 @@ tests =

(codeLensResponse, activeProgressTokens) <- expectProgressMessagesTill
(responseForId SMethod_TextDocumentCodeLens lspId)
["Setting up testdata (for T1.hs)", "Processing", "Indexing"]
["Setting up testdata (for T1.hs)", "Processing"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this Indexing because it was making the test flaky (sometimes appeared after the code lens reponse).
As suggested by @fendor the only Indexing message that happens is related to files not related to this test, so it also semantically doesn't belong here.

@jhrcek jhrcek marked this pull request as ready for review April 6, 2024 14:41
Copy link
Collaborator

@fendor fendor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for pushing it over the finish line!

@jhrcek jhrcek merged commit 1dd54a5 into master Apr 6, 2024
39 checks passed
@jhrcek jhrcek deleted the jhrcek/fix-old-cpp-names branch May 11, 2024 04:37
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.

None yet

2 participants