[Buildbot] #3055: Master-side SVN steps use much shorter timeout when removing a working copy

Buildbot trac trac at buildbot.net
Thu Nov 20 01:18:53 UTC 2014


#3055: Master-side SVN steps use much shorter timeout when removing a working copy
-------------------+-----------------------
Reporter:  bdash   |      Owner:
    Type:  defect  |     Status:  new
Priority:  major   |  Milestone:  undecided
 Version:  0.8.9   |   Keywords:  svn
-------------------+-----------------------
 When a working copy is bogus or was locked, the SVN steps attempt to
 remove the working copy. However, the "rm -rf" command that they use has a
 much shorter timeout (120 seconds) than the SVN operations. With huge SVN
 repositories such as !WebKit's, deleting the working copy can easily take
 more than 120 seconds. This results several builds in a row failing until
 the sequence of attempted removals eventually removes the entirety of the
 working copy.

 {{{
 svn --version
  in dir …/build/OpenSource (timeout 1200 secs)

 rm -rf …/build/OpenSource
  in dir … (timeout 120 secs)
 }}}

--
Ticket URL: <http://trac.buildbot.net/ticket/3055>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list