Rework pdo_pgsql tests to not re-connect to the database every time; this seems
authorChuck Hagenbuch <chuck@horde.org>
Thu, 7 Jan 2010 02:45:57 +0000 (21:45 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 7 Jan 2010 03:19:55 +0000 (22:19 -0500)
commit838a9ffd259a69e8c77d96e1e2d7251583e25cf3
treec90f413adc792a6ee4185388f4454760ef8324d4
parent6ef9cfc1f53bbdf28e847f106867642f0aac9bda
Rework pdo_pgsql tests to not re-connect to the database every time; this seems
to inevitably overflow the max_connections setting, at least on a
developer-tuned postgres install.
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php