-
Notifications
You must be signed in to change notification settings - Fork 17
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 state dependency in TestSuite #237
Comments
Part of the state dependency seems to be another instance of #189. I have looked at that in quite some detail but I cannot figure what is going on. It seems to be that when we get redundant "Compiling such-and-such" messages they come from the linking step; |
Part of the problem is #238. |
Currently we still have to run the tests without reusing sessions, because we don't fully manage to reset session state in between tests. Partly this is due to #224, but I tihnk there are also still some other issues. This is a problem for the TestSuite because it slows it down a lot, but it's also a problem for
ide-backend
itself (indeed, I found #224 precisely because I was trying to fix this problem, and may find other issues in a similar way).The text was updated successfully, but these errors were encountered: