Re: Proposal: remove obsolete hot-standby testing infrastructure

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Cc: Simon Riggs <simon.riggs@enterprisedb.com>
Date: 2022-01-05T11:27:33Z
Lists: pgsql-hackers
On 03.01.22 22:50, Tom Lane wrote:
> The attached proposed patch removes some ancient infrastructure for
> manually testing hot standby.  I doubt anyone has used this in years,
> because AFAICS there is nothing here that's not done better by the
> src/test/recovery TAP tests.  (Or if there is, we ought to migrate
> it into the TAP tests.)

I looked into this some time ago and concluded that this test contains a 
significant amount of testing that isn't obviously done anywhere else. 
I don't have the notes anymore, and surely some things have progressed 
since, but I wouldn't just throw the old test suite away without 
actually checking.



Commits

  1. Remove standby_schedule and associated test files.

  2. Add simple test for physical replication of sequences.