branch: elpa/pg
commit e567d3261835e436c2b93dcdb0b816142d06d01c
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>

    Tests: add flag to enable LISTEN on startup for Yugabyte
---
 test/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Makefile b/test/Makefile
index 7a809c6b90..22af6cd69e 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1256,6 +1256,7 @@ test-yugabyte: test-pg.el
             --ysql_port=5499 \
             --base_dir=/tmp \
             --ysql_enable_auth=true \
+            --master_flags  ysql_yb_enable_listen_notify=true \
             --tserver_flags ysql_yb_enable_listen_notify=true \
             --background=false
        sleep 30

Reply via email to