| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 78/82] flight other job reporting: Put nulls last in the report
 From: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Cosmetic change only, but this makes the results easier to understand.
Signed-off-by: Ian Jackson <iwj@xxxxxxxxxxxxxx>
---
 sg-report-flight | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sg-report-flight b/sg-report-flight
index 2a79db13..d8829932 100755
--- a/sg-report-flight
+++ b/sg-report-flight
@@ -1434,7 +1434,10 @@ END
        SELECT * FROM r_elided
      ORDER BY tident, hostname,
              kind_sort,
-             finished, prep_started, rest_started, flight, job, oidents,
+              prep_started NULLS LAST,
+              rest_started NULLS LAST,
+             finished NULLS LAST,
+              flight, job, oidents,
              sort_index
 END
 
-- 
2.20.1
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |