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

Shrinker hangs #4

Open
anton-k opened this issue Jan 10, 2022 · 3 comments
Open

Shrinker hangs #4

anton-k opened this issue Jan 10, 2022 · 3 comments

Comments

@anton-k
Copy link

anton-k commented Jan 10, 2022

Without shrinker it takes about 9 sec to run test suite on the gero-gov project.
When I've added shrinker I had to stop it on 7th minute. 100% cpu with memory slowly rising.

If you have access to gero-gov, you can try it out in this branch:
ak/try-shrinker

@anton-k
Copy link
Author

anton-k commented Jan 10, 2022

It's better to use .Strict versions of them:

import Control.Monad.Reader (MonadReader, ReaderT)
import Control.Monad.State (MonadState, State, StateT)

@Geometer1729
Copy link
Member

Sorry to hear that. Unfortunately I've been asked to pause shrinker development for the time being, when I resume I'll look into this. I'll let you know if/when I get that branch working.

@nazrhom
Copy link

nazrhom commented Jan 17, 2022

Having a similar issue with shrinkScript hanging. I can only get it to work if I exclude every tactic except for curry.

(I also tried stripping all the code out of my typed validator, letting it just return true, but shrinking hangs regardless)

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

No branches or pull requests

3 participants