]> xenbits.xensource.com Git - osstest.git/commit
ts-hosts-allocate-Executive: Finish a couple of transactions
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 29 Sep 2015 14:25:47 +0000 (15:25 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 2 Oct 2015 10:34:15 +0000 (11:34 +0100)
commitaf5badf9ddda51aaadc613e2284f0642a45b27a5
tree0081594de9a391a781aee471c2259af9d31e81d7
parent20f8bdb9cf39bcb3466a18f58b513bf2694d512a
ts-hosts-allocate-Executive: Finish a couple of transactions

Call $equivflagscheckq->finish() at the end, rather than in the
candidate search loop.  This avoids missing a `next' control path.

Call $resprop_q->finish() at all.

One of these is responsible for this message:

  DBI::db=HASH(0x88e79c4)->disconnect invalidates 1 active statement
  handle (either destroy statement handles or call finish on them
  before disconnecting) at Osstest/Executive.pm line 708, <GEN4> line
  53.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
ts-hosts-allocate-Executive