Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 3eac089a954ae7e2f4fd312f4398bf3986cc4cc9
      
https://github.com/buildbot/buildbot/commit/3eac089a954ae7e2f4fd312f4398bf3986cc4cc9
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    A master/buildbot/test/util/decorators.py
    R master/buildbot/test/util/todo.py

  Log Message:
  -----------
  move todo decorator to decorators module


  Commit: e3e52569204dfae1ea26f854f7c3e5e1d938eec5
      
https://github.com/buildbot/buildbot/commit/e3e52569204dfae1ea26f854f7c3e5e1d938eec5
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  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
    M master/buildbot/test/util/decorators.py
    R master/buildbot/test/util/flaky.py

  Log Message:
  -----------
  move flaky decorator to buildbot.test.util.decorators


  Commit: d71fe99f6299f0c1fce20a4bc7ab6529d61835af
      
https://github.com/buildbot/buildbot/commit/d71fe99f6299f0c1fce20a4bc7ab6529d61835af
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/unit/test_buildslave_libvirt.py
    M master/buildbot/test/unit/test_changes_base.py
    M master/buildbot/test/unit/test_changes_svnpoller.py
    M master/buildbot/test/unit/test_config.py
    M master/buildbot/test/unit/test_master.py
    M master/buildbot/test/unit/test_mq_base.py
    M master/buildbot/test/unit/test_process_buildrequestdistributor.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_schedulers_base.py
    M master/buildbot/test/unit/test_scripts_checkconfig.py
    M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py
    M master/buildbot/test/unit/test_status_web_hooks_gitorious.py
    M master/buildbot/test/unit/test_status_words.py
    M master/buildbot/test/unit/test_steps_shell.py
    M master/buildbot/test/unit/test_steps_slave.py
    M master/buildbot/test/unit/test_steps_transfer.py
    M master/buildbot/test/unit/test_steps_trigger.py
    M master/buildbot/test/unit/test_util_service.py
    M master/buildbot/test/unit/test_util_subscriptions.py
    M master/buildbot/test/unit/test_www_rest.py
    R master/buildbot/test/util/compat.py
    M master/buildbot/test/util/decorators.py

  Log Message:
  -----------
  move log related decorators to decorators module

* usesFlushLoggedErrors
* usesFlushWarnings


  Commit: 7cb1f57fee426cfeffdb784c209ab0633adf16e6
      
https://github.com/buildbot/buildbot/commit/7cb1f57fee426cfeffdb784c209ab0633adf16e6
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-09 (Mon, 09 Feb 2015)

  Changed paths:
    M master/buildbot/test/unit/test_scripts_start.py
    M master/buildbot/test/unit/test_scripts_stop.py
    M master/buildbot/test/unit/test_scripts_upgrade_master.py

  Log Message:
  -----------
  fix forgotten mentions


  Commit: a3bb0294d85ac9a47a7a64639d4e50618005ebe0
      
https://github.com/buildbot/buildbot/commit/a3bb0294d85ac9a47a7a64639d4e50618005ebe0
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M master/buildbot/test/integration/test_slave_comm.py
    M master/buildbot/test/unit/test_buildslave_libvirt.py
    M master/buildbot/test/unit/test_changes_base.py
    M master/buildbot/test/unit/test_changes_svnpoller.py
    M master/buildbot/test/unit/test_config.py
    M master/buildbot/test/unit/test_master.py
    M master/buildbot/test/unit/test_mq_base.py
    M master/buildbot/test/unit/test_process_buildrequestdistributor.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_schedulers_base.py
    M master/buildbot/test/unit/test_scripts_checkconfig.py
    M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py
    M master/buildbot/test/unit/test_status_web_hooks_gitorious.py
    M master/buildbot/test/unit/test_status_words.py
    M master/buildbot/test/unit/test_steps_shell.py
    M master/buildbot/test/unit/test_steps_slave.py
    M master/buildbot/test/unit/test_steps_transfer.py
    M master/buildbot/test/unit/test_steps_trigger.py
    M master/buildbot/test/unit/test_util_service.py
    M master/buildbot/test/unit/test_util_subscriptions.py
    M master/buildbot/test/unit/test_www_rest.py
    M master/buildbot/test/util/decorators.py

  Log Message:
  -----------
  remove outdated test decorators

* usesFlushLoggedErrors
* usesFlushWarnings

We require Twisted >= 11.0.0, so there's little point to keep them in.


  Commit: 8d2cfdfa1122d0b1e3fc4c2715bd8a5a03e08754
      
https://github.com/buildbot/buildbot/commit/8d2cfdfa1122d0b1e3fc4c2715bd8a5a03e08754
  Author: Mikhail Sobolev <[email protected]>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  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_buildslave_libvirt.py
    M master/buildbot/test/unit/test_changes_base.py
    M master/buildbot/test/unit/test_changes_svnpoller.py
    M master/buildbot/test/unit/test_config.py
    M master/buildbot/test/unit/test_master.py
    M master/buildbot/test/unit/test_mq_base.py
    M master/buildbot/test/unit/test_process_buildrequestdistributor.py
    M master/buildbot/test/unit/test_process_buildstep.py
    M master/buildbot/test/unit/test_schedulers_base.py
    M master/buildbot/test/unit/test_scripts_checkconfig.py
    M master/buildbot/test/unit/test_scripts_start.py
    M master/buildbot/test/unit/test_scripts_stop.py
    M master/buildbot/test/unit/test_scripts_upgrade_master.py
    M master/buildbot/test/unit/test_status_web_hooks_bitbucket.py
    M master/buildbot/test/unit/test_status_web_hooks_github.py
    M master/buildbot/test/unit/test_status_web_hooks_gitorious.py
    M master/buildbot/test/unit/test_status_words.py
    M master/buildbot/test/unit/test_steps_shell.py
    M master/buildbot/test/unit/test_steps_slave.py
    M master/buildbot/test/unit/test_steps_transfer.py
    M master/buildbot/test/unit/test_steps_trigger.py
    M master/buildbot/test/unit/test_util_service.py
    M master/buildbot/test/unit/test_util_subscriptions.py
    M master/buildbot/test/unit/test_www_rest.py
    R master/buildbot/test/util/compat.py
    A master/buildbot/test/util/decorators.py
    R master/buildbot/test/util/flaky.py
    R master/buildbot/test/util/todo.py

  Log Message:
  -----------
  Merge pull request #1535 from sa2ajj/test-decorators

collect all test related decorators in one module


Compare: 
https://github.com/buildbot/buildbot/compare/6df79fa71d89...8d2cfdfa1122
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to