On 26/08/2026 09:24, Ayush Tiwari wrote:
> Thanks for the updated flow, it looks much better.
>
> I think the new test may need to be moved earlier in the TAP script. It
> currently runs after shared_preload_libraries has been set to test_shmem,
> so the standalone backend loads and initializes test_shmem during startup.
> The later SELECT therefore uses an area that was already initialized,
> rather than exercising after-startup registration.
>
> Would it make sense to move that block just after the first $node->stop?
Good catch. Moved the test to fix that and committed. Thanks!
- Heikki