-
Notifications
You must be signed in to change notification settings - Fork 2
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
BigInteger may cause hanging tests in jdk17 #78
Comments
That's an interesting one.
I suggest that we add BigInteger to the special specimens that need extra knowledge for fixturing, like URL. |
I agree. 👍 |
Creating a BigInteger with the maximum number of possible bits takes quite long (>1000ms) each time. Therefore I propose to limit a fixtured BigInteger to max. 1024 bit. If someone needs more, we can still add a configuration parameter. |
The following test will sometimes hang and run forever without errors or exceptions in java 17:
The text was updated successfully, but these errors were encountered: