[Buildbot-commits] [buildbot/buildbot] c17482: Create tables during setUp
noreply at github.com
noreply at github.com
Sun Feb 27 03:47:36 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: c174823fff337902aa8de4508c9aa4c99bef5a5e
https://github.com/buildbot/buildbot/commit/c174823fff337902aa8de4508c9aa4c99bef5a5e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-02-26 (Sat, 26 Feb 2011)
Changed paths:
M master/buildbot/test/unit/test_db_buildsets.py
M master/buildbot/test/unit/test_db_changes.py
M master/buildbot/test/unit/test_db_connector.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_state.py
M master/buildbot/test/util/connector_component.py
M master/buildbot/test/util/db.py
Log Message:
-----------
Create tables during setUp
This should avoid some problems with SQLAlchemy trying to interleave
create statements with selects and inserts. Refs #1810.
More information about the Commits
mailing list