Re: [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl`

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Грем Снорт <grem(dot)snoort(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH TEST] Fix logical replication setup in subscription test `t/009_matviews.pl`
Date: 2025-10-10 07:36:13
Message-ID: CAA4eK1JSDePjiBhE9zdwiFYmz4VBwZzH4g_ywSKpsR1-R8=8jw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 9, 2025 at 6:07 PM Грем Снорт <grem(dot)snoort(at)gmail(dot)com> wrote:
>
> Hello!
> I've found a simple problem in one of subscription tests (`src/test/subscription/t/009_matviews.pl`).
> When running this test, it completes successfully (All tests successful. Result: PASS) but there is an error in subscriber's logs:
> ```
> logical replication apply worker[1865731] ERROR: logical replication target relation "public.test1" does not exist
> ```
>

This is a harmless ERROR as in the next try, the apply for insert will
be successful. But for neatness, we can use your change.

--
With Regards,
Amit Kapila.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-10-10 07:36:43 Re: Support getrandom() for pg_strong_random() source
Previous Message Daniel Gustafsson 2025-10-10 07:33:52 Re: URLs in rbtree.c are broken