summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartins Grunskis <martins@grunskis.com>2018-10-29 09:50:31 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-03-30 21:23:11 +0000
commitf946042a79fc340d249589ff6acb8fdcb671e9f1 (patch)
tree559d5324728f0d7d35db82316a2c47f950c2ca67 /tests
parent3eecf34beaa0fa2deea9f22baf3b657db412a404 (diff)
downloadpsycopg2-f946042a79fc340d249589ff6acb8fdcb671e9f1.tar.gz
Store WAL end pointer in the replication cursor
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_replication.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_replication.py b/tests/test_replication.py
index 697d53c..15d47f6 100755
--- a/tests/test_replication.py
+++ b/tests/test_replication.py
@@ -242,6 +242,7 @@ class AsyncReplicationTest(ReplicationTestCase):
def consume(msg):
# just check the methods
"%s: %s" % (cur.io_timestamp, repr(msg))
+ "%s: %s" % (cur.wal_end, repr(msg))
self.msg_count += 1
if self.msg_count > 3: