sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.47k stars 485 forks source link

Random test failures in `finitely_presented_named` #38889

Open tobiasdiez opened 3 weeks ago

tobiasdiez commented 3 weeks ago

Steps To Reproduce

No response

Expected Behavior

Test pass

Actual Behavior

sage -t --warn-long 5.0 --random-seed=130677747974987316498399576088509580425 src/sage/groups/finitely_presented_named.py
**********************************************************************
File "src/sage/groups/finitely_presented_named.py", line 485, in sage.groups.finitely_presented_named.AlternatingPresentation
Failed example:
    A1.is_isomorphic(A2), A1.order()
Expected:
    (True, 1)
Got:
    #I  Forcing finiteness test
    (True, 1)

Additional Information

No response

Environment

Linux: https://github.com/sagemath/sage/actions/runs/11572245422/job/32211815924

Checklist

miguelmarco commented 3 weeks ago

Does it happen consistently or is it random?

tobiasdiez commented 3 weeks ago

Random but pretty often. I only looked at the meson workflow so far, not sure if it is specific to this.

user202729 commented 2 weeks ago

Looks like that specific comment comes from GAP.

A previous commit that modifies these things is 36b305ff1501a8f78329c8162f4acb6a5f3aa4ca .

If it's random it may be difficult…