Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#37 closed defect (fixed)

Coverage report doesn't get transmitted to the build master

Reported by: cmlenz Owned by: cmlenz
Priority: minor Milestone: 0.3
Component: Recipe commands Version:
Keywords: Cc:
Operating System:

Description

Although the <python:trace> recipe command does assemble an XML report containing the coverage info from a test run, the data doesn't seem to get transmitted to the master for some reason.

Attachments (0)

Change History (3)

comment:1 Changed 19 years ago by cmlenz

  • Status changed from new to assigned

This is due to a path normalization/canonicalizaton problem on the side of the slave.

On my test system, /tmp is a link to /private/tmp. The recipe thinks that the base directory is /tmp, but the paths reported by trace.py are all inside /private/tmp. Thus the recipe command doesn't consider any file to be part of the project, so none gets included in the trace report.

comment:2 Changed 19 years ago by cmlenz

  • Priority changed from major to minor

comment:3 Changed 19 years ago by cmlenz

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed in [136].

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.