[pgjdbc/pgjdbc] ee6443: fix: ignore replication test until 11.1 to avoid r...

From: Jorge Solorzano <jorsol(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] ee6443: fix: ignore replication test until 11.1 to avoid r...
Date: 2017-09-21 20:43:20
Message-ID: 59c4246837fc6_75dc3fbb8eb75c3083746@hookshot-fe6-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: ee6443db167da735f5a9402d16f31c3ee6d719dc
https://github.com/pgjdbc/pgjdbc/commit/ee6443db167da735f5a9402d16f31c3ee6d719dc
Author: Jorge Solorzano <jorsol(at)gmail(dot)com>
Date: 2017-09-21 (Thu, 21 Sep 2017)

Changed paths:
M pgjdbc/src/test/java/org/postgresql/replication/LogicalReplicationTest.java

Log Message:
-----------
fix: ignore replication test until 11.1 to avoid random failures (#949)

Some replication tests looks that suffer from race conditions for a feature
that is missing from the server "Stopping logical replication protocol".

Full discussion: https://www.postgresql.org/message-id/flat/CAFgjRd3hdYOa33m69TbeOfNNer2BZbwa8FFjt2V5VFzTBvUU3w(at)mail(dot)gmail(dot)com#CAFgjRd3hdYOa33m69TbeOfNNer2BZbwa8FFjt2V5VFzTBvUU3w@mail.gmail.com

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Dunstan 2017-09-22 01:10:10 Re: Reading and writing off-heap data
Previous Message Dave Cramer 2017-09-21 17:58:49 Re: JDBC: logical replication and LSN feedback