Ticket #917 (new Task)

Opened 5 months ago

Last modified 5 months ago

Associate results with app version

Reported by: davea Assigned to: 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

06/15/09 16:57:14 changed 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)

06/15/09 17:00:53 changed by Nicolas

  • type changed from Defect to Task.
  • description changed.
  • summary changed from associate results with app version to Associate results with app version.

Format description.

06/16/09 10:32:09 changed by davea

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


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.