Fix for algo-executor not passing node specific datasets
requested to merge fix/MIP-554/algorithm_executor_sending_all_datasets_in_create_data_model_view into master
Created by: ThanKarab
Changelog:
- Fix for algorithm executor not passing node specific datasets in
create_data_model_view
. Jira - Single node execution test changed to work without the node_registry.
- (Important) Fix for monetdb transactions remaining open and causing IntegrityError.
- Updated MonetDB version to latest released.
- Small fixes on tests and fixtures.
- Some tests were not cleaning up the dbs they were using.
- mipdb init/load-data fixture fixes: a) If an error occurs it's thrown, not silently ignored, b) If the db is already inited or loaded the fixture is skipped.