| From: | Shinya Kato <shinya11(dot)kato(at)gmail(dot)com> |
|---|---|
| To: | Pierre Forstmann <pierre(dot)forstmann(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Avoid recalculating pgprocno in ProcArrayAdd() |
| Date: | 2026-08-12 03:37:34 |
| Message-ID: | CAOzEurSakUZ1tAyFQ2GROwfy450QBDmUpFK4rwqMO1w7uRoafg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Aug 10, 2026 at 10:48 PM Pierre Forstmann
<pierre(dot)forstmann(at)gmail(dot)com> wrote:
> Test Summary Report
> -------------------
> t/006_logical_decoding.pl (Wstat: 7424 (exited 29) Tests: 0 Failed: 0)
> Non-zero exit status: 29
> t/010_logical_decoding_timelines.pl (Wstat: 7424 (exited 29) Tests: 0 Failed: 0)
> Non-zero exit status: 29
> t/013_crash_restart.pl (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
> Non-zero exit status: 255
> Parse errors: No plan found in TAP output
>
> What should I do ?
Thank you for testing the patch.
These failures look unrelated to the patch. The test_decoding failures
in 006 and 010 are because contrib is not present in your install
prefix. installcheck-world runs the TAP tests against the installed
tree, so "make install" alone is not enough. Please run "make
install-world" (or at least "make -C contrib install") and retry.
--
Shinya Kato
NTT OSS Center
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bingshuai Li | 2026-08-12 03:39:19 | Bug in logical decoding with DDL and subtransactions |
| Previous Message | Shinya Kato | 2026-08-12 03:28:18 | Re: Fix contradictory comment for pgstat_slru_flush_cb() |