Add a small note re: needing `-test.parallel=1` when running PG tests.
This commit is contained in:
parent
38928b91ba
commit
ed7511e004
|
@ -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
|
POSTGRES?=/opt/local/lib/postgresql96/bin/postgres
|
||||||
PSQL?=/opt/local/lib/postgresql96/bin/psql
|
PSQL?=/opt/local/lib/postgresql96/bin/psql
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue