Re: Concurrency testing
От
David E. Wheeler
Тема
Re: Concurrency testing
Дата
Msg-id
8A186011-B48B-4589-8EDC-0FD34B9123B0@kineticode.com
Ответ на
Re: Concurrency testing (Jeff Janes)
Список
Дерево обсуждения
Concurrency testing David Fetter <david@fetter.org>
Re: Concurrency testing David Fetter <david@fetter.org>
Re: Concurrency testing Alvaro Herrera <alvherre@commandprompt.com>
Re: Concurrency testing Simon Riggs <simon@2ndQuadrant.com>
Re: Concurrency testing Greg Smith <gsmith@gregsmith.com>
Re: Concurrency testing Alvaro Herrera <alvherre@commandprompt.com>
Re: Concurrency testing Greg Smith <gsmith@gregsmith.com>
Re: Concurrency testing David Fetter <david@fetter.org>
Re: Concurrency testing Dimitri Fontaine <dfontaine@hi-media.com>
Re: Concurrency testing David Fetter <david@fetter.org>
Re: Concurrency testing Markus Wanner <markus@bluegap.ch>
Re: Concurrency testing David Fetter <david@fetter.org>
Re: Concurrency testing Markus Wanner <markus@bluegap.ch>
Re: Concurrency testing Andrew Dunstan <andrew@dunslane.net>
Re: Concurrency testing Greg Smith <gsmith@gregsmith.com>
Re: Concurrency testing "Joshua D. Drake" <jd@commandprompt.com>
Re: Concurrency testing "Joshua D. Drake" <jd@commandprompt.com>
Re: Concurrency testing Peter Eisentraut <peter_e@gmx.net>
Re: Concurrency testing Dimitri Fontaine <dfontaine@hi-media.com>
Re: Concurrency testing "David E. Wheeler" <david@kineticode.com>
Re: Concurrency testing David Fetter <david@fetter.org>
Re: Concurrency testing "David E. Wheeler" <david@kineticode.com>
Re: Concurrency testing Jeff Janes <jeff.janes@gmail.com>
Re: Concurrency testing "David E. Wheeler" <david@kineticode.com>
Re: Concurrency testing Andrew Dunstan <andrew@dunslane.net>
Re: Concurrency testing Dimitri Fontaine <dfontaine@hi-media.com>
Re: Concurrency testing Robert Haas <robertmhaas@gmail.com>
Re: Concurrency testing Jeff Janes <jeff.janes@gmail.com>
Re: Concurrency testing Robert Haas <robertmhaas@gmail.com>
Re: Concurrency testing Jeff Janes <jeff.janes@gmail.com>
Performance testing framework.. Michael Renner <michael.renner@amd.co.at>
Re: Performance testing framework.. Greg Smith <gsmith@gregsmith.com>
Re: Performance testing framework.. Michael Renner <michael.renner@amd.co.at>
On Oct 7, 2009, at 5:18 PM, Jeff Janes wrote: > I'd much rather live without Test::More and use DBD::Pg, then have > Test::More but need to open pipes to psql to talk to the database, > rather than using DBI to do it. But I guess we would need to worry > about whether we can make DBD::Pg work with the installation being > tested, rather than finding some other install. The test architecture depends on Perl, but not on the DBI. I don't think that Andrew wants to add any dependencies. Therefore we'd need to use file handles. That's not to say that we couldn't write a nice little interface for it such that the implementation could later change. > Do we need to restrict ourselves to core? Developers already need > flex and bison, which aren't needed when installing from the tarball. > Couldn't we also have "make dev-check" that has higher requirements > than "make check" does, but does a more thorough job? flex and bison are not Perl modules. Best, David
В списке pgsql-hackers по дате отправления