#9584: Some graph-related doctest failures and timeouts with 4.5.2.alpha0
-----------------------+----------------------------------------------------
   Reporter:  mpatel   |       Owner:  mvngu     
       Type:  defect   |      Status:  new       
   Priority:  blocker  |   Milestone:  sage-4.5.2
  Component:  doctest  |    Keywords:            
     Author:           |    Upstream:  N/A       
   Reviewer:           |      Merged:            
Work_issues:           |  
-----------------------+----------------------------------------------------

Comment(by leif):

 '''With''' {{{-long}}} (and {{{SAGE_TIMEOUT_LONG}}} decreased to 15
 minutes):
 {{{
 #!sh
 Trying:
     all([v in st for v in g.vertices()[:Integer(5)] ])###line 3283:_sage_
 >>> all([v in st for v in g.vertices()[:5] ])
 Expecting:
     True
 ok
 Trying:
     g = Integer(2) * graphs.PetersenGraph()###line 3290:_sage_    >>> g =
 2 * graphs.PetersenGraph()
 Expecting nothing
 ok
 Trying:
     st = g.steiner_tree([Integer(5),Integer(15)])###line 3291:_sage_
 >>> st = g.steiner_tree([5,15])
 Expecting:
     Traceback (most recent call last):
     ...
     ValueError: The given vertices do not all belong to the same connected
 component. This problem has no solution !
 ok
 *** *** Error: TIMED OUT! PROCESS KILLED! *** ***

          [900.9 s]

 ----------------------------------------------------------------------
 The following tests failed:


         sage -t -long -verbose "devel/sage/sage/graphs/generic_graph.py" #
 Time out
 Total time for all tests: 900.9 seconds

 real    15m1.016s
 user    0m1.084s
 sys     0m0.360s
 ^C
 l...@californication:~/sage-4.5.2.alpha0-j6/devel/sage-9590$
 }}}
 I simply forgot it was the same; the shown tests take roughly 2 minutes
 and a few seconds.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9584#comment:7>
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