Opened 15 years ago
Last modified 15 years ago
#917 new Task
Associate results with app version
Reported by: | davea | Owned by: | davea |
---|---|---|---|
Priority: | Major | Milestone: | Undetermined |
Component: | Server - Other | Version: | 6.6.31 |
Keywords: | Cc: |
Description (last modified by )
Add fields to result table:
- app_versionid (DB ID of app version, or 0 if anonymous platform)
- flops_estimate: what's returned by app_plan(), or p_fpops
This will accomplish at least 2 things:
- make it easier to analyze errors (i.e. what app versions are causing them)
- provide a generic way of computing claimed credit, namely elapsed time * flops_estimate
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Summary: | associate results with app version → Associate results with app version |
Type: | Defect → Task |
Format description.
Note: See
TracTickets for help on using
tickets.
Also: (requested by Kevin): add a field that stores the timestamp when the result reached its 'final' status. I.e. this field would be set when the result reaches one of the final statuses:
server_state = 5 and outcome = 1 and validate_state in (1,2) or server_state = 5 and outcome in (3,5)