Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: a9bb07eafb548c9641b45329deb86964cb89efdc
      
https://github.com/buildbot/buildbot/commit/a9bb07eafb548c9641b45329deb86964cb89efdc
  Author: Vitali Lovich <[email protected]>
  Date:   2015-07-27 (Mon, 27 Jul 2015)

  Changed paths:
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Expose mechanism for steps to override the version of the shell command

This is useful to avoid having to control the version of commands being
tested in unit tests


  Commit: 0c0f3e27a25c9660d2f9548fb43ed0156df56ac1
      
https://github.com/buildbot/buildbot/commit/0c0f3e27a25c9660d2f9548fb43ed0156df56ac1
  Author: Vitali Lovich <[email protected]>
  Date:   2015-07-27 (Mon, 27 Jul 2015)

  Changed paths:
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Describe cmd difference when it fails

Provide a much more user-friendly description of how two commands differ.
It's frequently hard to decode the exact difference that is causing the
failure.


  Commit: 8eec4f41376fbccf6ccd527415a3e565dee0389d
      
https://github.com/buildbot/buildbot/commit/8eec4f41376fbccf6ccd527415a3e565dee0389d
  Author: Vitali Lovich <[email protected]>
  Date:   2015-07-27 (Mon, 27 Jul 2015)

  Changed paths:
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Switch _remotecommand_run for to inline callbacks in test BuildStep

Inline callbacks are easier to work with.


  Commit: 8a20f8f21d776caf61f201c2ee6691e6e7d3fbc9
      
https://github.com/buildbot/buildbot/commit/8a20f8f21d776caf61f201c2ee6691e6e7d3fbc9
  Author: Vitali Lovich <[email protected]>
  Date:   2015-07-27 (Mon, 27 Jul 2015)

  Changed paths:
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Split out the expectation validation against a command

Need to re-use this code so that I can supported nested expectations.


  Commit: 83e66ffb6dc98bebece854e8bb89417a406b7873
      
https://github.com/buildbot/buildbot/commit/83e66ffb6dc98bebece854e8bb89417a406b7873
  Author: Vitali Lovich <[email protected]>
  Date:   2015-07-27 (Mon, 27 Jul 2015)

  Changed paths:
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Support expectations have more nested expectations that can match.


  Commit: 49ca9cd78b9358ba0560f8e1008f0ebd8220631a
      
https://github.com/buildbot/buildbot/commit/49ca9cd78b9358ba0560f8e1008f0ebd8220631a
  Author: Vitali Lovich <[email protected]>
  Date:   2015-07-28 (Tue, 28 Jul 2015)

  Changed paths:
    M master/buildbot/steps/source/git.py

  Log Message:
  -----------
  Prefer to SIGTERM git instead of killing it outright.

On slaves that support it, send the SIGTERM command first & then SIGKILL
after 30 seconds.  On slaves that don't support it, just try to SIGTERM.

This solves the problem where interrupting a git step (or it timing out)
can leave stale lockfiles around.

Resolves http://trac.buildbot.net/ticket/3269


  Commit: 86557920c4dc5d02f61a1f5d57f53bd9263a228a
      
https://github.com/buildbot/buildbot/commit/86557920c4dc5d02f61a1f5d57f53bd9263a228a
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2015-08-29 (Sat, 29 Aug 2015)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/fake/remotecommand.py
    M master/buildbot/test/util/steps.py

  Log Message:
  -----------
  Merge vlovich/buildbot:switch-git-to-sigterm (PR #1702)


Compare: 
https://github.com/buildbot/buildbot/compare/cf03f307ca29...86557920c4dc
------------------------------------------------------------------------------
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to