Opened 14 years ago

Closed 14 years ago

#1354 closed defect (fixed)

GetSiteInfo is returning bad values for AverageOperationTime and TotalOperationTime

Reported by: brucedechant Owned by: brucedechant
Priority: low Milestone: 2.2
Component: Site Service Version: 2.1.0
Severity: trivial Keywords:
Cc: External ID:

Description

The GetSiteInfo request is returning bad values (sometimes negative) for AverageOperationTime and TotalOperationTime.

According to the schema:

  • AverageOperationTime should be in milliseconds
  • TotalOperationTime should be in seconds

Change History (7)

comment:1 by brucedechant, 14 years ago

Owner: set to brucedechant
Status: newassigned
Summary: GetSiteInfo is returing bad values for AverageOperationTime and TotalOperationTimeGetSiteInfo is returning bad values for AverageOperationTime and TotalOperationTime

comment:2 by brucedechant, 14 years ago

Fixed. sandbox/adsk/2.1 r4857

comment:3 by brucedechant, 14 years ago

Updated GetAverageOperationTime to INT64 to match rest of code

sandbox/adsk/2.1 r4869

comment:4 by brucedechant, 14 years ago

Updated GetUpTime to INT64 to match rest of code

sandbox/adsk/2.1 r4870

comment:5 by brucedechant, 14 years ago

Fixed. trunk r4952

comment:6 by brucedechant, 14 years ago

Fixed. sandbox/adsk/2.2gp r4960

comment:7 by brucedechant, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.