Ticket #346 (assigned defect)

Opened 2 months ago

Last modified 2 months ago

An upgrade to the perl module Test::Harness has invalidated buildbot.steps.Shell.PerlModuleTest

Reported by: nhemingway Assigned to: nhemingway (accepted)
Priority: minor Milestone: undecided
Component: buildprocess Version: 0.7.8
Keywords: review Cc:

Description

The output of the perl module Test::Harness (used for almost all perl testing) has changed. This invalidates the way that buildbot.steps.Shell.PerlModuleTest? determines the number of tests passed and failed.

Should the step pass, everything continues to be OK, but should the step fail, this issue manifests as buildbot throwing an exception rendering useless any build using it.

Attachments

346-part1.patch (7.7 kB) - added by nhemingway on 09/26/08 12:42:21.
Fix for #346 (part 1)
346-part2.patch (1.8 kB) - added by nhemingway on 09/26/08 12:43:11.
Fix for #346 (part 2)

Change History

09/26/08 12:40:22 changed by nhemingway

  • status changed from new to assigned.

09/26/08 12:42:21 changed by nhemingway

  • attachment 346-part1.patch added.

Fix for #346 (part 1)

09/26/08 12:43:11 changed by nhemingway

  • attachment 346-part2.patch added.

Fix for #346 (part 2)

09/26/08 12:44:16 changed by nhemingway

  • keywords set to review.

Resolved by commits a50161e91fbb6f195d85c5c430e7784dd8940fd2 and 69e70056af627a8b908cce2e7c3ecce461717550 in branch neilh_master in repo.or.cz.

They are also attached here