-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
refactoringCode improvement without behavior changeCode improvement without behavior change
Description
Background
The pandas tests take the most time during our CI.
We should split them up, especially https://github.com/exasol/script-languages/blob/master/test_container/tests/test/pandas/all/dataframe_memory_leak.py and https://github.com/exasol/script-languages/blob/master/test_container/tests/test/pandas/all/emit_dtypes_memory_leak.py.
There are two options:
- Or we move those files into a separate folder and then adjust the
ci.json
for all Python flavors - We modify https://github.com/exasol/script-languages-container-ci and allow specification of single files in the
ci.json
and then adjust theci.json
for all Python flavors
Acceptance Criteria
The pandas tests should run in parallel and thus run faster.
Metadata
Metadata
Assignees
Labels
refactoringCode improvement without behavior changeCode improvement without behavior change