From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Ryan Murphy <ryanfmurphy(at)gmail(dot)com> |
Cc: | Beena Emerson <memissemerson(at)gmail(dot)com>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait |
Date: | 2017-01-19 01:38:11 |
Message-ID: | 21326.1484789891@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Ryan Murphy <ryanfmurphy(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Haribabu Kommi | 2017-01-19 02:16:05 | Re: macaddr 64 bit (EUI-64) datatype support |
Previous Message | Ryan Murphy | 2017-01-19 01:13:21 | Re: Re: Clarifying "server starting" messaging in pg_ctl start without --wait |