Skip to content
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 failure in test_karatsuba_multiplication #37238

Closed
mezzarobba opened this issue Feb 4, 2024 · 2 comments
Closed

Random failure in test_karatsuba_multiplication #37238

mezzarobba opened this issue Feb 4, 2024 · 2 comments

Comments

@mezzarobba
Copy link
Member

The following failure was observed in one of the CI runs for #37193. I cannot
reproduce it locally.

sage -t --long --random-seed=286735480429121101562228604801325644303 sage/rings/tests.py
**********************************************************************
File "sage/rings/tests.py", line 453, in sage.rings.tests.?
Failed example:
    test_karatsuba_multiplication(QQbar, 3, 3, numtests=2)    # long time, needs sage.rings.number_field
Expected nothing
Got:
    Random testing has revealed a problem in test_karatsuba_multiplication
    Please report this bug!  You may be the first
    person in the world to have seen this problem.
    Please include this random seed in your bug report:
    Random seed: 327619870453015189736949675324415167773
    ValueError('Multiplication failed')
**********************************************************************
1 item had failures:
   1 of  13 in sage.rings.tests.?
    [62 tests, 1 failure, 1191.47 s]
@DaveWitteMorris
Copy link
Member

I think this is a duplicate of #35715.

@mezzarobba
Copy link
Member Author

Thanks!

@mezzarobba mezzarobba closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants