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

GitHub noreply at github.com
Mon Aug 19 03:01:31 UTC 2013


  Branch: refs/heads/nine
  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: c89a6df8dd59db983ef30fa2be52b9f1ea4317b3
      https://github.com/buildbot/buildbot/commit/c89a6df8dd59db983ef30fa2be52b9f1ea4317b3
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-13 (Tue, 13 Aug 2013)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  don't skip 'pylint' target on slave when master fails

On 'make pylint' make sure pylint target is run in both 'master' and
'slave' directories. Previously, the pylint target in 'slave' was
skipped if any errors where reported for 'master'.


  Commit: 3dd851cebcdaa55b38bd21070a0422d844957399
      https://github.com/buildbot/buildbot/commit/3dd851cebcdaa55b38bd21070a0422d844957399
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-15 (Thu, 15 Aug 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  disable some pylint 1.0.0 checks for now

Disable new failing checks that were introduced in pylint
1.0.0 release. To be fixed an enabled in the future.


  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


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

  Changed paths:
    M Makefile
    M common/pylintrc

  Log Message:
  -----------
  Merge branch 'pylint-1.0.0' of git://github.com/elmirjagudin/buildbot


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

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

  Log Message:
  -----------
  Merge branch 'master' into nine


Compare: https://github.com/buildbot/buildbot/compare/478d246866d2...415da10434d8


More information about the Commits mailing list