aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/tests/run-all.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/pkg/tests/run-all.R')
-rw-r--r--R/pkg/tests/run-all.R6
1 files changed, 6 insertions, 0 deletions
diff --git a/R/pkg/tests/run-all.R b/R/pkg/tests/run-all.R
index ab8d1ca019..cefaadda6e 100644
--- a/R/pkg/tests/run-all.R
+++ b/R/pkg/tests/run-all.R
@@ -22,6 +22,12 @@ library(SparkR)
options("warn" = 2)
# Setup global test environment
+sparkRDir <- file.path(Sys.getenv("SPARK_HOME"), "R")
+sparkRFilesBefore <- list.files(path = sparkRDir, all.files = TRUE)
+sparkRWhitelistSQLDirs <- c("spark-warehouse", "metastore_db")
+invisible(lapply(sparkRWhitelistSQLDirs,
+ function(x) { unlink(file.path(sparkRDir, x), recursive = TRUE, force = TRUE)}))
+
install.spark()
test_package("SparkR")