Re: Bug tracker tool we need

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Smith <greg(at)2ndQuadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, Jay Levitt <jay(dot)levitt(at)gmail(dot)com>, Alex <ash(at)commandprompt(dot)com>, Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug tracker tool we need
Date: 2012-04-18 03:44:11
Message-ID: 19323.1334720651@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Smith <greg(at)2ndQuadrant(dot)com> writes:
> Rather than talk about adopting one of the available torture devices,
> I'd happily consider the simplest thing possible that would be useful
> here instead. Here's my proposed tiny tracker:

Wasn't Jay just muttering about "writing your own bug tracker" being an
anti-pattern? But still, there's something in what you say, because ...

> -Make commits that fix a bug reference it in one of the standard ways
> that's done by every one of these bug trackers. Just throw "Fixes
> #6596" into the commit message. These will probably work if a more
> serious tool is adopted, too.

... I think you'll find a lot of that data could be mined out of our
historical commit logs already. I know I make a practice of mentioning
"bug #NNNN" whenever there is a relevant bug number, and I think other
committers do too. It wouldn't be 100% coverage, but still, if we could
bootstrap the tracker with a few hundred old bugs, we might have
something that was immediately useful, instead of starting from scratch
and hoping it would eventually contain enough data to be useful.

At the same time, I think we'd likely be a lot better off squirting this
data into bugzilla or another standard tracker, instead of building our
own infrastructure.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2012-04-18 04:01:19 Re: Bug tracker tool we need
Previous Message Greg Smith 2012-04-18 03:23:00 Re: Bug tracker tool we need