Re: PATCH: Unlogged tables re-initialization tests
От
Peter Eisentraut
Тема
Re: PATCH: Unlogged tables re-initialization tests
Дата
Msg-id
65c7dbb0-2e6f-f97e-69d2-20d4fc781127@2ndquadrant.com
Ответ на
Re: PATCH: Unlogged tables re-initialization tests (Michael Paquier)
Список
Дерево обсуждения
PATCH: Unlogged tables re-initialization tests David Steele <david@pgmasters.net>
Re: PATCH: Unlogged tables re-initialization tests Thomas Munro <thomas.munro@enterprisedb.com>
Re: PATCH: Unlogged tables re-initialization tests David Steele <david@pgmasters.net>
Re: PATCH: Unlogged tables re-initialization tests Michael Paquier <michael@paquier.xyz>
Re: PATCH: Unlogged tables re-initialization tests David Steele <david@pgmasters.net>
Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: PATCH: Unlogged tables re-initialization tests Michael Paquier <michael@paquier.xyz>
Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: PATCH: Unlogged tables re-initialization tests David Steele <david@pgmasters.net>
Re: PATCH: Unlogged tables re-initialization tests ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Re: PATCH: Unlogged tables re-initialization tests Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: PATCH: Unlogged tables re-initialization tests David Steele <david@pgmasters.net>
Re: PATCH: Unlogged tables re-initialization tests Michael Paquier <michael@paquier.xyz>
Re: PATCH: Unlogged tables re-initialization tests David Steele <david@pgmasters.net>
Re: PATCH: Unlogged tables re-initialization tests Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: PATCH: Unlogged tables re-initialization tests David Steele <david@pgmasters.net>
On 3/11/18 05:11, Michael Paquier wrote: > On Fri, Mar 09, 2018 at 05:23:48PM -0500, Peter Eisentraut wrote: >> This seems like a useful test. >> >> On 3/5/18 12:35, David Steele wrote: >>> +mkdir($tablespaceDir) >>> + or die "unable to mkdir \"$tablespaceDir\""; >> >> Use BAIL_OUT instead of die in tests. > > Would it be better to make this practice more uniform? From the code of > the tests: > $ git grep die -- */t/*.pl | wc -l > 50 Yes, or maybe there is a way to "catch" die and turn it into BAIL_OUT? -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления