Commit Graph

5 Commits

Author SHA1 Message Date
Sean Chittenden
9ab60ecc7b Add an Exists function for each resource type. Also add a provider RWMutex.
Some of the checks didn't support concurrent updates.  This should
improve the reliability of the provider.
2016-12-27 15:50:25 -08:00
James Nugent
97420f523c provider/postgres: Allow brew installed postgresql
This commit modifies the GNUmakefile used for starting PostgreSQL for
testing purposes to prefer the version installed via Homebrew, followed
by the version installed via MacPorts. POSTGRES, PSQL and INITDB may be
overriden as Make variables if neither of these package management
systems is in use.
2016-12-27 15:10:20 -06:00
Sean Chittenden
ed7511e004 Add a small note re: needing -test.parallel=1 when running PG tests. 2016-12-25 06:13:33 -08:00
Igor Dubinskiy
56a1ea9012 provider/postgresql: Quote connection string parameters 2016-12-23 10:09:32 -08:00
Sean Chittenden
6ed37770c3 Add the testing Makefile that I'm using for testing the provider locally. 2016-12-12 14:44:46 -08:00