Merge lp://qastaging/~eday/burrow/backend-unittests into lp://qastaging/burrow

Proposed by Eric Day
Status: Merged
Approved by: Eric Day
Approved revision: 32
Merged at revision: 30
Proposed branch: lp://qastaging/~eday/burrow/backend-unittests
Merge into: lp://qastaging/burrow
Diff against target: 840 lines (+325/-305)
3 files modified
burrow/backend/memory.py (+6/-6)
burrow/backend/sqlite.py (+309/-292)
burrow/frontend/wsgi.py (+10/-7)
To merge this branch: bzr merge lp://qastaging/~eday/burrow/backend-unittests
Reviewer Review Type Date Requested Status
Burrow Core Team Pending
Review via email: mp+70820@code.qastaging.launchpad.net

Description of the change

Cleaned up SQLite backend, added accounts table.

To post a comment you must log in.
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :
Download full text (88.7 KiB)

The attempt to merge lp:~eday/burrow/backend-unittests into lp:burrow failed. Below is the output from the failed tests.

running test
Checking .pth file support in .
/usr/bin/python -E -c pass
Searching for webob
Reading http://pypi.python.org/simple/webob/
Reading http://pythonpaste.org/webob/
Reading http://webob.org/
Best match: WebOb 1.1beta1
Downloading http://pypi.python.org/packages/source/W/WebOb/WebOb-1.1beta1.zip#md5=7c3d1e3812159838e7a392a9738998e0
Processing WebOb-1.1beta1.zip
Running WebOb-1.1beta1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-mPBWGS/WebOb-1.1beta1/egg-dist-tmp-c8lTC8

Installed /tmp/tmp_V2pdO/WebOb-1.1beta1-py2.7.egg
Searching for routes
Reading http://pypi.python.org/simple/routes/
Reading http://routes.groovie.org/
Best match: Routes 1.12.3
Downloading http://pypi.python.org/packages/source/R/Routes/Routes-1.12.3.tar.gz#md5=9740ff424ff6b841632c784a38fb2be3
Processing Routes-1.12.3.tar.gz
Running Routes-1.12.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-s6qyPV/Routes-1.12.3/egg-dist-tmp-3sQIKT

Installed /tmp/tmp_V2pdO/Routes-1.12.3-py2.7.egg
running egg_info
creating burrow.egg-info
writing requirements to burrow.egg-info/requires.txt
writing burrow.egg-info/PKG-INFO
writing top-level names to burrow.egg-info/top_level.txt
writing dependency_links to burrow.egg-info/dependency_links.txt
writing manifest file 'burrow.egg-info/SOURCES.txt'
reading manifest file 'burrow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'burrow.egg-info/SOURCES.txt'
running build_ext

no previously-included directories found matching '*.pyc'
no previously-included directories found matching '*.pyo'
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
warning: no previously-included files matching '*.hgignore' found anywhere in distribution
warning: no previously-included files matching '*.hgtags' found anywhere in distribution
warning: no files found matching 'ChangeLog'
test_accounts (test.backend.test_memory.TestMemory) ... ok
test_accounts_delete_detail_all (test.backend.test_memory.TestMemory) ... ok
test_accounts_delete_detail_bad (test.backend.test_memory.TestMemory) ... ok
test_accounts_delete_detail_id (test.backend.test_memory.TestMemory) ... ok
test_accounts_delete_detail_none (test.backend.test_memory.TestMemory) ... ok
test_accounts_delete_limit (test.backend.test_memory.TestMemory) ... ok
test_accounts_delete_marker (test.backend.test_memory.TestMemory) ... ok
test_accounts_delete_marker_limit (test.backend.test_memory.TestMemory) ... ok
test_accounts_get_detail_all (test.backend.test_memory.TestMemory) ... ok
test_accounts_get_detail_bad (test.backend.test_memory.TestMemory) ... ok
test_accounts_get_detail_id (test.backend.test_memory.TestMemory) ... ok
test_accounts_get_detail_none (test.backend.test_memory.TestMemory) ... ok
test_accounts_get_limit (test.backend.test_memory.TestMemory) ... ok
test_accounts_get_marker (test.backend.test_memory.TestMemory) ... ok
test_accounts_get_marker_limit (test.backend.test_memory.TestMemory) ... ok
test_messages (test.backend.test_memory.TestMemory) ... ok
test_messages_delete_detail_all (test.b...

32. By Eric Day

Cleaned up more of the SQLite backend, fixed a few bugs introduced with single message operations.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches