node-postgres/test/integration/connection-pool
Raul Ochoa 4cd56cc4f8 Make pool name consistent on missing config params (#1279)
* Going red: using a config object creates two pools when missing some params

It should only create a pool in a consistent way, even if some params
are not provided in the first place.

* Delay the pool name generation to make it consistent between calls

* Don't fallback to empty object as config is already defined
2017-05-24 09:04:50 -05:00
..
double-connection-tests.js initial working connection pool implementation & tests 2010-12-13 17:21:40 -06:00
ending-empty-pool-tests.js Make sure 'end' is emitted even if no connection has ever happened 2014-05-13 12:57:01 +01:00
ending-pool-tests.js from ended to end 2014-04-18 23:30:45 +08:00
error-tests.js Fix native constructor and pool exports (#1061) 2016-06-24 00:52:28 -05:00
idle-timeout-tests.js Remove internal pool (#1049) 2016-06-21 09:53:09 -05:00
max-connection-tests.js Fix max connection tests 2014-10-07 00:47:35 -04:00
native-instance-tests.js Fix native constructor and pool exports (#1061) 2016-06-24 00:52:28 -05:00
optional-config-tests.js Remove internal pool (#1049) 2016-06-21 09:53:09 -05:00
single-connection-tests.js initial working connection pool implementation & tests 2010-12-13 17:21:40 -06:00
single-pool-on-object-config-tests.js Make pool name consistent on missing config params (#1279) 2017-05-24 09:04:50 -05:00
test-helper.js integrate new pool into existing codebase 2013-02-20 16:08:48 -06:00
waiting-connection-tests.js Remove test skip 2014-09-14 21:14:24 -04:00
yield-support-body.js Fix typo 2016-07-19 10:17:40 -05:00
yield-support-tests.js Add onFailure to query#then (#1082) 2016-07-19 10:16:48 -05:00