[Pkg-postgresql-public] Bug#704802: Bug#704802: plperl crashes immediately on kfreebsd

Martin Pitt mpitt at debian.org
Wed Apr 10 07:31:45 UTC 2013


Hello Peter,

Peter Eisentraut [2013-04-08 23:11 -0400]:
> -	make -C build/src/test/regress bigcheck || fail=1; \
> +	make -C build -k check-world || fail=1; \

Ah, nice!

I just tested this on current -9.2. The "main" and ecpg tests work well,
but the PL and contrib ones time out in "starting postmaster", because
of

  FATAL:  could not create lock file "/var/run/postgresql/.s.PGSQL.57436.lock": No such file or directory

It seems like EXTRA_REGRESS_OPTS='--host=/tmp' that we pass to "make check-world"
is only being used for main and ecpg, but not for the others?

On -9.1 it looks better, as we patch pg_regress to use /tmp/
($EXTRA_REGRESS_OPTS doesn't exist there yet). ecpg has a lot of
failures, and ecpg's ./test/preproc/whenever hangs forever. 
The dblink contrib check fails as well.

The whole build now took over 9 GB of disk space, seems the tests need
a ton of those. I hope the buildds from the less well-equipped
architectures can deal with that?

Thanks,

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



More information about the Pkg-postgresql-public mailing list