Alan Du
Alan Du
We'd also be very interested in this feature. Let us know if there's anything I can do to help!
> nstead of turning up the number of examples (if the healthcheck doesn't fire in 100 it's probably not going to), I'd try just scanning through seeds upwards from zero...
Ok -- I was finally able to reproduce this and have a somewhat minimal example. If you use the following file https://github.com/alanhdu/hypothesis_3446/blob/591e2efc1e3241f72c2a01352cc3e7e7a116f7ab/test_hypothesis.py and call it `test_hypothesis.py` and then execute the...
Hi @Zac-HD -- I was wondeirng whether you had time to check out https://github.com/alanhdu/hypothesis_3446? I tried taking a look at hypothesis and admittedly did not get very far (the error...
No worries! That seems like a big, exciting project. I got some more time at work to look into this and have a couple of (hopefully helpful) observations: 1. `hypothesis.seed`...
I've done a little more digging and think there are two (or three) potential interrelated problems here: 1. When `hypothesis.seed` is set, then `hypothesis.settings(database=None)` is also *implicitly* set, which explains...
FWIW I just ran into this but with a column named `builder`.
Huh... ok then, I've split the `builder` thing off into https://github.com/diesel-rs/diesel/issues/934.
@guilhermeleobas If you've got bandwidth, you should free to do it! I am swamped with things at work and won't be able to revisit this for maybe 2 weeks. (Sorry...
FWIW, I'm totally agnostic about how this should be implemented. The simplest thing I can think of is to add two functions: a `reset_loop(new_lock: threading.Lock)` function to reset the global...