Displaying 1 result from an estimated 1 matches for "skip_postgressql".
Did you mean:
skip_postgresql
2008 Nov 24
0
CRAN - db backend testing
...ill be attempted, so skipping the
tests is not likely to happen by accident. This would also clearly
separate the mechanism for deciding if the tests should be run from the
mechanism for determining details like the userid. The tests files would
then have something like
if ((Sys.getenv("SKIP_POSTGRESSQL") == "")) { tests }
Then, if variables like POSTGRES_USER, POSTGRES_HOST, POSTGRES_DATABASE
(more on DATABASE below) are found they will be used, otherwise nothing
is specified and the drivers will typically read values from
configuration files like .my.cnf and .pgpass.
It would...