Re: Test "tablespace" fails during `make installcheck` on master-replica setup

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Test "tablespace" fails during `make installcheck` on master-replica setup
Дата
Msg-id 20161207123920.GA634@paquier.xyz
обсуждение исходный текст
Ответ на Test "tablespace" fails during `make installcheck` on master-replica setup  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Ответы Re: Test "tablespace" fails during `make installcheck` on master-replica setup  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Список pgsql-hackers
On Wed, Dec 07, 2016 at 03:18:59PM +0300, Aleksander Alekseev wrote:
> I noticed, that `make installcheck` fails on my laptop with following
> errors:
>
> http://afiskon.ru/s/98/6f94ce2cfa_regression.out.txt
> http://afiskon.ru/s/b3/d0da05597e_regression.diffs.txt

The interesting bit for the archives:

*** /home/eax/work/postgrespro/postgresql-src/src/test/regress/expected/tablespace.out    2016-12-07 13:53:44.000728436
+0300
--- /home/eax/work/postgrespro/postgresql-src/src/test/regress/results/tablespace.out    2016-12-07 13:53:46.150728558
+0300
***************
*** 66,71 ****
--- 66,72 ----
INSERT INTO testschema.test_default_tab VALUES (1);
CREATE INDEX test_index1 on testschema.test_default_tab (id);
CREATE INDEX test_index2 on testschema.test_default_tab (id) TABLESPACE regress_tblspace;
+ ERROR:  could not open file "pg_tblspc/16395/PG_10_201612061/16393/16407": No such file or directory
\d testschema.test_index1

> Any ideas what can cause this issue?

In the same host, primary and standby will try to use the tablespace
in the same path. That's the origin of this breakage.
--
Michael

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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: Test "tablespace" fails during `make installcheck` on master-replica setup
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Test "tablespace" fails during `make installcheck` on master-replica setup