reopen 663730
stop

On Wed, Jul 18, 2012 at 04:00:14PM +0100, Matthew Vernon wrote:
> Hi,
> 
> On 28/05/12 09:24, Debian Bug Tracking System wrote:
> >This is an automatic notification regarding your Bug report
> >which was filed against the qa.debian.org package:
> >
> >#663730: qa.debian.org: falsely merges two people
> >
> >It has been closed by Bart Martens<ba...@alioth.debian.org>.
> 
> I've just checked, and the qa page still seems to be wrong. Should I
> re-open this bug? It was closed over a month ago...

Thanks for bringing this to my attention Matthew.

Your name was added here:
http://anonscm.debian.org/viewvc/qa/trunk/carnivore/extract_data?view=markup

Your name is in this file on quantz:
/srv/qa.debian.org/carnivore/extract_data

So the change was deployed.

This file reads from carnivore.db:
/srv/qa.debian.org/web/developer.php

Maybe this file contains wrong data:
/srv/qa.debian.org/data/ddpo/results/carnivore.db

This script pulls the data from UDD:
/srv/qa.debian.org/data/ddpo/extract_carnivore.pl

Looking in UDD:

psql -U guest -h udd.debian.org -p 5452 udd

udd=> select id, email from carnivore_emails where id=304;
 id  |              email              
-----+---------------------------------
 304 | matt...@debian.org
 304 | matth...@chiark.greenend.org.uk
 304 | mc...@cus.cam.ac.uk
(3 rows)

udd=> select id,email from carnivore_emails where id=972;
 id  |         email          
-----+------------------------
 972 | suner...@vernshome.net
(1 row)

Looks OK in UDD.

But when I run a modified extract_carnivore.pl :

id=972 email=suner...@vernshome.net
id=972 email=matt...@debian.org

So I modified extract_carnivore.pl like this:

#my $dbh = DBI->connect( "dbi:Pg:dbname=udd;port=5441;host=localhost", "guest" 
) or die;
my $dbh = DBI->connect( "dbi:Pg:dbname=udd;port=5452;host=udd.debian.org", 
"guest" ) or die;

Then the output is :

id=304 email=matt...@debian.org
id=972 email=suner...@vernshome.net

So the problem seems to be that the copy of UDD on quantz is not up to date.
Who takes care of synchronizing the UDD copy on quantz ?  OK, let's reopen this
bug and ask around for how to solve this.

Regards,

Bart Martens


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to