Thread overview
[phobos] D autotester 'show all runs' fails (Attn: Brad)
Jan 09, 2011
Don Clugston
Jan 09, 2011
Brad Roberts
Jan 09, 2011
Don Clugston
Jan 09, 2011
Brad Roberts
Jan 10, 2011
Brad Roberts
January 09, 2011
The link at the bottom apparently has a hard-coded limit of 5000 runs,
and we exceeded that a week ago.
Probably the option should just be 'last 5000 runs' rather than 'show all'.
January 09, 2011
On 1/9/2011 7:50 AM, Don Clugston wrote:
> The link at the bottom apparently has a hard-coded limit of 5000 runs,
> and we exceeded that a week ago.
> Probably the option should just be 'last 5000 runs' rather than 'show all'.
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos

'all' is pretty useless anyway.  I should rework that into pages or something.

January 09, 2011
On 9 January 2011 20:39, Brad Roberts <braddr at puremagic.com> wrote:
> On 1/9/2011 7:50 AM, Don Clugston wrote:
>> The link at the bottom apparently has a hard-coded limit of 5000 runs,
>> and we exceeded that a week ago.
>> Probably the option should just be 'last 5000 runs' rather than 'show all'.
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>
> 'all' is pretty useless anyway. ?I should rework that into pages or something.

The only reason I ever want to look at it is: for each OS:
"When was the last time it passed? When was the last time it failed?"

Actually it would be cool if you could retain the last all-pass, and the last test with any failure, for each OS, just overwriting one of the two every time.
January 09, 2011
On 1/9/2011 11:45 AM, Don Clugston wrote:
> On 9 January 2011 20:39, Brad Roberts <braddr at puremagic.com> wrote:
>> On 1/9/2011 7:50 AM, Don Clugston wrote:
>>> The link at the bottom apparently has a hard-coded limit of 5000 runs,
>>> and we exceeded that a week ago.
>>> Probably the option should just be 'last 5000 runs' rather than 'show all'.
>>> _______________________________________________
>>> phobos mailing list
>>> phobos at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
>> 'all' is pretty useless anyway.  I should rework that into pages or something.
> 
> The only reason I ever want to look at it is: for each OS:
> "When was the last time it passed? When was the last time it failed?"
> 
> Actually it would be cool if you could retain the last all-pass, and the last test with any failure, for each OS, just overwriting one of the two every time.

Heh.. I was thinking the same thing.  And for that last passing rev, what svn revision numbers were involved.
January 09, 2011
On 1/9/2011 11:48 AM, Brad Roberts wrote:
> On 1/9/2011 11:45 AM, Don Clugston wrote:
>> On 9 January 2011 20:39, Brad Roberts <braddr at puremagic.com> wrote:
>>> On 1/9/2011 7:50 AM, Don Clugston wrote:
>>>> The link at the bottom apparently has a hard-coded limit of 5000 runs,
>>>> and we exceeded that a week ago.
>>>> Probably the option should just be 'last 5000 runs' rather than 'show all'.
>>>> _______________________________________________
>>>> phobos mailing list
>>>> phobos at puremagic.com
>>>> http://lists.puremagic.com/mailman/listinfo/phobos
>>>
>>> 'all' is pretty useless anyway.  I should rework that into pages or something.
>>
>> The only reason I ever want to look at it is: for each OS:
>> "When was the last time it passed? When was the last time it failed?"
>>
>> Actually it would be cool if you could retain the last all-pass, and the last test with any failure, for each OS, just overwriting one of the two every time.
> 
> Heh.. I was thinking the same thing.  And for that last passing rev, what svn revision numbers were involved.

As a super quick change, I made 'show all' really mean 'show most recent 1000' so that at least some history is easy to get to.  The default shows 50 runs.