]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
step status skip: Ignore in cs-bisection-step
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 8 Jul 2016 18:56:05 +0000 (19:56 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 6 Sep 2016 11:30:34 +0000 (12:30 +0100)
cs-bisection step wants to completely ignore all skipped steps.  So we
adjust the one query which doesn't already insist on particular status
values, to filter out `skip'.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
cs-bisection-step

index 8d144239088100b16584816287c7c58996db1fbd..a0595b2aba51e130b61f65ab24466047d177a2d3 100755 (executable)
@@ -573,6 +573,7 @@ END
           WHERE flight = ?
             AND job = ?
             AND testid = ?
+            AND status != 'skip'
     ");
 
     my $jobq= db_prepare("