[Buildbot-commits] [buildbot/buildbot] e2beb8: Skip flaky tests, with logging

GitHub noreply at github.com
Sun Apr 20 02:15:35 UTC 2014


  Branch: refs/heads/buildbot-0.8.9
  Home:   https://github.com/buildbot/buildbot
  Commit: e2beb82dbcc9e737e3ed0d119fd979e83dd4d0f9
      https://github.com/buildbot/buildbot/commit/e2beb82dbcc9e737e3ed0d119fd979e83dd4d0f9
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/integration/test_try_client.py
    M master/buildbot/test/unit/test_scripts_start.py
    A master/buildbot/test/util/flaky.py

  Log Message:
  -----------
  Skip flaky tests, with logging

This fixes #2748 (and opens a bunch of other bugs!)


  Commit: 8722357297217a379a51ce112cce8db06d127287
      https://github.com/buildbot/buildbot/commit/8722357297217a379a51ce112cce8db06d127287
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M slave/buildslave/monkeypatches/bug5079.py

  Log Message:
  -----------
  don't try to fix PB on old Twisted versions


  Commit: f79db2392d8b4aa85fbb690e07b6c97af672da55
      https://github.com/buildbot/buildbot/commit/f79db2392d8b4aa85fbb690e07b6c97af672da55
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M slave/buildslave/runprocess.py

  Log Message:
  -----------
  Can't use inline conditionals on Python-2.4


  Commit: 6950deb82d28bdfc75838a2c05654397554508eb
      https://github.com/buildbot/buildbot/commit/6950deb82d28bdfc75838a2c05654397554508eb
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

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

  Log Message:
  -----------
  replace with statements with explicit patching


  Commit: c784ec02776f309d325952ddc6539553dccdb87b
      https://github.com/buildbot/buildbot/commit/c784ec02776f309d325952ddc6539553dccdb87b
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

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

  Log Message:
  -----------
  work around missing os.errno on py24


  Commit: c20712b048465d36b2a2798045bbc8c3895c2ddd
      https://github.com/buildbot/buildbot/commit/c20712b048465d36b2a2798045bbc8c3895c2ddd
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

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

  Log Message:
  -----------
  replicate any() for python-2.4


  Commit: 7a2d696512c8c9818ce8e297846b806bcf77e9b5
      https://github.com/buildbot/buildbot/commit/7a2d696512c8c9818ce8e297846b806bcf77e9b5
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-04-19 (Sat, 19 Apr 2014)

  Changed paths:
    M slave/buildslave/monkeypatches/bug5079.py
    M slave/buildslave/runprocess.py
    M slave/buildslave/test/unit/test_commands_fs.py
    M slave/buildslave/test/unit/test_scripts_create_slave.py

  Log Message:
  -----------
  Merge branch 'py24-slave-compat' into buildbot-0.8.9

Fixes #2763


Compare: https://github.com/buildbot/buildbot/compare/4314678cbb91...7a2d696512c8


More information about the Commits mailing list