On Tue, Nov/11/2008 05:41:16PM, Jeff Squyres wrote:
> Hey, how about Javascript calendars for selecting date ranges?

#378 will have to come later :-)

https://svn.open-mpi.org/trac/mtt/ticket/378

-Ethan


>
> :p
>
>
> On Nov 11, 2008, at 1:15 PM, Ethan Mallove wrote:
>
>> 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.
>>>
>
>
> -- 
> Jeff Squyres
> Cisco Systems
>
> _______________________________________________
> mtt-devel mailing list
> mtt-de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/mtt-devel

Reply via email to