pgsql: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTION

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTION
Date: 2020-07-12 12:28:59
Message-ID: E1jub6J-0005sF-Do@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS

Replication origins created by regression tests should have names
starting with "regress_", and the test introduced in b1e48bb for commit
timestamps did not do that.

Per buildfarm member longfin.

Discussion: https://postgr.es/m/20200712122507.GD21680@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ea3e15d1691ec4cadc67f160cc91c7f237a705ae

Modified Files
--------------
.../modules/commit_ts/expected/commit_timestamp.out | 18 +++++++++---------
.../modules/commit_ts/expected/commit_timestamp_1.out | 6 +++---
src/test/modules/commit_ts/sql/commit_timestamp.sql | 6 +++---
3 files changed, 15 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-07-13 01:53:04 Re: pgsql: Include replication origins in SQL functions for commit timestam
Previous Message Michael Paquier 2020-07-12 12:25:07 Re: pgsql: Include replication origins in SQL functions for commit timestam