[Bucardo-general] can't put a simple test working. :(

Alexandre Rodrigues alex454 at gmail.com
Wed Jun 30 18:44:14 UTC 2010


Hello all,

I resolved part of the make test problem:

- Created a directory called "bucardo_test_database_A_8.4.4"  in the same
directory has the Makefile.
- su postgres
- export PGDATA=bucardo_test_database_A_8.4.4
- initdb

It created a database cluster. But now. when I run the make test I get stuck
in the second test:

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-bash-3.2$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-basic.....................ok

t/02-monkey_with_db_table......Starting cluster "A"
Running: pg_ctl -o '-k socket' -l bucardo_test_database_A_8.4.4/pg.log -D
bucardo_test_database_A_8.4.4 start
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Any Ideas of why this happens???

Thanks in advance,

Alex



2010/6/29 Greg Sabino Mullane <greg at endpoint.com>

> You can turn on debugging to get a clearer picture of where
> things are failing. Edit t/BucardoTesting.pm and set the line
> with $DEBUG = 0 to $DEBUG = 1
>
> You can then run a single test to limit the amount of output. I like
> to use the pushdelta one, like so:
>
> prove --blib . -v 04-pushdelta.t
>
>
> --
> Greg Sabino Mullane greg at endpoint.com
> End Point Corporation
> PGP Key: 0x14964AC8
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mail.endcrypt.com/pipermail/bucardo-general/attachments/20100630/466fca71/attachment.html 


More information about the Bucardo-general mailing list