Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc.
В списке pgsql-hackers по дате отправления:
| От | Alvaro Herrera |
|---|---|
| Тема | Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc. |
| Дата | |
| Msg-id | 20151209214654.GL2763@alvherre.pgsql обсуждение исходный текст |
| Ответ на | Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc. (Michael Paquier <michael.paquier@gmail.com>) |
| Ответы |
Re: Re: In-core regression tests for replication,
cascading, archiving, PITR, etc.
|
| Список | pgsql-hackers |
I've been giving RecoveryTest.pm a look. I wonder if we really need that as a separate package. My first thought was that we could have another class that inherits from PostgresNode (say RecoveryNode). But later it occured to me that we could have the new functions just be part of PostgresNode itself directly; so we would have some new PostgresNode methods:$node->enable_streaming$node->enable_restoring$node->enable_archiving$node->wait (your RecoveryTest::wait_for_node;better name for this?) and some additional constructors:make_mastermake_stream_standbymake_archive_standby -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера