Subject: Re: [MTT users] [MTT bugs] [MTT] #258: Compare non-contiguous date ranges
From: Ethan Mallove (ethan.mallove_at_[hidden])
Date: 2008-11-11 13:15:57


Folks,

I have a fix for this ticket. The syntax to get
non-contiguous date ranges is to use space-delimited quoted
tokens (see http://tinyurl.com/6e2pqa), e.g.,

  "2007-10-29 - 2007-11-30" "2008-11-07 - 2008-11-14" "by month"

Trying to view year-old results alongside week-old results in the
current Reporter can result in 10+ minutes of database thrashing. With
this fix, it's around 30 seconds. If I don't get any bug reports about
the above ~emallove Reporter within 48 hours, I'll push it out to the
main www.open-mpi.org site.

Thanks,
Ethan

On Wed, Aug/08/2007 07:22:14PM, MTT wrote:
> #258: Compare non-contiguous date ranges
> -------------------------+--------------------------------------------------
> Reporter: jjhursey | Owner:
> Type: defect | Status: new
> Priority: major | Milestone: Future
> Component: Server side | Version: trunk
> Keywords: |
> -------------------------+--------------------------------------------------
> It is possible to get results from two types of runs (say threaded and
> non-threaded) by regular expression arguments to some existing reporter
> fields (i,e., configure arguments).
>
> However it is currently not possible to compare two distinct date ranges.
> We should extend the reporter to effectively display such results.
>
> We could extend the date specification to allow for a comma separated list
> of ranges:
> {{{
> To compare results from July 20, 21, and 22:
> 2007-07-20 - 2007-07-21,2007-07-21 - 2007-07-22,2007-07-22 - 2007-07-23
> }}}
>
> Then the reporter could make distinct summary tables for each range. Or
> something like that.
>
> --
> Ticket URL: <https://svn.open-mpi.org/trac/mtt/ticket/258>
> MTT <http://www.open-mpi.org/>
> Issue tracking for the MPI Testing Tool.
>