Ticket #359 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by nhemingway

I suspect this is a duplicate of #347

comment:2 Changed 5 years ago by tjc

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

comment:3 Changed 5 years ago by tjc

  • Status changed from new to closed
  • Resolution set to duplicate

Confirmed, the patch in #347 fixes this problem.

Note: See TracTickets for help on using tickets.