aboutsummaryrefslogtreecommitdiff
path: root/src/test/isolation/expected/async-notify.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/isolation/expected/async-notify.out')
-rw-r--r--src/test/isolation/expected/async-notify.out17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/test/isolation/expected/async-notify.out b/src/test/isolation/expected/async-notify.out
new file mode 100644
index 00000000000..92d281a7d1f
--- /dev/null
+++ b/src/test/isolation/expected/async-notify.out
@@ -0,0 +1,17 @@
+Parsed test spec with 2 sessions
+
+starting permutation: listen begin check notify check
+step listen: LISTEN a;
+step begin: BEGIN;
+step check: SELECT pg_notification_queue_usage() > 0 AS nonzero;
+nonzero
+
+f
+step notify: SELECT count(pg_notify('a', s::text)) FROM generate_series(1, 1000) s;
+count
+
+1000
+step check: SELECT pg_notification_queue_usage() > 0 AS nonzero;
+nonzero
+
+t