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-22T19:42:48Z
Lists: pgsql-hackers
Aleksander Alekseev <aleksander@timescale.com> writes: > I wanted to test one of the patches we have for the July CF on the > Raspberry Pi 3 Model B+. It runs Raspbian GNU/Linux 10 (buster) and > Linux Kernel 5.10.60-v7+. > I discovered that the PostgreSQL tests don't pass in this environment. Since you haven't explained what's different about this environment, it's hard to comment on these results. But is this really a stock Postgres source tree, with no local modifications? The fragment of src/test/regress/expected/copy.out that you show does not look current. regards, tom lane
Commits
-
Rename create_function_N test scripts for clarity.
- 2da896182ce1 15.0 landed
-
Rearrange core regression tests to reduce cross-script dependencies.
- cc50080a828d 15.0 landed