Re: pg_upgrade regression test litters the source tree with log files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_upgrade regression test litters the source tree with log files
Дата
Msg-id 28511.1357679322@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_upgrade regression test litters the source tree with log files  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pg_upgrade regression test litters the source tree with log files  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Tue, Jan  8, 2013 at 01:08:44PM -0500, Tom Lane wrote:
>> In a tree in which I previously ran "make check" in contrib/pg_upgrade:
>> 
>> $ make -s distclean
>> $ git status
>> # On branch master
>> # Untracked files:
>> #   (use "git add <file>..." to include in what will be committed)
>> #
>> #       contrib/pg_upgrade/pg_upgrade_dump_1.log
>> #       contrib/pg_upgrade/pg_upgrade_dump_12912.log
>> #       contrib/pg_upgrade/pg_upgrade_dump_16384.log
>> nothing added to commit but untracked files present (use "git add" to track)
>> 
>> Not sure how long this has been happening.

> Those look like files left over from a failed upgrade, or you used
> --retain.   Does that make sense?

It's possible that I had one or more failed regression test runs on that
machine ... don't recall for sure.  In any case the point here is that
"make clean" ought to get rid of anything that might be left over from a
test run, successful or otherwise.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade regression test litters the source tree with log files
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH 2/5] Make relpathbackend return a statically result instead of palloc()'ing it