Commits on Source (10)
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
fix client_test by explicitly passing parameters to each client's factory See merge request osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services!466
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
-
Alexandre Vincent authored
move localcluster and daskclient into app.bulk_persistence See merge request !465
Showing
- NOTICE 1 addition, 1 deletionNOTICE
- app/bulk_persistence/__init__.py 2 additions, 0 deletionsapp/bulk_persistence/__init__.py
- app/bulk_persistence/dask/client.py 89 additions, 0 deletionsapp/bulk_persistence/dask/client.py
- app/bulk_persistence/dask/dask_bulk_storage.py 2 additions, 2 deletionsapp/bulk_persistence/dask/dask_bulk_storage.py
- app/bulk_persistence/dask/localcluster.py 77 additions, 0 deletionsapp/bulk_persistence/dask/localcluster.py
- app/clients/__init__.py 8 additions, 9 deletionsapp/clients/__init__.py
- app/injector/main_injector.py 19 additions, 3 deletionsapp/injector/main_injector.py
- app/utils.py 0 additions, 126 deletionsapp/utils.py
- app/wdms_app.py 1 addition, 1 deletionapp/wdms_app.py
- tests/unit/bulk_persistence/dask/__init__.py 0 additions, 0 deletionstests/unit/bulk_persistence/dask/__init__.py
- tests/unit/bulk_persistence/dask/localcluster_test.py 51 additions, 0 deletionstests/unit/bulk_persistence/dask/localcluster_test.py
- tests/unit/bulk_persistence/dask_data_ipc_test.py 16 additions, 20 deletionstests/unit/bulk_persistence/dask_data_ipc_test.py
- tests/unit/clients/client_factory_test.py 8 additions, 8 deletionstests/unit/clients/client_factory_test.py
- tests/unit/clients/clients_middleware_test.py 6 additions, 6 deletionstests/unit/clients/clients_middleware_test.py
- tests/unit/conftest.py 8 additions, 3 deletionstests/unit/conftest.py
- tests/unit/fixtures.py 20 additions, 9 deletionstests/unit/fixtures.py
- tests/unit/fixtures_pkg/__init__.py 1 addition, 0 deletionstests/unit/fixtures_pkg/__init__.py
- tests/unit/fixtures_pkg/dask_client.py 51 additions, 0 deletionstests/unit/fixtures_pkg/dask_client.py
- tests/unit/fixtures_pkg/dask_client_test.py 44 additions, 0 deletionstests/unit/fixtures_pkg/dask_client_test.py
- tests/unit/middleware/client_test.py 23 additions, 38 deletionstests/unit/middleware/client_test.py
app/bulk_persistence/dask/client.py
0 → 100644
app/bulk_persistence/dask/localcluster.py
0 → 100644
tests/unit/bulk_persistence/dask/__init__.py
0 → 100644
tests/unit/fixtures_pkg/__init__.py
0 → 100644
tests/unit/fixtures_pkg/dask_client.py
0 → 100644
tests/unit/fixtures_pkg/dask_client_test.py
0 → 100644