Re: pgsql: Test replay of regression tests, attempt II.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Test replay of regression tests, attempt II.
Дата
Msg-id 8373.1642440288@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Test replay of regression tests, attempt II.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Test replay of regression tests, attempt II.  (Thomas Munro <thomas.munro@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Test replay of regression tests, attempt II.
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Test replay of regression tests, attempt II.