[Buildbot-commits] [buildbot/buildbot] c5fb37: cleanupdb script

GitHub noreply at github.com
Fri Jul 31 18:10:58 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: c5fb37a84e8bdc01c54034c58e302d42614aa73f
      https://github.com/buildbot/buildbot/commit/c5fb37a84e8bdc01c54034c58e302d42614aa73f
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
    M master/buildbot/db/logs.py
    A master/buildbot/scripts/cleanupdb.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/test/unit/test_db_logs.py

  Log Message:
  -----------
  cleanupdb script

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


  Commit: 7128380dd4e3857841389b77cb50d5961c3c9a09
      https://github.com/buildbot/buildbot/commit/7128380dd4e3857841389b77cb50d5961c3c9a09
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
    M master/buildbot/db/logs.py
    M master/buildbot/scripts/base.py
    M master/buildbot/scripts/cleanupdb.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/scripts/upgrade_master.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_db_logs.py
    M master/buildbot/test/unit/test_scripts_base.py
    A master/buildbot/test/unit/test_scripts_cleanupdb.py
    M master/buildbot/test/unit/test_scripts_upgrade_master.py
    M master/docs/manual/cmdline.rst

  Log Message:
  -----------
  cleanup the cleanupdb

- add tests
- factorize common code
- fix rebase

Signed-off-by: Pierre Tardy <tardyp at gmail.com>


  Commit: 5747eaa21a24ee96b45f0c4d1e9ab4db81ff3a7e
      https://github.com/buildbot/buildbot/commit/5747eaa21a24ee96b45f0c4d1e9ab4db81ff3a7e
  Author: Pierre Tardy <tardyp at gmail.com>
  Date:   2015-07-25 (Sat, 25 Jul 2015)

  Changed paths:
    M master/buildbot/process/log.py

  Log Message:
  -----------
  fix race condition with appendlog and finishLog

log could be finished before the insertion and compression
of the last chunk is finished

This lead to instability of integrations tests.
We can see this more often since we implemented compression

Signed-off-by: Pierre Tardy <tardyp at gmail.com>


  Commit: 1c109fcf0ed8a58dfd9293ed55656c8ca1e16512
      https://github.com/buildbot/buildbot/commit/1c109fcf0ed8a58dfd9293ed55656c8ca1e16512
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-07-31 (Fri, 31 Jul 2015)

  Changed paths:
    M master/buildbot/db/logs.py
    M master/buildbot/scripts/base.py
    A master/buildbot/scripts/cleanupdb.py
    M master/buildbot/scripts/runner.py
    M master/buildbot/scripts/upgrade_master.py
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_db_logs.py
    M master/buildbot/test/unit/test_scripts_base.py
    A master/buildbot/test/unit/test_scripts_cleanupdb.py
    M master/buildbot/test/unit/test_scripts_upgrade_master.py
    M master/docs/manual/cmdline.rst

  Log Message:
  -----------
  Merge pull request #1698 from tardyp/logs

Logs compression maintainance script


Compare: https://github.com/buildbot/buildbot/compare/20e0e2c32c80...1c109fcf0ed8


More information about the Commits mailing list