-
Notifications
You must be signed in to change notification settings - Fork 711
cabal-install test suite has tricky hysteresis problems #2075
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
Comments
OK, so one thing that I think is happening, is if I run 'cabal test' in a sandbox, it will still use the executable in the sandbox bin, rather than the locally built dist one. Which is wrong wrong wrong. |
Yes, this is a known issue. I think it always uses the one in |
@ezyang I've fixed the only hysteresis issues that I'm aware of with the cabal-install tests. If you can provide details of any others, I can have a look at them too. |
Closing this, as it appears to be resolved. |
Put simply, it seems pretty sensitive to previous test runs, does an imperfect job of cleaning up after itself, etc. I'll post more detailed debugging information after I figure it out...
The text was updated successfully, but these errors were encountered: