Re: BUG #14847: "make check" fails 1 of 178 tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bero(at)lindev(dot)ch
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14847: "make check" fails 1 of 178 tests
Date: 2017-10-08 15:06:01
Message-ID: 10034.1507475161@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

bero(at)lindev(dot)ch writes:
> /home/bero/abf/postgresql/BUILD/postgresql-10.0/src/test/regress/results/stats.out2017-10-07
> 17:02:03.791369854 +0200
> ***************
> *** 8,14 ****
> SHOW track_counts; -- must be on
> track_counts
> --------------
> ! on
> (1 row)

> -- ensure that both seqscan and indexscan plans are allowed
> --- 8,14 ----
> SHOW track_counts; -- must be on
> track_counts
> --------------
> ! off
> (1 row)

This suggests that the statistics collector didn't start up because it
failed to open a loopback socket. The first few lines of the postmaster
log file should contain some indication of why. Without seeing those
it's hard to do more than guess, but my first guess would be misconfigured
DNS leading to "localhost" not resolving, or maybe an overaggressive
kernel packet filter.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2017-10-08 20:07:21 Re: json(b)_array_elements use causes very large memory usage when also referencing entire json document
Previous Message bero 2017-10-08 10:52:15 BUG #14847: "make check" fails 1 of 178 tests