2
0

Replication partially working

This commit is contained in:
Jack Christensen
2019-02-02 12:15:48 -06:00
parent 08c8b49fe4
commit 2e3738f0a9
2 changed files with 22 additions and 7 deletions
+3
View File
@@ -230,6 +230,7 @@ func TestReplicationConn_DropReplicationSlot(t *testing.T) {
}
func TestIdentifySystem(t *testing.T) {
t.Skipf("TODO")
connString := os.Getenv("PGX_TEST_REPLICATION_CONN_STRING")
if connString == "" {
t.Skipf("Skipping due to missing environment variable %v", "PGX_TEST_REPLICATION_CONN_STRING")
@@ -284,6 +285,8 @@ func getCurrentTimeline(t *testing.T, rc *pgx.ReplicationConn) int {
}
func TestGetTimelineHistory(t *testing.T) {
t.Skipf("TODO")
connString := os.Getenv("PGX_TEST_REPLICATION_CONN_STRING")
if connString == "" {
t.Skipf("Skipping due to missing environment variable %v", "PGX_TEST_REPLICATION_CONN_STRING")