[Buildbot-devel] Console display problem
Greg Ward
greg at gerg.ca
Fri Aug 27 12:43:44 UTC 2010
On Thu, Aug 26, 2010 at 5:36 AM, chris at mereidea.com <chris at mereidea.com> wrote:
> I have a problem with the Console view on my Buildbot installation. The
> Subversion
> revision numbers aren't ordered correctly. You can see the problem at
> http://builds.mereidea.com/console.
>
> It appears that the revision numbers are ordered using a string comparison
> instead
> of a numerical comparison, so 10 and 11 come below 2, 3, etc.
Revision "numbers" are just strings to BuildBot, since it uses
40-digit hex IDs for git and Mercurial. Sorting git/hg changeset IDs
makes even less sense than sorting svn revision numbers as strings, so
it really makes no sense at all to sort that display.
Sounds like a bug in the "Console" display to me. You might want to
open a ticket for it.
Greg
More information about the devel
mailing list