Re: Refactoring the regression tests for more independence

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Julien Rouhaud <rjuju123@gmail.com>, Justin Pryzby <pryzby@telsasoft.com>
Date: 2022-07-22T22:58:48Z
Lists: pgsql-hackers
Aleksander Alekseev <aleksander@timescale.com> writes:
> Sorry about the confusion regarding the environment differences. GCC
> version is 8.3.0, Perl 5.28.1. All in all this is pretty much the
> default Raspbian 10 environment, something you would typically get
> after setting up your RPi 3 B+ using Raspberry Pi Imager and running
> `apt update`, nothing exotic. Please let me know if there are any
> other details of interest.

FWIW, I tried to replicate this locally on my own RPi3B+, using
current Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-1066-raspi aarch64).
No luck: it all works fine for me.  We have at least one Raspbian
buildfarm animal too, and it's not been unhappy either.  I suspect
there is something odd about your environment settings.

			regards, tom lane



Commits

  1. Rename create_function_N test scripts for clarity.

  2. Rearrange core regression tests to reduce cross-script dependencies.