[Buildbot-commits] [buildbot/buildbot] d3490c: test_stop_trigger: put null protocol back

GitHub noreply at github.com
Mon May 25 19:53:20 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: d3490c9926082f0493c65498df0bdfd28e759049
      https://github.com/buildbot/buildbot/commit/d3490c9926082f0493c65498df0bdfd28e759049
  Author: Ion Alberdi <nolaridebi at gmail.com>
  Date:   2015-05-25 (Mon, 25 May 2015)

  Changed paths:
    M master/buildbot/test/integration/test_stop_trigger.py

  Log Message:
  -----------
  test_stop_trigger: put null protocol back


  Commit: 866e90b5bdd0d4a820c1e6b4bfa2be61cb2b9218
      https://github.com/buildbot/buildbot/commit/866e90b5bdd0d4a820c1e6b4bfa2be61cb2b9218
  Author: Ion Alberdi <nolaridebi at gmail.com>
  Date:   2015-05-25 (Mon, 25 May 2015)

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

  Log Message:
  -----------
  integration: wait for 'new' change event subscription

startService does not return a deferred. So, when
we call yield master.reconfigServiceWithBuildbotConfig
we cannot know whether one service, like schedulers, have finished their
setup.

That created a race condition with the test that used AnyBranch
schedulers to trigger a build, as the build was created before
the scheduler subscribed to the 'new' change event.

This commit implements a poller that waits for these schedulers to
be setup, before the test is launched.


  Commit: 562757b34cf8514fc49fa251d521a7ff70fa5258
      https://github.com/buildbot/buildbot/commit/562757b34cf8514fc49fa251d521a7ff70fa5258
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-05-25 (Mon, 25 May 2015)

  Changed paths:
    M master/buildbot/test/integration/test_stop_trigger.py
    M master/buildbot/test/util/integration.py

  Log Message:
  -----------
  Merge branch 'yetanotherracecondition' of https://github.com/yetanotherion/buildbot into yetanotherion-yetanotherracecondition


  Commit: db84e13e232a349a7731e650dcf7e653a7d8139e
      https://github.com/buildbot/buildbot/commit/db84e13e232a349a7731e650dcf7e653a7d8139e
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-05-25 (Mon, 25 May 2015)

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

  Log Message:
  -----------
  autopep8 + auto import

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


Compare: https://github.com/buildbot/buildbot/compare/c11b447644a8...db84e13e232a


More information about the Commits mailing list