Ticket #359 (closed defect: duplicate)

Opened 2 months ago

Last modified 2 months ago

Shell.PerlModuleTest includes previous runs' results in subsequent runs

Reported by: tjc Assigned to:
Priority: major Milestone: undecided
Component: buildprocess 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

09/26/08 00:20:57 changed by nhemingway

I suspect this is a duplicate of #347

09/28/08 17:37:44 changed by tjc

@nhemingway: I'll apply the patch mentioned in #347 and report back after a few runs.

10/02/08 23:17:15 changed by tjc

  • status changed from new to closed.
  • resolution set to duplicate.

Confirmed, the patch in #347 fixes this problem.