Re: pgsql: In the pg_upgrade test suite, don't write to src/test/regress.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Noah Misch <noah(at)leadboat(dot)com>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: In the pg_upgrade test suite, don't write to src/test/regress.
Date: 2019-05-19 22:19:16
Message-ID: 12717.1558304356@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andres Freund <andres(at)anarazel(dot)de> writes:
> The buildfarm decidedly is not a fan of this:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=spurfowl&dt=2019-05-19%2021%3A43%3A32

Also, dory is showing a different failure mode, in which it's not even
getting to the pg_upgrade test:

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dory&dt=2019-05-19%2021%3A45%3A26

The regular installcheck test is dying with

Can't locate object method "installcheck_internal" via package "serial" (perhaps you forgot to load "serial"?) at vcregress.pl line 105.

Seems like some kind of syntax problem in the patch's change to
vcregress.pl? I'm not enough of a Perl guy to diagnose it.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-05-19 22:27:06 pgsql: Revert "In the pg_upgrade test suite, don't write to src/test/re
Previous Message Andres Freund 2019-05-19 22:17:01 pgsql: Don't to predicate lock for analyze scans, refactor scan option