[Buildbot-commits] [buildbot/buildbot] dd6124: check that configured cache sizes are >= 1

GitHub noreply at github.com
Tue Jul 2 01:59:49 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: dd61249984320d5ee8affd258d1a83d7177772f6
      https://github.com/buildbot/buildbot/commit/dd61249984320d5ee8affd258d1a83d7177772f6
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-06-30 (Sun, 30 Jun 2013)

  Changed paths:
    M master/buildbot/config.py
    M master/buildbot/test/unit/test_config.py

  Log Message:
  -----------
  check that configured cache sizes are >= 1

LRU cache implementation assumes that the cache is at least 1
element large. Catch invalid master configurations where cache
sizes less then 1 are specified.


  Commit: f1278831b6eb656bd80cc6ed9fd802af885fcdd5
      https://github.com/buildbot/buildbot/commit/f1278831b6eb656bd80cc6ed9fd802af885fcdd5
  Author: Vladimir Rutsky <altsysrq at gmail.com>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py

  Log Message:
  -----------
  Replace use of deprecated unittest.TestCase.assert_() with assertEqual/NotEqual etc methods

If newer version of unittest will be used, self.assertEqual(..., None)
should be replaced with self.assertNone(...), same with not equal to
None checks.


  Commit: a305b707313854f23311f25168c3c7bea083381f
      https://github.com/buildbot/buildbot/commit/a305b707313854f23311f25168c3c7bea083381f
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py

  Log Message:
  -----------
  Merge branch 'replace_assert_in_CVSMaildirSource_tests' of git://github.com/vrutsky/buildbot


  Commit: 0f2a819262f7a2c48f58ded7c1d094b6f9d23b9b
      https://github.com/buildbot/buildbot/commit/0f2a819262f7a2c48f58ded7c1d094b6f9d23b9b
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M master/buildbot/config.py
    M master/buildbot/test/unit/test_config.py

  Log Message:
  -----------
  Merge branch 'check-cache-sizes' of git://github.com/elmirjagudin/buildbot


Compare: https://github.com/buildbot/buildbot/compare/5557d18ec57f...0f2a819262f7


More information about the Commits mailing list