Re: [GENERAL] Testing an extension exhaustively?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [GENERAL] Testing an extension exhaustively?
Дата
Msg-id 1a19e206-6c7f-b944-3f93-e5b6cb907eb8@hogranch.com
обсуждение исходный текст
Ответ на [GENERAL] Testing an extension exhaustively?  (postgres user <postgresuser1989@gmail.com>)
Ответы Re: [GENERAL] Testing an extension exhaustively?  (Steve Atkins <steve@blighty.com>)
Список pgsql-general
On 2/1/2017 3:39 PM, postgres user wrote:
> If I have the Postgresql server installed on my machine i.e I have all
> the bins, libs and share directories of the Postgresql and I have the
> libs and sql's installed for one of the contrib extensions lets say
> "chkpass", how does one go about testing this extension exhaustively
> on the server? I ask this because I would want to do this manually
> first and then go about automating the testing of this extension. So
> rather than just execute CREATE EXTENSION and DROP EXTENSION I want
> some solid evidence that the extension is working fine under all
> circumstances and is not crashing the server at any moment? Looking
> for some new strategies and ideas to come my way through this.

you would write test cases for all the functionality provided by this
extension, same as you'd test any other sort of API.


--
john r pierce, recycling bits in santa cruz



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

Предыдущее
От: postgres user
Дата:
Сообщение: [GENERAL] Testing an extension exhaustively?
Следующее
От: Steve Atkins
Дата:
Сообщение: Re: [GENERAL] Testing an extension exhaustively?