disqus / pgshovel

A change data capture system for PostgreSQL
Apache License 2.0
11 stars 3 forks source link

Add tests for new replication code #23

Closed Fluxx closed 9 years ago

Fluxx commented 9 years ago

This is based off of https://github.com/disqus/pgshovel/tree/replication_fix_tests, and adds new tests for the new behavior added. Tests include:

NOTE: the test code is not very DRY. While educational, I spent a decent amount of time with this diff getting up to speed with the replication code, so there is more copy and paste than I would like. I do want to make a few passes to the replication code to clean this up, improve names, etc.