[Buildbot-commits] [buildbot/buildbot] 965c74: Bug 2986: add tests for migration 037

GitHub noreply at github.com
Tue Nov 4 02:06:08 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 965c7412ef9c56e01b7c13e83dc319cce9f989dc
      https://github.com/buildbot/buildbot/commit/965c7412ef9c56e01b7c13e83dc319cce9f989dc
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M master/buildbot/db/migrate/versions/037_buildrequests_builderid.py
    A master/buildbot/test/unit/test_db_migrate_versions_037_buildrequests_builderid.py

  Log Message:
  -----------
  Bug 2986: add tests for migration 037


  Commit: d031c4bc2c3ef0d0714203568a6190b93a07fac3
      https://github.com/buildbot/buildbot/commit/d031c4bc2c3ef0d0714203568a6190b93a07fac3
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-11-02 (Sun, 02 Nov 2014)

  Changed paths:
    M master/buildbot/db/migrate/versions/037_buildrequests_builderid.py

  Log Message:
  -----------
  drop columns in a way that works on all supported DBs

Fixes #2986.


  Commit: 3874e116549f77e38e71fb55bcb08e481f4b1aab
      https://github.com/buildbot/buildbot/commit/3874e116549f77e38e71fb55bcb08e481f4b1aab
  Author: Dustin J. Mitchell <dustin at buildbot.net>
  Date:   2014-11-03 (Mon, 03 Nov 2014)

  Changed paths:
    M master/buildbot/db/schedulers.py
    M master/buildbot/test/unit/test_db_buildsets.py
    M master/buildbot/test/unit/test_db_migrate_versions_037_buildrequests_builderid.py

  Log Message:
  -----------
  fix tests for foreign key from buildrequests to builders


  Commit: 9d4eb7b3cc473f549609106be72f00575f634995
      https://github.com/buildbot/buildbot/commit/9d4eb7b3cc473f549609106be72f00575f634995
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-11-04 (Tue, 04 Nov 2014)

  Changed paths:
    M master/buildbot/db/migrate/versions/037_buildrequests_builderid.py
    M master/buildbot/db/schedulers.py
    M master/buildbot/test/unit/test_db_buildsets.py
    A master/buildbot/test/unit/test_db_migrate_versions_037_buildrequests_builderid.py

  Log Message:
  -----------
  Merge pull request #1316 from djmitche/bug2986

Update migration 037 and tests to work on Postgres

Fixes ticket:2986


Compare: https://github.com/buildbot/buildbot/compare/ebfe4c6076ab...9d4eb7b3cc47


More information about the Commits mailing list