Add a small note re: needing `-test.parallel=1` when running PG tests.

This commit is contained in:
Sean Chittenden 2016-12-25 04:22:03 -08:00
parent 38928b91ba
commit ed7511e004
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
# env TESTARGS='-test.parallel=1 -run TestAccPostgresqlSchema_AddPolicy' TF_LOG=warn make test
#
# NOTE: As of PostgreSQL 9.6.1 the -test.parallel=1 is required when
# performing `DROP ROLE`-related actions. This behavior and requirement
# may change in the future and is likely not required when doing
# non-delete related operations. But for now it is.
POSTGRES?=/opt/local/lib/postgresql96/bin/postgres
PSQL?=/opt/local/lib/postgresql96/bin/psql