Re: [GENERAL] Testing of MVCC
От
Matt Miller
Тема
Re: [GENERAL] Testing of MVCC
Дата
Msg-id
1123770079.3638.21.camel@dbamm01-linux
Ответ на
Re: [GENERAL] Testing of MVCC (Tom Lane)
Список
Дерево обсуждения
Re: [GENERAL] Testing of MVCC Matt Miller <mattm@epx.com>
Re: Testing of MVCC Matt Miller <mattm@epx.com>
Re: Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: Testing of MVCC Matt Miller <mattm@epx.com>
Re: Testing of MVCC Matt Miller <mattm@epx.com>
Re: Testing of MVCC Michael Fuhr <mike@fuhr.org>
Re: Testing of MVCC Andrew Piskorski <atp@piskorski.com>
Re: Testing of MVCC Andrew Dunstan <andrew@dunslane.net>
Re: Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: Testing of MVCC Andrew Dunstan <andrew@dunslane.net>
Re: Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: Testing of MVCC Greg Stark <gsstark@mit.edu>
Re: Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: Testing of MVCC "Jim C. Nasby" <jnasby@pervasive.com>
Re: Testing of MVCC Greg Stark <gsstark@mit.edu>
Re: Testing of MVCC Tino Wildenhain <tino@wildenhain.de>
Re: Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: Testing of MVCC Tino Wildenhain <tino@wildenhain.de>
Re: Testing of MVCC Andrew Dunstan <andrew@dunslane.net>
Re: Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: Testing of MVCC Andrew Dunstan <andrew@dunslane.net>
Re: Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: Testing of MVCC Kaare Rasmussen <kar@kakidata.dk>
Re: Testing of MVCC Greg Stark <gsstark@mit.edu>
Re: [GENERAL] Testing of MVCC Tom Lane <tgl@sss.pgh.pa.us>
Re: [GENERAL] Testing of MVCC Matt Miller <mattm@epx.com>
On Wed, 2005-08-10 at 16:41 -0400, Tom Lane wrote: > Matt Miller writes: > > It seems to me that contrib/dblink could greatly simplify the design and > > coding of multi-user regression tests. > > I doubt it would be very useful, since > a script based on that still doesn't let you issue concurrent queries. I think it would be useful to allow a test script to first create a set of committed and uncommitted transactions, and to then issue some queries on another connection to confirm that the other connection has a proper view of the database at that point. This type of test is serialized, but I think it would be a useful multi-user test. Also, the output from such a test is probably pretty easy to fit into the diff-based validation of "make check." I realize that we also need to have tests that spawn several connections and run scripts concurrently across those connections. I agree that this type of test would probably not benefit fundamentally from contrib/dblink. However, I was grasping a bit to see how the output from such a concurrent test would be diff'ed with an expected output in a meaningful way. So, to continue to progress on this problem, I figured that a contrib/dblink dependency would at least allow me to start coding something... > > Is there objection to a portion > > of src/test/regress depending on contrib/dblink? > > Yes. Understood.
В списке pgsql-hackers по дате отправления