testgres icon indicating copy to clipboard operation
testgres copied to clipboard

LISTEN/NOTIFY support

Open mkleczek opened this issue 11 months ago • 2 comments

Hi, First of all: thanks for this package - it is really useful and easy to use.

I couldn't find any support for LISTEN/NOTIFY in the documentation. Did I miss it or there is none?

mkleczek avatar Jan 27 '25 17:01 mkleczek

Hello Michael,

I think, testgres was created for other tasks )

dmitry-lipetsk avatar Jan 27 '25 19:01 dmitry-lipetsk

Well... Testgress offers some support for asynchronous tests with poll_query_until. I need to test LISTEN/NOTIFY based functionality (actually I need my test to listen for notifications and verify if they are triggered correctly).

I found Testgress really great for testing but lacking in this area :)

mkleczek avatar Jan 27 '25 19:01 mkleczek