Re: [HACKERS] Re: Clarifying "server starting" messaging in pg_ctl start without --wait - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Re: Clarifying "server starting" messaging in pg_ctl start without --wait
Date
Msg-id 21326.1484789891@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Re: Clarifying "server starting" messaging in pg_ctlstart without --wait  (Ryan Murphy <ryanfmurphy@gmail.com>)
Responses Re: [HACKERS] Re: Clarifying "server starting" messaging in pg_ctlstart without --wait  (Ryan Murphy <ryanfmurphy@gmail.com>)
List pgsql-hackers
Ryan Murphy <ryanfmurphy@gmail.com> writes:
> So I ran "make -i installcheck-world" and it ran to completion.  This is on
> a freshly "git pull"ed postgres source tree.  Certain tests failed, but
> most succeeded.

Those results look pretty broken :-(

> There was no "overall" indication of success or failure at
> the very end, so I'm not sure what this means.

You told make to ignore errors (with "-i"), so it didn't notice that
anything was wrong.

The on-screen output isn't all that helpful for diagnosing what went
wrong.  You might learn more by looking at the regression.diffs files.
Remember that errors tend to cascade, so the first one(s) in any
particular test suite are the most important --- the rest might just
be fallout.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Ryan Murphy
Date:
Subject: Re: [HACKERS] Re: Clarifying "server starting" messaging in pg_ctlstart without --wait
Next
From: Haribabu Kommi
Date:
Subject: Re: [HACKERS] macaddr 64 bit (EUI-64) datatype support