[Buildbot-commits] [buildbot/buildbot] acd986: fakedb: provide a way to check the foreign key con...

GitHub noreply at github.com
Wed Mar 12 19:09:43 UTC 2014


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: acd986426986a33477904e8d6dc30604798fa2c4
      https://github.com/buildbot/buildbot/commit/acd986426986a33477904e8d6dc30604798fa2c4
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-03-12 (Wed, 12 Mar 2014)

  Changed paths:
    M master/buildbot/test/fake/fakedb.py
    M master/buildbot/test/unit/test_db_builders.py
    M master/buildbot/test/unit/test_db_buildrequests.py
    M master/buildbot/test/unit/test_db_builds.py
    M master/buildbot/test/unit/test_db_buildsets.py
    M master/buildbot/test/unit/test_db_buildslaves.py
    M master/buildbot/test/unit/test_db_changes.py
    M master/buildbot/test/unit/test_db_changesources.py
    M master/buildbot/test/unit/test_db_logs.py
    M master/buildbot/test/unit/test_db_masters.py
    M master/buildbot/test/unit/test_db_schedulers.py
    M master/buildbot/test/unit/test_db_sourcestamps.py
    M master/buildbot/test/unit/test_db_steps.py
    M master/buildbot/test/unit/test_steps_trigger.py
    M master/docs/developer/database.rst

  Log Message:
  -----------
  fakedb: provide a way to check the foreign key consistancy

this will avoid some bad surprise when hacking the db api testsuite

At the moment, if I activate the check globally there are 900 errors.

So we can activate it progressively if this is really needed

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




More information about the Commits mailing list