Re: Re: [COMMITTERS] pgsql: Extend framework from commit 53be0b1ad to report latch waits.

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Extend framework from commit 53be0b1ad to report latch waits.
Date: 2016-10-13 04:21:05
Message-ID: CAB7nPqSkYPKqHEnFhuf0+dxO2m+MxAThitax9doxXRat8iL0vg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Thu, Oct 13, 2016 at 8:38 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> On 2016-10-12 11:18:57 -0400, Peter Eisentraut wrote:
>> On 10/4/16 11:29 AM, Tom Lane wrote:
>> > Robert Haas <robertmhaas(at)gmail(dot)com> writes:
>> >> Apparently, 'make world' does not build worker_spi. I thought 'make
>> >> world' was supposed to build everything?
>> >
>> > You'd have thunk, yeah. It looks like the issue is that src/Makefile
>> > is selective about recursing into certain subdirectories of test/,
>> > but mostly not test/ itself. src/test/Makefile naively believes it's
>> > in charge, though. Probably that logic ought to get shoved down one
>> > level, and then adjusted so that src/test/modules gets built by "all".
>> > Or else teach top-level "make world" to do "make all" in src/test/,
>> > but that seems like it's just doubling down on confusing interconnections.
>>
>> We generally don't build test code during make world.
>
> FWIW, I find that quite annoying. I want to run make world with parallelism so
> I can run make world afterwards with as little unnecessary
> unparallelized work. And since the latter takes just about forever, any
> errors visible earlier are good.
>
> What are we gaining by this behaviour?

Personally, I have been trapped by the fact that worker_spi does not
get built when doing a simple check-world recently... So +1 for just
building it when running check-world. We gain nothing with the current
behavior except alarms on the buildfarm.
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-13 04:26:03 pgsql: Fix broken jsonb_set() logic for replacing array elements.
Previous Message Andres Freund 2016-10-13 02:05:38 Re: pgsql: Make pg_dumpall's database ACL query independent of hash table o

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-10-13 04:37:53 Re: Change of extension name to new name
Previous Message Haribabu Kommi 2016-10-13 04:12:10 Re: macaddr 64 bit (EUI-64) datatype support