Closed GoogleCodeExporter closed 9 years ago
The reason I put it in there was to indicate to some degree the stability of a
test. If the result last changed a long time ago, and it's broken now, then
it's likely that you're the one responsible, rather than it being a flaky test.
If it changed a day ago, then maybe the test fluctuates a lot and you should be
more careful about verifying whether you're responsible for its breakage or not.
Is that not useful information? Perhaps the spark lines of X's and check marks
are a good enough indicator of that.
I agree that it would be quite useful to have some indication of when the test
was last run though.
Original comment by jsha...@google.com
on 22 Jul 2010 at 1:30
> Perhaps the spark lines of X's and check marks are a good enough indicator of
that.
i think so. and a lot easier to interpret than "result last changed".
Original comment by e...@google.com
on 22 Jul 2010 at 1:33
This is done:
- "Last run" is now shown instead of "Last changed" (it shows it in "hours/days
ago")
- Recently run tests have "Last run" shown in green, older tests have "Last
run" shown in yellow, and really old ones have "Last run" shown in red.
- All previous run times are saved, with a reference to the xml file containing
the results for that time.
Just need to start running it in the continuous build.
Original comment by jsha...@google.com
on 3 Aug 2010 at 7:23
Original issue reported on code.google.com by
e...@google.com
on 22 Jul 2010 at 12:00