Re: subscription/033_run_as_table_owner is not listed in the meson.build
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-06-15T08:04:22Z
Lists: pgsql-hackers
On Thu, Jun 15, 2023 at 07:16:06AM +0000, Hayato Kuroda (Fujitsu) wrote: > I have noticed that the testcase subscription/033_run_as_table_owner in the > subscription is not executed when meson build system is chosen. The case is not > listed in the meson.build. > > Do we have any reasons or backgrounds about it? > PSA the patch to add the case. It works well on my env. Seems like a thinko of 4826759 to me, that's easy to miss. Will fix in a bit.. -- Michael
Commits
-
Add missing pg_basebackup TAP test for meson.
- 0225eec80bdd 16.0 landed
-
Add missing subscription TAP test for meson
- ac68323a8788 16.0 landed