Ticket #359 (closed defect: duplicate)
Shell.PerlModuleTest includes previous runs' results in subsequent runs
| Reported by: | tjc | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | undecided |
| Version: | 0.7.9 | Keywords: | perl, shell |
| Cc: |
Description
The Shell.PerlModuleTest? component in version 0.7.9 seems to hold onto the results (of number of passed/failed tests) from each run, and repeats them in the next, in addition to the new ones.
For example, the waterfall output looks like this:
--------------- test 3652 tests 3650 passed 2 failed 3652 tests 3652 passed 3652 tests 3652 passed no test results failed --------------- test 3652 tests 3652 passed 3652 tests 3652 passed no test results --------------- test 3652 tests 3652 passed no test results --------------- test no test results failed ---------------
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
I suspect this is a duplicate of #347