-
-
Notifications
You must be signed in to change notification settings - Fork 482
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 testing has revealed a problem in test_karatsuba_multiplication #35715
Comments
@tornaria FYI |
More info on how to reproduce this (or a very closely related error:: #36961 |
This has also cropped up here: #37455 Each time I saw the error in the CI I could not reproduce it locally. |
Also here: #37193 (comment) |
…icit elements To help debug the random failure in `test_karatsuba_multiplication`, let us have a more precise error message in case of failure there. cf sagemath#35715 ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#37561 Reported by: Frédéric Chapoton Reviewer(s): Martin Rubey
Another example of this:
The output following #37561 makes this error more verbose. |
This one isn't a “multiplication failed” but a plain crash—with no new info from #37561, presumably due to output buffering. |
Here is more data
|
Is there an existing issue for this?
Did you read the documentation and troubleshoot guide?
Environment
Steps To Reproduce
Random fail when running the tests, just saw it for the first time on a build bot:
Expected Behavior
Doctest should not fail
Actual Behavior
Doctest fails (randomly, seed is provided above)
Additional Information
probably due to #35443
The text was updated successfully, but these errors were encountered: