On Wed, Aug 5, 2026 at 10:55 AM Zhijie Hou (Fujitsu) <[email protected]> wrote: > > Thanks for reporting this. I confirmed that this is a race condition in the > test > - the log offset is captured after the publisher's prepared transaction runs, > so > the expected ERROR may have already been written before the offset was > recorded. > This would cause the subsequent search to miss the message. To fix it, we can > simply get the offset before the prepared transaction runs. > > The patch fixes the timeout on my machine (after adding the mentioned > pg_sleep(0.5)). >
The patch looks good to me, so I pushed. -- With Regards, Amit Kapila.
