summaryrefslogtreecommitdiff
path: root/tests/test_replication.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Upgrade f-strings with flyntHugo van Kemenade2020-11-171-3/+3
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-5/+5
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Smart replication feedbackAlexander Kukushkin2019-05-061-7/+10
* Store WAL end pointer in the replication cursorMartins Grunskis2019-03-301-0/+1
* Other import moved to top level in testsDaniele Varrazzo2019-03-161-1/+1
* Move imports to the top of the module across testsJon Dufresne2019-03-161-2/+3
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Use relative imports throughout testsJon Dufresne2017-12-101-3/+3
* Always import the system unittestJon Dufresne2017-12-011-1/+2
* Accept Composable in start_replication_expert()Daniele Varrazzo2017-06-171-0/+14
* Fixed args parsing in ReplicationCursor.consume_stream()Daniele Varrazzo2017-04-191-0/+23
* Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-1/+1
* Skip replication tests in green modeDaniele Varrazzo2016-12-251-3/+8
* Added test to verify bug #482Daniele Varrazzo2016-12-251-2/+15
* Fixed tests failing on Python 2.6Daniele Varrazzo2016-12-241-4/+0
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-21/+39
* Fix error test for invalid START_REPLICATION command.Oleksandr Shulgin2016-01-211-2/+8
* Allow retrying start_replication after syntax or data error.Oleksandr Shulgin2016-01-051-0/+13
* Drop ReplicationCursor.flush_feedback(), rectify pq_*_replication_*() interface.Oleksandr Shulgin2015-10-231-1/+1
* Properly subclass ReplicationCursor on C level.Oleksandr Shulgin2015-10-191-4/+16
* Improve async replication test.Oleksandr Shulgin2015-10-191-35/+48
* Replace stop_replication with requirement for an exception.Oleksandr Shulgin2015-10-191-14/+31
* Fix PSYCOPG2_TEST_REPL_DSN handling.Oleksandr Shulgin2015-10-161-0/+16
* Fix async replication and test.Oleksandr Shulgin2015-10-151-0/+123