~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bugtask.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 12:11:50 UTC
  • mfrom: (14625.2.7 gina-dsc-binaries)
  • Revision ID: launchpad@pqm.canonical.com-20120106121150-e0bucmb5qeyytnn9
[r=wgrant][bug=911943] Fix SourcePackageReleaseDscBinariesUpdater:
        round chunk_size to int (and document this issue).

Show diffs side-by-side

added added

removed removed

Lines of Context:
737
737
    ...     ["id", "title", "private"])
738
738
    >>> notify(bug_set_private)
739
739
 
740
 
    >>> from canonical.database.sqlbase import flush_database_updates
 
740
    >>> from lp.services.database.sqlbase import flush_database_updates
741
741
    >>> flush_database_updates()
742
742
 
743
743
If we now login as someone who was neither implicitly nor explicitly
1025
1025
    # XXX Guilherme Salgado 2005-11-07:
1026
1026
    # If we don't call flush_database_caches() here, we won't see the
1027
1027
    # changes made by the cronscript in objects we already have cached.
1028
 
    >>> from canonical.database.sqlbase import flush_database_caches
 
1028
    >>> from lp.services.database.sqlbase import flush_database_caches
1029
1029
    >>> flush_database_caches()
1030
1030
    >>> transaction.commit()
1031
1031