test connection on all platforms
This commit is contained in:
parent
8fc2ae6e4e
commit
ec02071b64
|
@ -1,8 +1,8 @@
|
||||||
# To run tests for one dbms and one cdmVersion use the variables below
|
# To run tests for one dbms and one cdmVersion use the variables below
|
||||||
# dbms <- "postgresql"; cdmVersion <- "5.4"
|
# dbms <- "postgresql"; cdmVersion <- "5.4"
|
||||||
|
|
||||||
# testDatabases <- c("oracle", "postgresql", "sql server", "redshift")
|
testDatabases <- c("oracle", "postgresql", "sql server", "redshift")
|
||||||
testDatabases <- c("redshift")
|
# testDatabases <- c("redshift")
|
||||||
|
|
||||||
test_that("getConnectionDetails works", {
|
test_that("getConnectionDetails works", {
|
||||||
for(dbms in testDatabases) {
|
for(dbms in testDatabases) {
|
||||||
|
|
Loading…
Reference in New Issue