Details
-
Type:
Defect
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: viewer-development
-
Fix Version/s: None
-
Labels:None
-
Environment:-
-
Branch/Repo Fixed In:
-
Approvals:Code Review, Product Owner
-
Acceptance Criteria:Sorting by date is actually useful per the repro instructions.
-
Test Plan:
-
Root Cause:Viewer - Viewer
-
Release Vehicles/Components:Viewer - Viewer
Description
The Top Scripts and Top Colliders dialogs show the date/time when an object was added to the sim. This is useful for land owners (and support) to diagnose server performance issues. Often, a region has been running just fine for several months and suddenly is laggy as a result of a newly added script. Identifying those scripts is critical.
Unfortunately, the field shows date/times like "Wed Sep 30 16:01:02 2009" and the field sorts lexically, so e.g. all scripts started on Friday bubble to the top, regardless of what day, month, or year they started!
Repro:
1. Log in
2. Go to a region you control (or if you're a Linden, use God mode)
3. World menu > Place Profile > Region/Estate
4. Debug tab
5. Click "Get Top Scripts..." (or "Get Top Colliders...")
6. Click on the Time column
Expected:
Dates sort in ascending/descending order by date
Actual:
Dates sort like text strings (all "Fri" grouped together, etc)