Re: [PATCH] big test separation POC

Поиск
Список
Период
Сортировка
От Samrat Revagade
Тема Re: [PATCH] big test separation POC
Дата
Msg-id CAF8Q-GxVa-_2MtJy7BwVjFd8LY=efCYLm1vmCMO1Us0iqUzD8w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] big test separation POC  (Fabien COELHO <fabien.coelho@mines-paristech.fr>)
Ответы Re: [PATCH] big test separation POC  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
Hi Fabien,

While applying latest version of the patch  (regress-big-v4.patch) on
latest PostgreSQL version i encountered following errors:

a) Using git:
$git apply --index regress-big-v4.patch

regress-big-v4.patch:10: trailing whitespace.
$(srcdir)/parallel_schedule $(srcdir)/parallel_big_schedule $(srcdir)/resultmap
regress-big-v4.patch:18: trailing whitespace.
# installcheck vs check:
regress-big-v4.patch:19: trailing whitespace.
# - whether test is run against installed or compiled version
regress-big-v4.patch:20: trailing whitespace.
# test schedules: parallel, parallel_big, standby
regress-big-v4.patch:21: trailing whitespace.
# serial schedules can be derived from parallel schedules
fatal: git apply: bad git-diff - expected /dev/null on line 97


b) Using patch:

$patch -d. -p1 < regress-big-v4.patch

(Stripping trailing CRs from patch.)
patching file src/test/regress/GNUmakefile
(Stripping trailing CRs from patch.)
patching file src/test/regress/parallel_big_schedule
(Stripping trailing CRs from patch.)
patching file src/test/regress/serial_schedule
Reversed (or previously applied) patch detected!  Assume -R? [n]

Is that a problem ?



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: psql tab completion for updatable foreign tables
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: [PATCH] big test separation POC