#9310: sage-4.4.4.alpha1 build issue -- random doctest failure on menas (skynet)
------------------------+---------------------------------------------------
   Reporter:  was       |       Owner:  mvngu     
       Type:  defect    |      Status:  new       
   Priority:  critical  |   Milestone:  sage-4.6.2
  Component:  doctest   |    Keywords:            
     Author:            |    Upstream:  N/A       
   Reviewer:            |      Merged:            
Work_issues:            |  
------------------------+---------------------------------------------------

Comment(by vbraun):

 I did run the test 1000x with -randorder, and found a couple of doctests
 that depend on the execution order. Since we always initialize GAP's
 random number generator it is very likely that the output of these
 operations depends on the order of memory locations. Presumably this
 causes the doctest failure on some architectures even without -randorder.

 The problems are in
   * `module_composition_factors`
   * `as_permutation_group`
   * `random_element`

 The first two use `MeatAxe`. I think that `random_element` enumerates all
 group elements and then picks a random one. We do control the random
 numbers, but enumerating uses the coset enumerator and presumably depends
 on memory locations.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9310#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to