#13002: Fix Singular interrupt timeout
----------------------------------+-----------------------------------------
       Reporter:  jdemeyer        |         Owner:  mvngu     
           Type:  defect          |        Status:  needs_work
       Priority:  blocker         |     Milestone:  sage-5.1  
      Component:  doctest         |    Resolution:            
       Keywords:  sd40.5          |   Work issues:            
Report Upstream:  N/A             |     Reviewers:            
        Authors:  Jeroen Demeyer  |     Merged in:            
   Dependencies:                  |      Stopgaps:            
----------------------------------+-----------------------------------------
Changes (by jdemeyer):

  * priority:  critical => blocker


Old description:

> This has been causing lots of errors lately:
> {{{
> sage -t  --long -force_lib devel/sage/sage/interfaces/expect.py
> **********************************************************************
> File "/padic/scratch/jdemeyer/merger/sage-5.1.beta1/devel/sage-
> main/sage/interfaces/expect.py", line 832:
>     sage: singular.interrupt(timeout=3)  # sometimes very slow (up to 60s
> on sage.math, 2012)
> Expected:
>     False
> Got:
>     True
> **********************************************************************
> }}}

New description:

 This has been causing lots of errors lately:
 {{{
 sage -t  --long -force_lib devel/sage/sage/interfaces/expect.py
 **********************************************************************
 File "/padic/scratch/jdemeyer/merger/sage-5.1.beta1/devel/sage-
 main/sage/interfaces/expect.py", line 832:
     sage: singular.interrupt(timeout=3)  # sometimes very slow (up to 60s
 on sage.math, 2012)
 Expected:
     False
 Got:
     True
 **********************************************************************
 }}}

 When it succeeds, it often takes a very long time (I've even seen 1000s on
 sage.math).

--

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