Merge lp:~lifeless/python-oops-tools/bug-1048470 into lp:python-oops-tools
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Steve Kowalik on 2012-09-10 | ||||
| Approved revision: | no longer in the source branch. | ||||
| Merged at revision: | 39 | ||||
| Proposed branch: | lp:~lifeless/python-oops-tools/bug-1048470 | ||||
| Merge into: | lp:python-oops-tools | ||||
| Diff against target: |
52 lines (+8/-1) 3 files modified
src/oopstools/NEWS.txt (+3/-0) src/oopstools/oops/dbsummaries.py (+3/-1) src/oopstools/oops/test/test_dbsummaries.py (+2/-0) |
||||
| To merge this branch: | bzr merge lp:~lifeless/python-oops-tools/bug-1048470 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| John A Meinel (community) | 2012-09-10 | Approve on 2012-09-10 | |
|
Review via email:
|
|||
Commit Message
This fixes handling of non-unicode pageids, which were stored OK in the DB, but broke HTML report rendering.
Description of the Change
This fixes handling of non-unicode pageids, which were stored OK in the
DB, but broke HTML report rendering.
| Launchpad PQM Bot (launchpad-pqm) wrote : | # |
The attempt to merge lp:~lifeless/python-oops-tools/bug-1048470 into lp:python-oops-tools failed.Below is the output from the failed tests.
find . -type f -name '*.py[co]' -exec rm -f {} \;
rm -f bin/buildout
rm -f src/oopstools/
bzr clean-tree --unknown --force
bzr up download-cache
python bootstrap.py \
--setup-
--download-
Download error: [Errno 111] Connection refused -- Some packages may not be found!
Download error: [Errno 111] Connection refused -- Some packages may not be found!
Generated script '/home/
bin/buildout configuration:
Develop: '/home/
Uninstalling filetemplates.
Updating scripts.
Installing filetemplates.
Updating django.
Updating docs.
Updating tags.
bin/test
Creating test database for alias 'default'...
W: line 4 [buildbot-staging]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 2 [pqm]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 3 [pqm-oops-tools]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 1 [precise]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
I: [pqm-oops-tools chroot] Running command: "cd /home/pqm/
Nothing to delete.
+N dist/auditor-
+N dist/auditorfix
+N dist/auditorfix
+N dist/mechanize-
+N dist/oops-0.0.13.tar.gz
+N dist/oops_
+N dist/oops_
+N dist/pgbouncer-
+N dist/python-
+N dist/python-
+N dist/python-
+N dist/subvertpy-
+N dist/testtools-
+N dist/zope.
+N dist/zope.
-D dist/auditor-
-D dist/auditor-
-D dist/auditorcli
-D dist/auditorfix
-D dist/auditorfix
-D dist/auditorfix
All changes applied successfully.
Updated to revision 518 of branch http://
Traceback (most recent call last):
File "bin/test", line 55, in <module>
djangorecip
File "/home/
management.
File "/home/
utility.
File "/home/
self.
File "/home/
self.
| Launchpad PQM Bot (launchpad-pqm) wrote : | # |
The attempt to merge lp:~lifeless/python-oops-tools/bug-1048470 into lp:python-oops-tools failed.Below is the output from the failed tests.
find . -type f -name '*.py[co]' -exec rm -f {} \;
rm -f bin/buildout
rm -f src/oopstools/
bzr clean-tree --unknown --force
bzr up download-cache
python bootstrap.py \
--setup-
--download-
Download error: [Errno 111] Connection refused -- Some packages may not be found!
Download error: [Errno 111] Connection refused -- Some packages may not be found!
Generated script '/home/
bin/buildout configuration:
Develop: '/home/
Uninstalling filetemplates.
Updating scripts.
Installing filetemplates.
Updating django.
Updating docs.
Updating tags.
bin/test
Creating test database for alias 'default'...
W: line 4 [buildbot-staging]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 2 [pqm]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 3 [pqm-oops-tools]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
W: line 1 [precise]: Deprecated key 'location' used
I: This option will be removed in the future; please update your configuration
I: [pqm-oops-tools chroot] Running command: "cd /home/pqm/
Nothing to delete.
Tree is up to date at revision 518 of branch http://
Traceback (most recent call last):
File "bin/test", line 55, in <module>
djangorecip
File "/home/
management.
File "/home/
utility.
File "/home/
self.
File "/home/
self.
File "/home/
output = self.handle(*args, **options)
File "/home/
super(Command, self).handle(*args, **kwargs)
File "/home/
failures = test_runner.
File "/home/
old_config = self.setup_
File "/home/
test_db_n...
- 39. By Robert Collins on 2012-09-10
-
This fixes handling of non-unicode pageids, which were stored OK in the DB, but broke HTML report rendering.

Does what it says on the tin. Looks good to me.