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 Nicolas)

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 davea

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)

comment:2 Changed 15 years ago by Nicolas

Description: modified (diff)
Summary: associate results with app versionAssociate results with app version
Type: DefectTask

Format description.

comment:3 Changed 15 years ago by davea

Also: report and store CPU time and elapsed time separately.

Note: See TracTickets for help on using tickets.