* Resolves#1149
* Removes tests from the Ubuntu line that are already done in TeamCity
* Keep tests for Windows since we do not have that setup yet in TeamCity
* Lint and API checks are now mandatory before every other PR test runs
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
* Update Test infrastructure to use testmon when possible
* Previously ran into errors with too many changes, this resolves that
* Still update the testmon files in S3
* Force run certain tests no matter what
* Make test_dataframe.py more granular with test suite
* Progress toward #853
* Adds more tests to the matrix to take better advantage of concurrent
builds
* Classify tests into categories better
* Update granularity to make tests runtime ~10min
* Set `pure=False` for Dask `Client.submit`
* Resolves#956
* Add Dask tests to CI and master test suite, progress toward #853
* Update run-tests.sh to run all Dask tests
* Progress toward #853.
* Add skip code for Windows, related to issue #960
* Test only updated files in the PRs
* Pull testing artifact from S3
* Add destination path
* Don't require credentials to download
* Don't fail if no tests were run
* Begin testing only files that have changed
* Progress on #853
* Uses testmon, which looks at the coverage and runs tests that cover
lines that have changed.
* Restructure and clean up .yml files
* Split push and PR into separate workflows
* Wait to test download
* Remove xdist args
* Remove codecov from PRs
* Fix
* Add Implementation for Dask `read_csv` and `read_json`.
* Adds implementation for `read_csv` and `read_json` for Windows users
* All functionality that is supported by Ray is now supported by Dask
* Adds tests for Dask on Windows for the I/O functionality
* Fix a minor bug for very small dataframes when computation is along an entire axis
* Lint
* Add pip isntall requirements for windows
* Add task wrapper file
* Fix Github actions script
* Fix script
* Fix codecov for windows
* Remove debugging prints and add a test for prints
* No longer should we merge PRs that contain debugging prints
* Cleans up several test files where prints were left
* Add a test `grep`ing for print statements
Fix bash script
Update script
Remove travis file
* Add print check to lint testing
* Only check package files (non-stress test files) for prints