Fork me on GitHub
#test-check
<
2020-03-04
>
sparkofreason22:03:07

Is there any way to limit the size of generated strings? I see the :max-size stuff in the context of checking properties, but I want it for generating samples.

gfredericks22:03:53

You can control size for individual generators

gfredericks22:03:49

See gen/scale

4
sparkofreason22:03:28

Is there anything that would cause thread contention? I'm trying to generate samples of collections in parallel, behaving oddly.

sparkofreason22:03:14

Hmmm, maybe it was just the scale thing.

gfredericks23:03:55

I can't think of any threading pitfalls