]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
cs-bisection-step: Do not acquire the repo lock
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 20 Dec 2016 17:07:11 +0000 (17:07 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 20 Dec 2016 17:07:11 +0000 (17:07 +0000)
This is only required to avoid a lock inversion between the repo lock
and database table locks, but we have no explicit database table locks
any more.

We do not want to hold the repo lock for an extended period,
particularly when we are running a database retry loop.

In practice, currently, cs-bisection-step always fails with a database
serialisation error.

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

index a0595b2aba51e130b61f65ab24466047d177a2d3..4c715876bcf52c8c0257f4808fb52a8fe9061bb8 100755 (executable)
@@ -1405,7 +1405,6 @@ sub compute_exitstatus () {
 }
 
 csreadconfig();
-grabrepolock_reexec(@org_argv);
 reportcmdline();
 findbasics();
 digraph_whole();