Merge lp://staging/~thumper/launchpad/move-test-loggers into lp://staging/launchpad

Proposed by Tim Penhey
Status: Merged
Approved by: Tim Penhey
Approved revision: no longer in the source branch.
Merged at revision: 12124
Proposed branch: lp://staging/~thumper/launchpad/move-test-loggers
Merge into: lp://staging/launchpad
Diff against target: 2843 lines (+614/-419)
77 files modified
lib/canonical/launchpad/scripts/__init__.py (+0/-6)
lib/canonical/launchpad/scripts/bzremotecomponentfinder.py (+1/-1)
lib/canonical/launchpad/scripts/logger.py (+1/-81)
lib/canonical/launchpad/scripts/mlistimport.py (+2/-2)
lib/canonical/launchpad/scripts/tests/test_librarian_apache_log_parser.py (+1/-1)
lib/canonical/launchpad/testing/fakepackager.py (+2/-2)
lib/lp/archivepublisher/tests/deathrow.txt (+4/-4)
lib/lp/archivepublisher/tests/test_deathrow.py (+1/-1)
lib/lp/archivepublisher/tests/test_ftparchive.py (+2/-5)
lib/lp/archivepublisher/tests/test_generate_ppa_htaccess.py (+2/-2)
lib/lp/archivepublisher/tests/test_pool.py (+2/-3)
lib/lp/archivepublisher/tests/util.py.THIS (+249/-0)
lib/lp/archiveuploader/tests/test_changesfile.py (+1/-1)
lib/lp/archiveuploader/tests/test_dscfile.py (+2/-2)
lib/lp/archiveuploader/tests/test_nascentuploadfile.py (+1/-1)
lib/lp/archiveuploader/uploadprocessor.py (+1/-1)
lib/lp/bugs/doc/bug-heat.txt (+1/-1)
lib/lp/bugs/doc/bug-watch-activity.txt (+2/-2)
lib/lp/bugs/doc/bugtask.txt (+1/-1)
lib/lp/bugs/doc/bugwatch.txt (+1/-1)
lib/lp/bugs/doc/checkwatches-cli-switches.txt (+1/-1)
lib/lp/bugs/doc/checkwatches.txt (+1/-1)
lib/lp/bugs/doc/externalbugtracker.txt (+3/-3)
lib/lp/bugs/doc/product-update-remote-product.txt (+6/-7)
lib/lp/bugs/doc/sourceforge-remote-products.txt (+1/-1)
lib/lp/bugs/scripts/checkwatches/tests/test_base.py (+3/-3)
lib/lp/bugs/scripts/checkwatches/tests/test_core.py (+4/-4)
lib/lp/bugs/scripts/checkwatches/tests/test_scheduler.py (+2/-2)
lib/lp/bugs/tests/test_bugwatch.py (+2/-2)
lib/lp/bugs/tests/test_bzremotecomponentfinder.py (+3/-3)
lib/lp/buildmaster/tests/test_builder.py (+3/-3)
lib/lp/buildmaster/tests/test_manager.py (+2/-4)
lib/lp/code/model/tests/test_recipebuilder.py (+1/-1)
lib/lp/code/model/tests/test_sourcepackagerecipebuild.py (+3/-3)
lib/lp/codehosting/codeimport/tests/servers.py (+3/-3)
lib/lp/codehosting/codeimport/tests/test_dispatcher.py (+2/-2)
lib/lp/codehosting/codeimport/tests/test_worker.py (+2/-2)
lib/lp/codehosting/codeimport/tests/test_workermonitor.py (+5/-5)
lib/lp/codehosting/tests/test_branchdistro.py (+5/-5)
lib/lp/codehosting/tests/test_rewrite.py (+1/-1)
lib/lp/registry/browser/tests/product-portlet-packages-view.txt (+2/-2)
lib/lp/registry/tests/test_mlists.py (+28/-38)
lib/lp/scripts/tests/test_garbo.py (+3/-3)
lib/lp/services/apachelogparser/tests/test_apachelogparser.py (+1/-1)
lib/lp/services/log/logger.py (+98/-0)
lib/lp/soyuz/doc/manage-chroot.txt (+1/-1)
lib/lp/soyuz/doc/package-cache.txt (+2/-2)
lib/lp/soyuz/scripts/tests/test_archivecruftchecker.py (+2/-2)
lib/lp/soyuz/scripts/tests/test_buildd_cronscripts.py (+3/-3)
lib/lp/soyuz/scripts/tests/test_changeoverride.py (+67/-83)
lib/lp/soyuz/scripts/tests/test_copypackage.py (+1/-1)
lib/lp/soyuz/scripts/tests/test_expire_archive_files.py (+2/-2)
lib/lp/soyuz/scripts/tests/test_obsoletedistroseries.py (+2/-4)
lib/lp/soyuz/scripts/tests/test_populatearchive.py (+2/-5)
lib/lp/soyuz/scripts/tests/test_ppa_add_missing_builds.py (+2/-2)
lib/lp/soyuz/scripts/tests/test_ppareport.py (+1/-1)
lib/lp/soyuz/scripts/tests/test_processpendingpackagediffs.py (+3/-3)
lib/lp/soyuz/scripts/tests/test_publishdistro.py (+3/-3)
lib/lp/soyuz/scripts/tests/test_removepackage.py (+2/-5)
lib/lp/soyuz/scripts/tests/test_soyuzscript.py (+5/-9)
lib/lp/soyuz/scripts/tests/test_sync_source.py (+1/-1)
lib/lp/soyuz/stories/soyuz/xx-distributionsourcepackagerelease-pages.txt (+1/-1)
lib/lp/soyuz/tests/test_binarypackagebuildbehavior.py (+5/-5)
lib/lp/soyuz/tests/test_distroseriesbinarypackage.py (+2/-2)
lib/lp/soyuz/tests/test_packageupload.py (+1/-1)
lib/lp/soyuz/tests/test_processaccepted.py (+2/-2)
lib/lp/soyuz/tests/test_publishing.py (+2/-5)
lib/lp/testing/factory.py (+2/-2)
lib/lp/translations/doc/gettext-check-messages.txt (+1/-1)
lib/lp/translations/doc/poexport-language-pack.txt (+25/-41)
lib/lp/translations/doc/pofile-verify-stats.txt (+1/-1)
lib/lp/translations/doc/poimport.txt (+1/-1)
lib/lp/translations/doc/translationimportqueue.txt (+1/-1)
lib/lp/translations/doc/translations-export-to-branch.txt (+1/-1)
lib/lp/translations/scripts/tests/test_translations_to_branch.py (+7/-8)
lib/lp/translations/stories/buildfarm/xx-build-summary.txt (+0/-1)
lib/lp/translations/utilities/tests/helpers.py (+1/-1)
To merge this branch: bzr merge lp://staging/~thumper/launchpad/move-test-loggers
Reviewer Review Type Date Requested Status
Tim Penhey (community) Approve
Review via email: mp+44275@code.staging.launchpad.net

Commit message

[r=thumper][ui=none][no-qa] Killed the QuietFakeLogger and moved others to lp.services.log.logger.

To post a comment you must log in.
Revision history for this message
Tim Penhey (thumper) wrote :

Self review.

review: Approve

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.