]> xenbits.xensource.com Git - osstest.git/commitdiff
flight other job reporting: Put nulls last in the report
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 3 Sep 2020 15:33:14 +0000 (16:33 +0100)
committerIan Jackson <iwj@xenproject.org>
Wed, 7 Oct 2020 17:39:48 +0000 (18:39 +0100)
Cosmetic change only, but this makes the results easier to understand.

Signed-off-by: Ian Jackson <iwj@xenproject.org>
sg-report-flight

index 2a79db13b418fdfb57714626e8406b82349ffd20..d8829932259b5df02b6f01bca2e0abc5a28e4aa3 100755 (executable)
@@ -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