-
Notifications
You must be signed in to change notification settings - Fork 587
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
Random failures with hypothesis.errors.StopTest exception raised #3874
Comments
Thanks for the report! I have no doubt this regressed in #3818. I'll take a look later today. |
Hmm. This is an overrun during One solution is retrying these overruns in |
(yeah, yeah, I know some of those words.jpg) Unfortunately I'm not able to help with this. What I can say, that I have some other non-trivial usages of hypothesis, ones that are complex enough that sometimes they time-out with old versions; so they may be good to verify sanity of complex test generation. |
@tybug I still have regular failures because of this. Any chance of this getting fixed soon? |
I also run into this recently. While I cannot offer any asistance in fixing it, I have a workaround: using |
with such level of workarounding, I'd rather just mark it as skipped, and point to this bug |
Sorry, I know this is a pretty frustrating bug to run into. I'll look into this within the week. |
I have a rather simple test case:
https://github.com/tlsfuzzer/tlslite-ng/blob/b6dd1c2bd3b3dc05bf1d794344ad4c2e4a0e20d9/unit_tests/test_tlslite_utils_cryptomath.py#L175-L184
It's randomly failing:
This is with hypothesis-6.98.2 on python 3.11.7 (main, Dec 5 2023, 08:47:01) [GCC 11.4.0]
But I've seen it failing on Pythons from 3.8 up.
It's failing once about every 20-30 executions.
The text was updated successfully, but these errors were encountered: