Re: pgsql: Test replay of regression tests, attempt II. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Test replay of regression tests, attempt II.
Date
Msg-id 8373.1642440288@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Test replay of regression tests, attempt II.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Test replay of regression tests, attempt II.  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-committers
I wrote:
> I'm quite appalled that this patch has apparently added an entire new run
> of the core regression tests to the standard check-world/buildfarm cycle.

Not only that, but it leaves junk that is neither cleaned by "make clean"
nor .gitignored:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        primary.dump
        results/
        standby.dump

$ make clean
rm -rf tmp_check

These files should have been put into the tmp_check directory...
that's what it's for.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Test replay of regression tests, attempt II.
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Test replay of regression tests, attempt II.