disqus / pgshovel

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

Add tests for new replication features #24

Closed Fluxx closed 9 years ago

Fluxx commented 9 years ago

This is based off of https://github.com/disqus/pgshovel/tree/replication, 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.

Fluxx commented 9 years ago

@ivanov and @fuziontech please review (@tkaemming if you have time).

Fluxx commented 9 years ago

Last chance for comments today before I merge.