[Buildbot-commits] [buildbot/buildbot] ec7459: Buildslave fires SIGTERM before SIGKILL

GitHub noreply at github.com
Mon Aug 19 01:20:12 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: ec74598986de335ab69eabdd572ec2f217292968
      https://github.com/buildbot/buildbot/commit/ec74598986de335ab69eabdd572ec2f217292968
  Author: Mark J. Berger <mark.berger.j at gmail.com>
  Date:   2013-08-10 (Sat, 10 Aug 2013)

  Changed paths:
    M slave/buildslave/runprocess.py

  Log Message:
  -----------
  Buildslave fires SIGTERM before SIGKILL

Before forcefully killing the process, we fire a SIGTERM in case
the developer wants to capture some debugging information.
Fixes trac ticket #751.


  Commit: dbb4781ab507daf28e32bc13bebc12947c407d84
      https://github.com/buildbot/buildbot/commit/dbb4781ab507daf28e32bc13bebc12947c407d84
  Author: Mark J. Berger <mark.berger.j at gmail.com>
  Date:   2013-08-10 (Sat, 10 Aug 2013)

  Changed paths:
    M slave/buildslave/test/unit/test_runprocess.py

  Log Message:
  -----------
  Updates test_simple to check if process was killed by SIGTERM


  Commit: 98f3c9fb59f99d465cf612a1a8eb2ffd2e8be337
      https://github.com/buildbot/buildbot/commit/98f3c9fb59f99d465cf612a1a8eb2ffd2e8be337
  Author: Mark J. Berger <mark.berger.j at gmail.com>
  Date:   2013-08-10 (Sat, 10 Aug 2013)

  Changed paths:
    M slave/buildslave/test/unit/test_runprocess.py

  Log Message:
  -----------
  Adds test_kill to buildslave tests

Adds a unit test which ensures the process will receive SIGKILL if
SIGTERM fails to end the process.


  Commit: 6555a836acfa51bf90aba8fbe6debb198e166780
      https://github.com/buildbot/buildbot/commit/6555a836acfa51bf90aba8fbe6debb198e166780
  Author: Mark J. Berger <mark.berger.j at gmail.com>
  Date:   2013-08-10 (Sat, 10 Aug 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Updates relnotes to reflect new behavior

States that processes will receive a SIGTERM before
a SIGKILL


  Commit: a577c74ae29e3098f494994c683b2ccf9c54eeba
      https://github.com/buildbot/buildbot/commit/a577c74ae29e3098f494994c683b2ccf9c54eeba
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-18 (Sun, 18 Aug 2013)

  Changed paths:
    M master/docs/relnotes/index.rst
    M slave/buildslave/runprocess.py
    M slave/buildslave/test/unit/test_runprocess.py

  Log Message:
  -----------
  Merge branch '751-fire-sigterm-before-sigkill' of git://github.com/markberger/buildbot


Compare: https://github.com/buildbot/buildbot/compare/4a6c106dacb1...a577c74ae29e


More information about the Commits mailing list