On Dec 11, 4:54 am, mabshoff <[EMAIL PROTECTED]> wrote:
> On Dec 10, 2:48 pm, Jaap Spies <[EMAIL PROTECTED]> wrote:
>
> > mabshoff wrote:
> > > Hello folks,
>
> Hi Jaap,
>
> > > here goes 3.2.2.alpha1, somewhat later than I had hoped. We have about
> > > a week left in the development cycle, so stay tuned for more alphas.
> > > There are a couple must have tickets left for 3.2.2 that are not yet
> > > merged, two of which are
>
> >  From Fedora 9, 32 bits:
>
> > Something strange seems to be going on. All test seem to last twice as long!
>
> How exactly are you testing, i.e. -t or -tp? I just noticed that -tp
> seems to have somewhat more overhead than before - at least for the
> "quick" doctests it is noticable:
>
> Compare
>
> [EMAIL PROTECTED]:/scratch/mabshoff/release-cycle/sage-3.2.2.alpha2/devel/
> sage/sage/combinat$ sage -tp 1 *.pyx
> Global iterations: 1
> File iterations: 1
> TeX files: 0
> Using cached timings.
>
> ----------------------------------------------------------------------
> sage -t  devel/sage-main/sage/combinat/expnums.pyx
>          [3.1 s]
> sage -t  devel/sage-main/sage/combinat/partitions.pyx
>          [3.1 s]
> All tests passed!
>
> With
>
> [EMAIL PROTECTED]:/scratch/mabshoff/release-cycle/sage-3.2.2.alpha2/devel/
> sage/sage/combinat$ sage -t *.pyx
> sage -t  "devel/sage-main/sage/combinat/expnums.pyx"
>          [2.1 s]
> sage -t  "devel/sage-main/sage/combinat/partitions.pyx"
>          [2.1 s]
>
> > Jaap

Ok, the above is fixed again by decreasing the time to check on the
running process from 1.0 back to 0.1 seconds.

> Cheers,
>
> Michael

The other issue that Jaap saw (and Dan Drake also just hit and
reported in IRC) is doctesting devel/sage vs. devel/sage/sage. To
illustrate:

[EMAIL PROTECTED]:/scratch/mabshoff/release-cycle/sage-3.2.2.alpha2$ find
devel/sage-main/ -name "*.pyx" | wc -l
434
[EMAIL PROTECTED]:/scratch/mabshoff/release-cycle/sage-3.2.2.alpha2$ find
devel/sage-main/sage -name "*.pyx" | wc -l
219

Is this a bug or pebkac? I would suggest pebkac - "make check" and
friends do not test devel/sage, but devel/sage/sage :)

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to