-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
Conversation
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"] |
There was a problem hiding this comment.
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.
There was a problem hiding this 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!
Picks up where #4129 left off + includes test fixes.
One of the fixed tests seems to be flaky so might require some stabilization..