Re: Testing with concurrent sessions

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Testing with concurrent sessions
Дата
Msg-id 4B4220E9020000250002DCE0@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Testing with concurrent sessions  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: Testing with concurrent sessions
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> wrote:
> I think the consensus was, failing support for concurrent sessions
> in psql, to use a Perl script to control multiple psql sessions
> and perhaps use Test::More to do the testing.
Are there any examples of that?  While I can hack my way through
regular expressions when I need them, perl as a language is
something I don't know at all; with an example I might be able to
come up to speed quickly, though.
> Although pgTAP might make sense, too, if the 
> tests ought to run in the database.
I need to run statements against a database; I don't particularly
need any special features of psql for this.  Can anyone confirm that
pgTAP can let you interleave specific statements against specific
connections in a specific sequence?  (The answer to that didn't leap
out at me in a quick scan of the docs.)
-Kevin


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: KNNGiST for knn-search (WIP)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Testing with concurrent sessions