- Use `update_config` to modify dask configuration from the cluster process - Simplify `set_config` logic for dask configuration options on `covalent start` - Removed default values from click options for dask configuration related values
Added
- Configured default dask configuration options in `defaults.py`
Fixed
- Overwriting config address issue.
Tests
- Moved misplaced functional/integration tests from the unit tests folder to their respective folders. - All of the unit tests now use test DB instead of hitting a live DB. - Updated `tests.yml` so that functional tests are run whenever tests get changed or github actions are changed. - Several broken tests were also fixed.