Regression test questions.

Поиск
Список
Период
Сортировка
От Warren Vanichuk
Тема Regression test questions.
Дата
Msg-id Pine.LNX.4.21.0102151058080.7689-100000@urd.street-light.com
обсуждение исходный текст
Ответы Re: Regression test questions.  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Greetings.

I'm compiling up PostgreSQL 7.0.03 on a Ultra60 running Solaris 8.  It
compiles fine, but there are some questions I have regarding the parallel
regression tests that I performed afterwards.

During the tests I get the folloing errors from the script :

sequential test create_function_1    ...  ./run_check.sh: sql/create_function_1.sql: cannot open
diff: expected/create_function_1.out: No such file or directory

sequential test create_function_2    ...  ./run_check.sh: sql/create_function_2.sql: cannot open
diff: expected/create_function_2.out: No such file or directory

sequential test copy                 ...  ./run_check.sh: sql/copy.sql: cannot open
diff: expected/copy.out: No such file or directory

parallel group3 (6 tests)            ...
./run_check.sh: sql/constraints.sql: cannot open
 constraints  create_aggregate  create_operator  create_misc  triggers  create_index
           test constraints          ...  diff: expected/constraints.out: No such file or directory

sequential test misc                 ...  ./run_check.sh: sql/misc.sql: cannot open
diff: expected/misc.out: No such file or directory


And things such as create_views, create_index, btree_index and other
wonderful things are failing the regression test.

Is this normal?  Should I be worried about this, or is this a shortcoming in
the tests themselves?

Sincerely, Warren


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

Предыдущее
От: David Wheeler
Дата:
Сообщение: Re: Case insensitive selects?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Regression test questions.