We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5b546 commit bb01c7dCopy full SHA for bb01c7d
tests/test_simple.py
@@ -382,6 +382,7 @@ def test_replicate(self):
382
res = node.execute('select * from test')
383
self.assertListEqual(res, [])
384
385
+ @unittest.skipUnless(pg_version_ge('10'), 'requires 10+')
386
def test_logical_replication(self):
387
with get_new_node() as node1, get_new_node() as node2:
388
node1.init(allow_logical=True)
0 commit comments