tests/testthat/test-connect-test.R

skip_connection("connect-test")
skip_on_livy()
skip_on_arrow_devel()
sc <- testthat_spark_connection()

test_that("test connection does not fail", {
  sc <- spark_connect(master = "test", method = "test")

  expect_true(!is.null(sc))
})

test_clear_cache()
rstudio/sparklyr documentation built on April 30, 2024, 4:01 p.m.