-
- Downloads
[SPARK-20877][SPARKR] refactor tests to basic tests only for CRAN
## What changes were proposed in this pull request? Move all existing tests to non-installed directory so that it will never run by installing SparkR package For a follow-up PR: - remove all skip_on_cran() calls in tests - clean up test timer - improve or change basic tests that do run on CRAN (if anyone has suggestion) It looks like `R CMD build pkg` will still put pkg\tests (ie. the full tests) into the source package but `R CMD INSTALL` on such source package does not install these tests (and so `R CMD check` does not run them) ## How was this patch tested? - [x] unit tests, Jenkins - [x] AppVeyor - [x] make a source package, install it, `R CMD check` it - verify the full tests are not installed or run Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #18264 from felixcheung/rtestset.
Showing
- R/pkg/tests/fulltests/test_rdd.R 0 additions, 0 deletionsR/pkg/tests/fulltests/test_rdd.R
- R/pkg/tests/fulltests/test_shuffle.R 0 additions, 0 deletionsR/pkg/tests/fulltests/test_shuffle.R
- R/pkg/tests/fulltests/test_sparkR.R 0 additions, 0 deletionsR/pkg/tests/fulltests/test_sparkR.R
- R/pkg/tests/fulltests/test_sparkSQL.R 0 additions, 0 deletionsR/pkg/tests/fulltests/test_sparkSQL.R
- R/pkg/tests/fulltests/test_streaming.R 0 additions, 0 deletionsR/pkg/tests/fulltests/test_streaming.R
- R/pkg/tests/fulltests/test_take.R 0 additions, 0 deletionsR/pkg/tests/fulltests/test_take.R
- R/pkg/tests/fulltests/test_textFile.R 0 additions, 0 deletionsR/pkg/tests/fulltests/test_textFile.R
- R/pkg/tests/fulltests/test_utils.R 0 additions, 0 deletionsR/pkg/tests/fulltests/test_utils.R
- R/pkg/tests/run-all.R 8 additions, 0 deletionsR/pkg/tests/run-all.R
File moved
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment