Your commits to pg_comparator

Ivan Minčík ivan.mincik at gmail.com
Wed Jan 8 23:30:56 UTC 2014


On Wed, Jan 8, 2014 at 11:10 PM, Andreas Tille <andreas at an3as.eu> wrote:

> Hi Ivan,
>
> On Wed, Jan 08, 2014 at 10:04:49PM +0100, Ivan Minčík wrote:
> > 1. I have fixed all remaining Lintian errors
> > 2. I will report man pages typos to upstream and ask to fix them in next
> > minor release along with Perl warnings
>
> That's perfectly OK.
>
> > 3. After next minor release will be ready I will update package
>
> Yep.
>
> > 4. I have tested if pg_comparator is working with trivial test script
> >
> > #!/bin/bash
> >
> > set -e
> >
> > createdb d
> > psql d -f /usr/share/postgresql/9.3/contrib/pgc_casts.sql
> > psql d -f /usr/share/postgresql/9.3/contrib/pgc_checksum.sql
> > psql d -f /usr/share/postgresql/9.3/contrib/xor_aggregate.sql
> >
> > psql d -c "CREATE TABLE t1(id serial, x character varying);"
> > psql d -c "CREATE TABLE t2(id serial, x character varying);"
> > psql d -c "INSERT INTO t1 (x) values ('aaa');"
> > psql d -c "INSERT INTO t1 (x) values ('bbb');"
> > psql d -c "INSERT INTO t1 (x) values ('ccc');"
> >
> > pg_comparator --max-ratio=2.0  --transaction --verbose -S --do-it
> > localhost/d/t1?id localhost/d/t2?id
> >
> > psql d -c "DELETE FROM t1 WHERE x = 'aaa';"
> > psql d -c "INSERT INTO t1 (x) values ('ddd');"
> >
> > pg_comparator --max-ratio=2.0  --transaction --verbose -S --do-it
> > localhost/d/t1?id localhost/d/t2?id
>
> Some idea you might like to consider would be to provide this as
> autopkgtest.
>
> Upstream author is using some much better tests, but I can not find
sources. I have to ask him and then I will consider to add some.


> Since I think the package is OK I uploaded it.
>
> Congratulations for having your first package in Debian (hopefully
> soon provided it passes ftpmasters picky check)
>
>       Andreas


Thank you very much for your great help.



-- 
Ivan Minčík
ivan.mincik at gmail.com  GPG: 0x79529A1E
http://imincik.github.io/0x79529A1E.key
ivan.mincik at gista.sk     GPG: 0xD714B02C
http://imincik.github.io/0xD714B02C.key
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20140109/c523f0b9/attachment.html>


More information about the Pkg-grass-devel mailing list