[Buildbot-commits] [buildbot/buildbot] 0931c0: add buildbot.util.asyncSleep

GitHub noreply at github.com
Wed Dec 25 04:40:33 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 0931c09084ed00ca5949c067c2d18428f44342d0
      https://github.com/buildbot/buildbot/commit/0931c09084ed00ca5949c067c2d18428f44342d0
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-24 (Tue, 24 Dec 2013)

  Changed paths:
    M master/buildbot/test/unit/test_util.py
    M master/buildbot/util/__init__.py
    M master/docs/developer/utils.rst

  Log Message:
  -----------
  add buildbot.util.asyncSleep


  Commit: f12562ba610f8bb89853ed53e0ae7f0a7868efc1
      https://github.com/buildbot/buildbot/commit/f12562ba610f8bb89853ed53e0ae7f0a7868efc1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-24 (Tue, 24 Dec 2013)

  Changed paths:
    M master/buildbot/clients/tryclient.py
    M master/buildbot/db/model.py
    M master/buildbot/schedulers/trysched.py
    M master/buildbot/status/client.py
    A master/buildbot/test/integration/test_try_client.py

  Log Message:
  -----------
  Add an integration test for try scheduler client/server interactions.

This runs a full master with real builds.

Waiting for SSH builds does not work - the buildmaster returns buildset
ID's, while the client expects its external_idstring, so it waits
forever.  This functionality will be difficult to support as-is in nine,
so it's been removed.


  Commit: 9d835e392b62c48335e72b32476ee9276a415789
      https://github.com/buildbot/buildbot/commit/9d835e392b62c48335e72b32476ee9276a415789
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-12-24 (Tue, 24 Dec 2013)

  Changed paths:
    M master/buildbot/clients/tryclient.py
    M master/buildbot/db/model.py
    M master/buildbot/schedulers/trysched.py
    M master/buildbot/status/client.py
    A master/buildbot/test/integration/test_try_client.py
    M master/buildbot/test/unit/test_util.py
    M master/buildbot/util/__init__.py
    M master/docs/developer/utils.rst

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/8/try-integration-test' (PR #1026)

+autopep8


Compare: https://github.com/buildbot/buildbot/compare/fc89020702ac...9d835e392b62


More information about the Commits mailing list