2022-02-20 14:30 UTC, Volker Braun: > > 15c8011dd0 (tag: 9.6.beta2) Updated SageMath version to 9.6.beta2
Thanks for this new release. On Debian 10 buster, one `make ptestlong` gave "all tests passed" with seed 180869625321339283697396330889120925058. However other seeds fail due to: - Sage Trac ticket 33129 src/sage/plot/plot.py: random doctest failure https://trac.sagemath.org/ticket/33129 Illustration below. ``` $ SEED=312217052879407980900685333578392134934 $ alias sagetest="./sage -t --long --random-seed=$SEED" $ sagetest src/sage/plot/plot.py ``` ``` too many failed tests, not using stored timings Running doctests with ID 2022-02-22-09-57-07-807586b1. Git branch: develop Using --optional=debian,pip,sage,sage_spkg Features to be detected: 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,pandoc,pdf2svg,pdftocairo,plantri,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib Doctesting 1 file. sage -t --long --random-seed=312217052879407980900685333578392134934 src/sage/plot/plot.py ********************************************************************** File "src/sage/plot/plot.py", line 1808, in sage.plot.plot.plot Failed example: plot(f, (x, -3.5, 3.5), detect_poles='show', exclude=[-3..3], ymin=-5, ymax=5) Expected: Graphics object consisting of 12 graphics primitives Got: Graphics object consisting of 13 graphics primitives ********************************************************************** 1 item had failures: 1 of 157 in sage.plot.plot.plot [465 tests, 1 failure, 70.79 s] ---------------------------------------------------------------------- sage -t --long --random-seed=312217052879407980900685333578392134934 src/sage/plot/plot.py # 1 doctest failed ---------------------------------------------------------------------- Total time for all tests: 70.9 seconds cpu time: 66.0 seconds cumulative wall time: 70.8 seconds Features detected for doctesting: Pytest is not installed, skip checking tests that rely on it. ``` -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAEcArF2sWfHwi6sDJO4GPgVdGgZb6Y_WE98c0LRLZFpamtLg5A%40mail.gmail.com.
