Re: Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"

Поиск
Список
Период
Сортировка
От Jeffrey Walton
Тема Re: Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"
Дата
Msg-id CAH8yC8=H2d7SwmdJb6XjqU0rnzgVofv6v4Q+WjXdR=0++2sfCA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Thanks Tom.

On Mon, Nov 11, 2013 at 8:51 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Jeffrey Walton <noloader@gmail.com> writes:
>> The following dropped out of `make check` for Postgres 9.3.1.
>
> Sure you've got a complete source tree?  There ought to be files in
> that directory:
>
> $ ls src/test/regress/input
> constraints.source        create_function_2.source  security_label.source
> copy.source               largeobject.source        tablespace.source
> create_function_1.source  misc.source
Yes, I have them. (I download 9.3.1 from
http://www.postgresql.org/ftp/source/v9.3.1/).

From below, I'm thinking --inputdir might not be quite correct. `mkdir
./testtablespace` creates testtablespace in regress/, not input/. I'd
like to try --inputdir=./input/.

The GNUmakefile in the top level directory and the regress/ directory
do not include the string "--inputdir". Any ideas where I can tune it?

Thanks for the help.

mkdir ./testtablespace
../../../src/test/regress/pg_regress --inputdir=.
--temp-install=./tmp_check --top-builddir=../../..   --dlpath=.
--schedule=./parallel_schedule
pg_regress: no *.source files found in
"/home/jwalton/postgresql-9.3.1/src/test/regress/input"
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/jwalton/postgresql-9.3.1/src/test/regress'
make: *** [check] Error 2


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

Предыдущее
От: bricklen
Дата:
Сообщение: Re: pg_log filling up with false logs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres 9.3.1 and Self Test Failure "pg_regress: no *.source files found"