Merge lp://staging/~cjohnston/qa-dashboard/fix-tests-tarmac into lp://staging/qa-dashboard
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Chris Johnston |
Approved revision: | 154 |
Merged at revision: | 154 |
Proposed branch: | lp://staging/~cjohnston/qa-dashboard/fix-tests-tarmac |
Merge into: | lp://staging/qa-dashboard |
Diff against target: |
29 lines (+7/-7) 2 files modified
common/templates/banner.html (+7/-4) common/templates/layout.html (+0/-3) |
To merge this branch: | bzr merge lp://staging/~cjohnston/qa-dashboard/fix-tests-tarmac |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chris Johnston | Approve | ||
Review via email: mp+137383@code.staging.launchpad.net |
Commit message
Fixes tests for tarmac.
Description of the change
Fixes tests for tarmac.
To post a comment you must log in.
The attempt to merge lp:~chrisjohnston/qa-dashboard/fix-tests-tarmac into lp:qa-dashboard failed. Below is the output from the failed tests.
Creating test database for alias 'default'...
Traceback (most recent call last): from_command_ line(sys. argv) python2. 7/dist- packages/ django/ core/management /__init_ _.py", line 429, in execute_ from_command_ line execute( ) python2. 7/dist- packages/ django/ core/management /__init_ _.py", line 379, in execute fetch_command( subcommand) .run_from_ argv(self. argv) python2. 7/dist- packages/ django/ core/management /base.py" , line 191, in run_from_argv execute( *args, **options.__dict__) python2. 7/dist- packages/ django/ core/management /base.py" , line 220, in execute python2. 7/dist- packages/ south/managemen t/commands/ test.py" , line 8, in handle python2. 7/dist- packages/ django/ core/management /commands/ test.py" , line 37, in handle run_tests( test_labels) python2. 7/dist- packages/ django/ test/simple. py", line 359, in run_tests databases( ) python2. 7/dist- packages/ django/ test/simple. py", line 296, in setup_databases creation. create_ test_db( self.verbosity, autoclobber=not self.interactive) python2. 7/dist- packages/ django/ db/backends/ creation. py", line 351, in create_test_db _create_ test_db( verbosity, autoclobber) python2. 7/dist- packages/ django/ db/backends/ creation. py", line 424, in _create_test_db .cursor( ) python2. 7/dist- packages/ django/ db/backends/ __init_ _.py", line 252, in cursor per(self. _cursor( ), self) python2. 7/dist- packages/ django/ db/backends/ postgresql_ psycopg2/ base.py" , line 140, in _cursor connect( **conn_ params) python2. 7/dist- packages/ psycopg2/ __init_ _.py", line 179, in connect factory= connection_ factory, async=async) OperationalErro r: FATAL: password authentication failed for user "qa_user"
File "manage.py", line 10, in <module>
execute_
File "/usr/lib/
utility.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
output = self.handle(*args, **options)
File "/usr/lib/
super(Command, self).handle(*args, **kwargs)
File "/usr/lib/
failures = test_runner.
File "/usr/lib/
old_config = self.setup_
File "/usr/lib/
test_db_name = connection.
File "/usr/lib/
self.
File "/usr/lib/
cursor = self.connection
File "/usr/lib/
cursor = util.CursorWrap
File "/usr/lib/
self.connection = Database.
File "/usr/lib/
connection_
psycopg2.
FATAL: password authentication failed for user "qa_user"