Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2601

bzr-2.6.0-11.1.mga5.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Tracking Bugs in Bazaar &mdash; Bazaar 2.6.0 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    './',
        VERSION:     '2.6.0',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="shortcut icon" href="_static/bzr.ico"/>

    <link rel="top" title="Bazaar 2.6.0 documentation" href="index.html" />
    <link rel="next" title="Bazaar Developer Guide" href="HACKING.html" />
    <link rel="prev" title="Profiling" href="profiling.html" />
<link rel="stylesheet" href="_static/bzr-doc.css" type="text/css" />
 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="HACKING.html" title="Bazaar Developer Guide"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="profiling.html" title="Profiling"
             accesskey="P">previous</a> |</li>
<li><a href="http://bazaar.canonical.com/">
    <img src="_static/bzr icon 16.png" /> Home</a>&nbsp;|&nbsp;</li>
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>

        <li><a href="index.html">Developer Document Catalog (2.6.0)</a> &raquo;</li>
 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="tracking-bugs-in-bazaar">
<h1>Tracking Bugs in Bazaar<a class="headerlink" href="#tracking-bugs-in-bazaar" title="Permalink to this headline">¶</a></h1>
<p>This document describes the bug-tracking processes for developing Bazaar
itself.  Bugs in Bazaar are recorded in Launchpad.</p>
<p>See also:</p>
<ul class="simple">
<li><a class="reference external" href="index.html">Bazaar Developer Documents</a>.</li>
<li><a class="reference external" href="cycle.html">The Bazaar Development Cycle</a>.</li>
<li><a class="reference external" href="../en/user-guide/index.html">The Bazaar User Guide</a> &#8211; for
information on integrating Bazaar with other bug trackers.</li>
</ul>
<div class="section" id="links">
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li><a class="reference external" href="https://bugs.launchpad.net/bzr">bzr bugs home page</a>.</li>
<li><a class="reference external" href="https://bugs.launchpad.net/bzr/+bugs?search=Search&amp;field.importance=Critical&amp;field.status=New&amp;field.status=Incomplete&amp;field.status=Confirmed&amp;field.status=Triaged&amp;field.status=In+Progress&amp;field.status=Fix+Committed">Critical bugs</a>.</li>
<li><a class="reference external" href="https://bugs.launchpad.net/bzr/+bugs">Open bugs by importance</a>.</li>
<li><a class="reference external" href="https://bugs.launchpad.net/bzr/+bugs?field.searchtext=&amp;orderby=-date_last_updated&amp;search=Search&amp;field.status%3Alist=NEW&amp;field.status%3Alist=INCOMPLETE_WITH_RESPONSE&amp;field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&amp;field.status%3Alist=CONFIRMED&amp;field.status%3Alist=TRIAGED&amp;field.status%3Alist=INPROGRESS&amp;field.status%3Alist=FIXCOMMITTED&amp;field.assignee=&amp;field.bug_reporter=&amp;field.omit_dupes=on&amp;field.has_patch=&amp;field.has_no_package=">Open bugs most recently changed first</a>.</li>
<li><a class="reference external" href="http://tinyurl.com/bzr-bugs-by-dupes">Most commonly duplicated bugs</a>.</li>
</ul>
</div>
<div class="section" id="generalities">
<h2>Generalities<a class="headerlink" href="#generalities" title="Permalink to this headline">¶</a></h2>
<p>Anyone involved with Bazaar is welcome to contribute to managing our bug
reports.  <strong>Edit boldly</strong>: try to help users out, assess importance or improve
the bug description or status.  Other people will see the bugs: it&#8217;s
better to have 20 of them processed and later change the status of a
couple than to leave them lie.</p>
<p>When you file a bug as a Bazaar developer or active user, if you feel
confident in doing so, make an assessment of status and importance at the
time you file it, rather than leaving it for someone else.  It&#8217;s more
efficient to change the importance if someone else feels it&#8217;s higher or
lower, than to have someone else edit all bugs.</p>
<p>It&#8217;s more useful to actually ship bug fixes than to garden the bug
database.  It&#8217;s more useful to take one bug through to a shipped fix than
to partially investigate ten bugs.  You don&#8217;t get credit for a bug until
the fix is shipped in a release.  Users like getting a response to their
report, but they generally care more about getting bugs fixed.</p>
<p>The aim of investigating bugs before starting concentrated work on them is
therefore only to:</p>
<ul class="simple">
<li>determine if they are critical or high priority (and
should displace existing work)</li>
<li>garden sufficiently to keep the database usable: meaningful summaries,
and duplicates removed</li>
</ul>
<p>It&#8217;s OK to fix some bugs that just annoy you, even if they&#8217;re not
rationally high.</p>
<p>You can use <tt class="docutils literal"><span class="pre">--fixes</span> <span class="pre">lp:12345678</span></tt> when committing to associate the
commit with a particular bug.</p>
<p>If there are multiple bugs with related fixes, putting &#8220;[master]&#8221; in the
title of one of them helps find it</p>
<p>It&#8217;s often fastest to find bugs just using the regular Google search
engine, rather than Launchpad&#8217;s search.</p>
<p>Martin Pitt says:</p>
<blockquote>
<div><div class="line-block">
<div class="line">One of the things you should not do often is to start asking</div>
<div class="line">questions/for more debug info and then forget about the bug. It&#8217;s just</div>
<div class="line">a waste of the reporter&#8217;s and your time, and will create frustration</div>
<div class="line">on the reporter side.</div>
</div>
</div></blockquote>
</div>
<div class="section" id="priorities">
<h2>Priorities<a class="headerlink" href="#priorities" title="Permalink to this headline">¶</a></h2>
<p>The suggested priorities for bug work are:</p>
<ol class="arabic simple">
<li>Fix critical bugs.</li>
<li>Get existing fixes through review and landed.</li>
<li>Fix bugs that are already in progress.</li>
<li>Look at bugs already assigned to you, and either start them, or change
your mind and unassign them.</li>
<li>Take new bugs from the top of the stack.</li>
<li>Triage new bugs.</li>
</ol>
<p>It&#8217;s not strict and of course there is personal discretion but our work
should be biased to the top of this hierarchy.</p>
</div>
<div class="section" id="clear-bugs">
<h2>Clear Bugs<a class="headerlink" href="#clear-bugs" title="Permalink to this headline">¶</a></h2>
<p>Bugs should have clear edges, so that you can make a clear statement about
whether a bug is fixed or not.  (Sometimes reality is complicated, but aim
for each bug to be clear.)</p>
<p>Bugs on documentation, performance, or UI are fine as long as they&#8217;re
clear bugs.</p>
<p>Examples of good bugs:</p>
<ul class="simple">
<li>&#8220;ValueError in frob_foo when committing changed symlink&#8221; - although
there may be many possible things that could cause a ValueError there,
you should at least know when you&#8217;ve fixed the problem described in this
bug.</li>
<li>&#8220;Unclear message about incompatible repositories&#8221; - even though the user
may not agree the new message is sufficiently clear, at least you know
when you&#8217;ve tried to fix it.</li>
</ul>
<p>Examples of bad bugs:</p>
<ul class="simple">
<li>&#8220;Commit is too slow&#8221; - how fast is fast enough to close it?  &#8220;Commit
reads the working tree twice&#8221; is clearer.</li>
</ul>
</div>
<div class="section" id="bug-status">
<h2>Bug Status<a class="headerlink" href="#bug-status" title="Permalink to this headline">¶</a></h2>
<dl class="docutils">
<dt>New</dt>
<dd>The bug has just been filed and hasn&#8217;t been examined by a developer
yet.</dd>
<dt>Incomplete</dt>
<dd><p class="first">The bug requires more information from the reporter to make progress.</p>
<p class="last">Only set this state if it&#8217;s impossible or uneconomical to make
progress on the bug without that information.  The bug will expire if
it remains in this state for two months.</p>
</dd>
<dt>Confirmed</dt>
<dd>The bug report has been seen by a developer and we agree it&#8217;s a bug.
You don&#8217;t have to reproduce the bug to mark it Confirmed.  (Generally
it&#8217;s not a good idea for a developer to spend time reproducing the bug
until they&#8217;re going to work on it.)</dd>
<dt>Triaged</dt>
<dd>We don&#8217;t use this status.  If it is set, it means the same as
Confirmed.</dd>
<dt>In Progress</dt>
<dd><p class="first">Someone has started working on this.  We can deliver the value of the
work already done by finishing and shipping the fix.</p>
<p class="last">The bug keeps this state from the time someone does non-trivial
analysis, until the fix is merged to a release or trunk branch (when
it is Fix Released), or until they give up on it (back to New or
Confirmed) or decide it is Invalid or Incomplete.</p>
</dd>
<dt>Won&#8217;t Fix</dt>
<dd>The behaviour complained about is intentional and we won&#8217;t fix it.
Needless to say, be thoughtful before using this status, and consider if
the user experience can be improved in some other way.</dd>
<dt>Invalid</dt>
<dd>The reporter was confused, and this is not actually a bug.
Again, be sensitive in explaining this to the user.</dd>
<dt>Fix Committed</dt>
<dd>Don&#8217;t use this.  If set on old bug, it probably means In Progress,
with the fix waiting for review.  See Launchpad <a class="reference external" href="https://bugs.launchpad.net/launchpad/+bug/163694">bug 163694</a>.</dd>
<dt>Fix Released</dt>
<dd><p class="first">The fix for this bug is now in the bzr branch that this task is for.
The branch for the default task on a bug is bzr.dev.</p>
<p>We use this value even though the fix may not have been been included
in a release yet because all the developer activity around it is
complete and we want to both avoid bug spam when releases happen, and
keep the list of bugs that developers see when they look at the bug
tracker trimmed to those that require action.</p>
<p class="last">When setting a bug task to fix released, the bug target milestone
should be set to the release the fix will be included in (or was
included in, if you are updating an old bug). Don&#8217;t spend too much
time updating this if you don&#8217;t immediately know: its not critical
that it be set.</p>
</dd>
</dl>
</div>
<div class="section" id="bug-importance">
<h2>Bug Importance<a class="headerlink" href="#bug-importance" title="Permalink to this headline">¶</a></h2>
<dl class="docutils">
<dt>Critical</dt>
<dd>This is a serious bug that could cause data loss, stop bzr being
usable in an important case, or represents a regression in something
previously working.  We should fix critical bugs before doing other
work, or seriously consider whether the bug is really critical
or whether the other change is more urgent.</dd>
<dt>High</dt>
<dd>This is a bug that can seriously interfere with people&#8217;s use of
Bazaar.  We should seriously consider fixing these bugs before
working on new features.</dd>
<dt>Medium</dt>
<dd>A regular bug.  We&#8217;d like to fix them, but there may be a long delay.</dd>
<dt>Low</dt>
<dd>Something suboptimal that may affect an unimportant case or have a
fairly easy workaround.</dd>
<dt>Wishlist</dt>
<dd>These will basically never get done.</dd>
</dl>
<p>Bugs rated Medium or lower are unlikely to get fixed unless they either
pique the interest of a developer or are escalated due eg to many users
being affected.</p>
<p>Not every existing bug is correctly rated according to this scale, and we
don&#8217;t always follow this process, but we&#8217;d like to do it more.  But
remember, fixing bugs is more helpful than gardening them.</p>
</div>
<div class="section" id="assignment">
<h2>Assignment<a class="headerlink" href="#assignment" title="Permalink to this headline">¶</a></h2>
<p>Assigning a bug to yourself, or someone else, indicates a real intention
to work on that bug soon.</p>
</div>
<div class="section" id="targetting-bugs">
<h2>Targetting Bugs<a class="headerlink" href="#targetting-bugs" title="Permalink to this headline">¶</a></h2>
<p>It&#8217;s possible to target a bug to a milestone, eg
&lt;<a class="reference external" href="https://bugs.launchpad.net/bzr/+milestone/1.16">https://bugs.launchpad.net/bzr/+milestone/1.16</a>&gt;.  We use this to help the
release manager know what <strong>must</strong> be merged to make the release.</p>
<p>Therefore, we don&#8217;t target bugs that we&#8217;d like to have fixed or that could
be fixed in a particular release, we only target bugs that must be fixed
and that will cause us to slip the release if they&#8217;re not fixed.  At any time,
very few if any of the bugs targeted to a release should be still open.  By
definition, these bugs should normally be Critical priority.</p>
</div>
<div class="section" id="backports">
<h2>Backports<a class="headerlink" href="#backports" title="Permalink to this headline">¶</a></h2>
<p>Sometimes we&#8217;ll want to make a special point-release update (eg 1.15.1)
off an already-released branch including a fix for a particular bug.  To
represent this, create a new bug task (ie link in the status table on the
bug page) by clicking the <a class="reference external" href="https://bugs.launchpad.net/bugs/132733">poorly-named</a> &#8220;Target to Release&#8221; link.
Target it to the appropriate series (ie 1.15). If the bug should also
prevent any point releases of that series then you should also target the
new task to the appropriate milestone within that release. (See Targeting Bugs
above)</p>
<p>This bug task then has a separate status and importance to indicate the
separate work to get it into that release.</p>
</div>
<div class="section" id="release-notes">
<h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to this headline">¶</a></h2>
<p>Most bugs that are fixed should be mentioned in the <a class="reference external" href="../en/release-notes/">Release Notes</a> for the forthcoming version,
including the bug number.
(Exceptions might be bugs that are not at all user visible.)</p>
</div>
<div class="section" id="tags">
<h2>Tags<a class="headerlink" href="#tags" title="Permalink to this headline">¶</a></h2>
<p>Here are some bug tags we use.  In Launchpad Bugs tags are currently of limited use, so don&#8217;t feel obliged to tag bugs unless you&#8217;re finding it useful.</p>
<dl class="docutils">
<dt>authentication</dt>
<dd>authenticating to servers</dd>
<dt>backport</dt>
<dd>candidate for backporting to an update of the previous release</dd>
<dt>dirstate</dt>
<dd>WorkingTree4</dd>
<dt>easy</dt>
<dd>should be possible to finish in an hour or two</dd>
<dt>hpss</dt>
<dd>bugs about the High-Performance Smart Server, i.e. bzr+ssh://, etc.</dd>
<dt>hpssvfs</dt>
<dd>bugs for causes of VFS methods of the smart server</dd>
<dt>launchpad</dt>
<dd>bugs about interactions with launchpad (typically this means bzrlib.plugins.launchpad).</dd>
<dt>locale</dt>
<dd>problems using locales other than English</dd>
<dt>memory</dt>
<dd>problems where we use too much memory for some reason</dd>
<dt>newformat</dt>
<dd>fixing this would need a new disk format</dd>
<dt>performance</dt>
<dd>bugs about performance problems.</dd>
<dt>regression</dt>
<dd>bugs which represent an aspect of bzr becoming accidentally less good than it was.</dd>
<dt>test</dt>
<dd>needs changes to the test framework</dd>
<dt>transport</dt>
<dd>virtual filesystem for HTTP, SFTP, etc.</dd>
<dt>trivial</dt>
<dd>should be very easy to fix (10-20 minutes) and easily landed: typically
just spelling errors and the like</dd>
<dt>ui</dt>
<dd>bugs relating to the bzr user interface, e.g. confusing error messages.</dd>
<dt>win32</dt>
<dd>bugs that mainly affects Windows. Also there is cygwin and win98 tags for
marking specific bugs.</dd>
</dl>
<p>You can see the full list of tags in use at
&lt;<a class="reference external" href="https://bugs.launchpad.net/bzr/+bugs">https://bugs.launchpad.net/bzr/+bugs</a>&gt;.  As of September 2008 the
list is on the right.</p>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Tracking Bugs in Bazaar</a><ul>
<li><a class="reference internal" href="#links">Links</a></li>
<li><a class="reference internal" href="#generalities">Generalities</a></li>
<li><a class="reference internal" href="#priorities">Priorities</a></li>
<li><a class="reference internal" href="#clear-bugs">Clear Bugs</a></li>
<li><a class="reference internal" href="#bug-status">Bug Status</a></li>
<li><a class="reference internal" href="#bug-importance">Bug Importance</a></li>
<li><a class="reference internal" href="#assignment">Assignment</a></li>
<li><a class="reference internal" href="#targetting-bugs">Targetting Bugs</a></li>
<li><a class="reference internal" href="#backports">Backports</a></li>
<li><a class="reference internal" href="#release-notes">Release Notes</a></li>
<li><a class="reference internal" href="#tags">Tags</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="profiling.html"
                        title="previous chapter">Profiling</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="HACKING.html"
                        title="next chapter">Bazaar Developer Guide</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/bug-handling.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="HACKING.html" title="Bazaar Developer Guide"
             >next</a></li>
        <li class="right" >
          <a href="profiling.html" title="Profiling"
             >previous</a> |</li>
<li><a href="http://bazaar.canonical.com/">
    <img src="_static/bzr icon 16.png" /> Home</a>&nbsp;|&nbsp;</li>
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>

        <li><a href="index.html">Developer Document Catalog (2.6.0)</a> &raquo;</li>
 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2009-2011 Canonical Ltd.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>
  </body>
</html>