[Buildbot-commits] [buildbot/buildbot] 087867: be more careful parsing exception messages

GitHub noreply at github.com
Mon Feb 27 01:02:31 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 087867c605206fbf991239f203084c9b4abcdbf2
      https://github.com/buildbot/buildbot/commit/087867c605206fbf991239f203084c9b4abcdbf2
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-02-26 (Sun, 26 Feb 2012)

  Changed paths:
    M master/buildbot/db/pool.py

  Log Message:
  -----------
  be more careful parsing exception messages


  Commit: 5d722e92ff1ea20400f7fff593e272034befee3e
      https://github.com/buildbot/buildbot/commit/5d722e92ff1ea20400f7fff593e272034befee3e
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-02-26 (Sun, 26 Feb 2012)

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

  Log Message:
  -----------
  allow any upgrade test script to use a real db


  Commit: 0a3c28399e4c74e0d34cc33d8df66c435b991a28
      https://github.com/buildbot/buildbot/commit/0a3c28399e4c74e0d34cc33d8df66c435b991a28
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-02-26 (Sun, 26 Feb 2012)

  Changed paths:
    A master/buildbot/db/migrate/versions/021_fix_postgres_sequences.py
  M master/buildbot/test/integration/test_upgrade.py
  M master/buildbot/test/unit/test_db_migrate_versions_011_add_buildrequest_claims.py
  A master/buildbot/test/unit/test_db_migrate_versions_021_fix_postgres_sequences.py

  Log Message:
  -----------
  Set postgres sequence values to allow inserts

This fixes #2119, where the explicit inserts done as Buildbot imports
changes from pickles skip the call to nextval('changes_changeid_seq'),
and thus leave that sequence value out of sync with the table contents.


Compare: https://github.com/buildbot/buildbot/compare/7021022...0a3c283


More information about the Commits mailing list