Modify ↓
#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
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].
Note: See
TracTickets for help on using
tickets.
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.