pgsql: Remove testing for precise LSN/reserved bytes in new TAP test

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove testing for precise LSN/reserved bytes in new TAP test
Date: 2020-04-08 03:33:04
Message-ID: E1jM1Sa-0003mS-99@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove testing for precise LSN/reserved bytes in new TAP test

Trying to ensure that a slot's restart_lsn or amount of reserved bytes
exactly match some specific values seems unnecessary, and fragile as
shown by failures in multiple buildfarm members.

Discussion: https://postgr.es/m/20200407232602.GA21559@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e9abed746280086474e2191b8c399b5fd9b0678

Modified Files
--------------
src/test/recovery/t/019_replslot_limit.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-08 04:10:22 pgsql: Put back mistakenly removed #include.
Previous Message Tom Lane 2020-04-08 02:58:55 Re: pgsql: Allow users to limit storage reserved by replication slots