Re: [GENERAL] testcase failing on git master / how to progress - Mailing list pgsql-general

From Tom Lane
Subject Re: [GENERAL] testcase failing on git master / how to progress
Date
Msg-id 13095.1489813580@sss.pgh.pa.us
Whole thread Raw
In response to [GENERAL] testcase failing on git master / how to progress  (Martin F <pg@mfriebe.de>)
Responses Re: [GENERAL] testcase failing on git master / how to progress
List pgsql-general
Martin F <pg@mfriebe.de> writes:
> I did build with

> make clean distclean
> ./configure --prefix=/deploys/postgresql/inst/  --with-pgport=5433
> --enable-debug CFLAGS="-ggdb -O0 -g3 -fno-omit-frame-pointer"
> make
> make install

That looks like it ought to work.  Did you get any compile warnings?
(Personally I tend to do the make steps as "make -s" so that you can
spot the warnings if there are any.)

> And  I  got a few tests failing.
>       macaddr8                 ... FAILED
>       opr_sanity               ... FAILED
>       object_address           ... FAILED

Hard to say much about that.  Looking at the actual regression.diffs
might be more informative.

A general tip when playing around with development HEAD is to look
at the buildfarm:
https://buildfarm.postgresql.org/cgi-bin/show_status.pl

If critters are falling over left and right on the commit you pulled,
then you got a bad version.  If all is green on the buildfarm but
it's not working for you, then we'd like to hear details.

            regards, tom lane


pgsql-general by date:

Previous
From: Martin F
Date:
Subject: Re: [GENERAL] testcase failing on git master / how to progress
Next
From: Devrim Gündüz
Date:
Subject: Re: [GENERAL] CenOS 5/Postgresql 9.6